commit 8535affdc086dcf059df1d389b8e06e9e37a49d0
parent 08e1e600ea27fee214e053b702944ba78fff3a4e
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Wed, 21 Sep 2022 01:51:06 +0200
lighter
Diffstat:
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/water.tex b/water.tex
@@ -1,5 +1,7 @@
\documentclass[a4paper]{article}
\usepackage{anysize}
+\usepackage{xcolor}
+\colorlet{lightgray}{gray!20!white}
\marginsize{-0.4cm}{0cm}{-1.4cm}{0.8cm}
\usepackage{rotating}
\pagestyle{empty}
@@ -8,14 +10,14 @@
\begin{sideways}
\begin{minipage}{\textheight}
\centering
- \texttt{LEFT}
+ \textcolor{lightgray}{\texttt{LEFT}}
\end{minipage}
\end{sideways}
\hfill
\begin{sideways}
\begin{minipage}{\textheight}
\centering
- \texttt{RIGHT}
+ \textcolor{lightgray}{\texttt{RIGHT}}
\end{minipage}
\end{sideways}
\end{document}