Skip to content

Commit 5f43c27

Browse files
Fix minted in syntax.pdf (#774)
2 parents d4ee59c + a02cb02 commit 5f43c27

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/syntax/syntax_en.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,8 @@ \section{Literate programming}
198198
\\
199199
\end{tabular}
200200
201-
\newcommand*\FancyVerbStartString{\PYG{l+s}{```catala}}
202-
\newcommand*\FancyVerbStopString{\PYG{l+s}{```}}
201+
\newcommand*\FancyVerbStartString{```catala}
202+
\newcommand*\FancyVerbStopString{```}
203203
204204
\section{Literals and types}
205205

doc/syntax/syntax_fr.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@ \section{Programmation littéraire}
200200
\\
201201
\end{tabular}
202202
203-
\newcommand*\FancyVerbStartString{\PYG{l+s}{```catala}}
204-
\newcommand*\FancyVerbStopString{\PYG{l+s}{```}}
203+
\newcommand*\FancyVerbStartString{```catala}
204+
\newcommand*\FancyVerbStopString{```}
205205
206206
\section{Littéraux et types}
207207

0 commit comments

Comments
 (0)