Commit ba1377fb authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab Committed by Jonathan Corbet

docs-rst: Fix an warning when in interactive mode

When XeLaTeX is in interactive mode, it complains that
py@noticelength already exists. Rename it and declare it
only once to avoid such messages.
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 41cff161
...@@ -282,14 +282,14 @@ latex_elements = { ...@@ -282,14 +282,14 @@ latex_elements = {
\\definecolor{WarningColor}{RGB}{255,204,204} \\definecolor{WarningColor}{RGB}{255,204,204}
\\definecolor{AttentionColor}{RGB}{255,255,204} \\definecolor{AttentionColor}{RGB}{255,255,204}
\\definecolor{OtherColor}{RGB}{204,204,204} \\definecolor{OtherColor}{RGB}{204,204,204}
\\newlength{\\mynoticelength}
\\makeatletter\\newenvironment{coloredbox}[1]{% \\makeatletter\\newenvironment{coloredbox}[1]{%
\\newlength{\\py@noticelength}
\\setlength{\\fboxrule}{1pt} \\setlength{\\fboxrule}{1pt}
\\setlength{\\fboxsep}{7pt} \\setlength{\\fboxsep}{7pt}
\\setlength{\\py@noticelength}{\\linewidth} \\setlength{\\mynoticelength}{\\linewidth}
\\addtolength{\\py@noticelength}{-2\\fboxsep} \\addtolength{\\mynoticelength}{-2\\fboxsep}
\\addtolength{\\py@noticelength}{-2\\fboxrule} \\addtolength{\\mynoticelength}{-2\\fboxrule}
\\begin{lrbox}{\\@tempboxa}\\begin{minipage}{\\py@noticelength}}{\\end{minipage}\\end{lrbox}% \\begin{lrbox}{\\@tempboxa}\\begin{minipage}{\\mynoticelength}}{\\end{minipage}\\end{lrbox}%
\\ifthenelse% \\ifthenelse%
{\\equal{\\py@noticetype}{note}}% {\\equal{\\py@noticetype}{note}}%
{\\colorbox{NoteColor}{\\usebox{\\@tempboxa}}}% {\\colorbox{NoteColor}{\\usebox{\\@tempboxa}}}%
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment