mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-17 17:39:54 +08:00
Add shorthands variable for LaTeX output.
If true, pandoc will allow language-specific shorthands when loading babel. Closes #11160.
This commit is contained in:
@@ -49,9 +49,9 @@ More text in English. ['Zitat auf Deutsch.']{lang=de}
|
||||
\KOMAoptions{parskip=half}}
|
||||
\makeatother
|
||||
\ifLuaTeX
|
||||
\usepackage[bidi=basic,shorthands=off,]{babel}
|
||||
\usepackage[bidi=basic,shorthands=off]{babel}
|
||||
\else
|
||||
\usepackage[bidi=default,shorthands=off,]{babel}
|
||||
\usepackage[bidi=default,shorthands=off]{babel}
|
||||
\fi
|
||||
\ifLuaTeX
|
||||
\usepackage{selnolig} % disable illegal ligatures
|
||||
|
||||
@@ -43,9 +43,9 @@
|
||||
\KOMAoptions{parskip=half}}
|
||||
\makeatother
|
||||
\ifLuaTeX
|
||||
\usepackage[bidi=basic,shorthands=off,]{babel}
|
||||
\usepackage[bidi=basic,shorthands=off]{babel}
|
||||
\else
|
||||
\usepackage[bidi=default,shorthands=off,]{babel}
|
||||
\usepackage[bidi=default,shorthands=off]{babel}
|
||||
\fi
|
||||
\ifLuaTeX
|
||||
\usepackage{selnolig} % disable illegal ligatures
|
||||
|
||||
Reference in New Issue
Block a user