We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While I was editing (cf. version 2) touhami's answer for http://texnique.fr/osqa/questions/1615/labels-et-conditions, I noticed that, if I write :
"deux arguments :
just before the indented code :
" \documentclass{article} \usepackage{lipsum}
\usepackage{refcount}
\newcounter{mtpage} \newcommand*\mtref[2]{% #1
\ifnum\value{mtpage}=\getpagerefnumber{#2}"
the "#1 " is strangely interpreted by markdown : it appears in a large and bold typeface.
I corrected it (cf. version 3 and following).
The text was updated successfully, but these errors were encountered:
AFAICS, indented code just after lists doesn't work well on http://tex.stackexchange.com/ either.
Sorry, something went wrong.
No branches or pull requests
While I was editing (cf. version 2) touhami's answer for http://texnique.fr/osqa/questions/1615/labels-et-conditions, I noticed that, if I write :
"deux arguments :
just before the indented code :
" \documentclass{article}
\usepackage{lipsum}
\usepackage{refcount}
\newcounter{mtpage}
\newcommand*\mtref[2]{%
#1
\ifnum\value{mtpage}=\getpagerefnumber{#2}"
the "#1 " is strangely interpreted by markdown : it appears in a large and bold typeface.
I corrected it (cf. version 3 and following).
The text was updated successfully, but these errors were encountered: