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:
Martin Arver 2006-03-31 12:25:22 +00:00
parent ae2e8e3a1f
commit a0cdee0379

View file

@ -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}