Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

csquotes=true is ignored if not standalone #6265

Closed
waschk opened this issue Apr 9, 2020 · 0 comments
Closed

csquotes=true is ignored if not standalone #6265

waschk opened this issue Apr 9, 2020 · 0 comments

Comments

@waschk
Copy link

waschk commented Apr 9, 2020

If you create a standalone LaTeX file you can use the csquotes variable/metadata to create \enquote{...} from smart quotes. Without --standalone this value is ignored:

> echo "test" | pandoc -f markdown -t latex -M csquotes=true
``test''

Expected output: \enquote{test}

@jgm jgm closed this as completed in 9187b4b Apr 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant