Adds a \fixme{} macro, for parts of the text that needs attention.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9384 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ae2e8e3a1f
commit
a0cdee0379
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@
|
|||
\newcommand{\tabeltc}[1]{{\centering #1 \par}}
|
||||
\newcommand{\tabelth}[1]{{\centering \textbf{\textit{#1}} \par}}
|
||||
|
||||
\newcommand{\fixme}[1]{\textbf{\textcolor{red}{#1}}}
|
||||
|
||||
\usepackage{fancyhdr}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{verbatim}
|
||||
|
|
Loading…
Reference in a new issue