I experience an issue with the conversion of quotation marks during LaTeX export. I have the engine set to replace
"my words"
with
''my words"'
However, when I typeset the resulting .tex file my quotation marks are set as ”my words’”, not the expected ”my words”.
When i write .tex files from scratch a use
''my words''
to get the Swedish quotation marks ”my words”. Is there a particuar reason why Ulysses uses ''words"' instead of ''words'' to generate Swedish style quotation marks?