From a02cb02c65975abd2946068449375de3caf1a1aa Mon Sep 17 00:00:00 2001 From: Pierre Goutagny Date: Wed, 15 Jan 2025 16:32:53 +0100 Subject: [PATCH] Fix #773 --- doc/syntax/syntax_en.tex | 4 ++-- doc/syntax/syntax_fr.tex | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/syntax/syntax_en.tex b/doc/syntax/syntax_en.tex index a7f5ef551..8e305430b 100644 --- a/doc/syntax/syntax_en.tex +++ b/doc/syntax/syntax_en.tex @@ -198,8 +198,8 @@ \section{Literate programming} \\ \end{tabular} -\newcommand*\FancyVerbStartString{\PYG{l+s}{```catala}} -\newcommand*\FancyVerbStopString{\PYG{l+s}{```}} +\newcommand*\FancyVerbStartString{```catala} +\newcommand*\FancyVerbStopString{```} \section{Literals and types} diff --git a/doc/syntax/syntax_fr.tex b/doc/syntax/syntax_fr.tex index a129fbb7d..1b28dc735 100644 --- a/doc/syntax/syntax_fr.tex +++ b/doc/syntax/syntax_fr.tex @@ -200,8 +200,8 @@ \section{Programmation littéraire} \\ \end{tabular} -\newcommand*\FancyVerbStartString{\PYG{l+s}{```catala}} -\newcommand*\FancyVerbStopString{\PYG{l+s}{```}} +\newcommand*\FancyVerbStartString{```catala} +\newcommand*\FancyVerbStopString{```} \section{Littéraux et types}