Parcourir la source

style références intra paragraphes

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

+ 2 - 2
templates/main.md

@@ -84,8 +84,8 @@ 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]{{\small ¶\nobreak\thinspace\ref{#1}}}
-  - \newcommand{\vparnum}[1]{{\small ¶\nobreak\thinspace\vref{#1}}}
+  - \newcommand{\parnum}[1]{{\small ¶\ref{#1}}}
+  - \newcommand{\vparnum}[1]{{\small ¶\vref{#1}}}
   - \let\oldquote\quote
   - \let\endoldquote\endquote
   - \renewenvironment{quote}{\begin{oldquote}\renewcommand{\para}[1]{}}{\end{oldquote}}