Clean up text for first week

This commit is contained in:
Stefan Kebekus
2023-03-30 12:56:18 +02:00
parent 1b01ebcb92
commit 8b71e79852
7 changed files with 154 additions and 158 deletions

View File

@@ -3,19 +3,7 @@
%
% sideremark
\newcommand\sideremark[1]{\marginpar
[
\hskip .45in
\begin{minipage}{1.25in}
\tiny \sf #1
\end{minipage}
]
{
\hskip -.075in
\begin{minipage}{1.25in}
\tiny \sf #1
\end{minipage}
}}
\newcommand\sideremark[1]{\marginpar{\tiny \textsf #1}}
% questionSign
\newcommand\questionSign[1]{\marginpar
@@ -102,5 +90,5 @@
%
% Macros to produce different text for different versions of the paper.
%
\newcommand{\Preprint}[1]{\marginpar{\color{blue}\tiny\sf Preprint only}\begin{color}{blue}#1\end{color}}
\newcommand{\Publication}[1]{\marginpar{\color{teal}\tiny\sf Publication only}\begin{color}{teal}#1\end{color}}
\newcommand{\Preprint}[1]{\marginpar{\color{blue}\tiny\textsf Preprint only}\begin{color}{blue}#1\end{color}}
\newcommand{\Publication}[1]{\marginpar{\color{teal}\tiny\textsf Publication only}\begin{color}{teal}#1\end{color}}