Parcourir la source

mise à jour du template

Hugo Roy il y a 8 ans
Parent
commit
2eaf6dc560
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      templates/main.md

+ 1 - 1
templates/main.md

@@ -87,7 +87,7 @@ header-includes:
   - \newcounter{paranumero}
   - \newif\ifcounting\countingtrue
   - \newcommand{\para}[1]{\noindent\ifcounting\refstepcounter{paranumero}\fi{\small\strut\llap{\textsf{\scriptsize \theparanumero}\quad\quad}}\label{#1}}
-  - \newcommand{\parnum}[1]{\textsf{\scriptsize ¶~\ref{#1}}}
+  - \newcommand{\parnum}[1]{\textsf{\small ¶~\ref{#1}}}
   - \let\oldquote\quote
   - \let\endoldquote\endquote
   - \renewenvironment{quote}{\begin{oldquote}\renewcommand{\para}[1]{}}{\end{oldquote}}