New papers et better centering

This commit is contained in:
Nathanaël Restori 2016-07-10 15:52:31 +02:00
parent 70487ffbb5
commit b7c398bc3c
7 changed files with 75 additions and 16 deletions

33
2.5mm - 4 colonnes.tex Normal file
View File

@ -0,0 +1,33 @@
\documentclass[a4paper,10pt]{article}
\input{common.tex}
\definecolor{light-gray}{gray}{0.75}
\begin{document}
\begin{figure}[ht]
\centering
\begin{tikzpicture}[x=1cm,y=1cm]
\def\xmax{20.8};
\def\ymax{29.5};
\def\yspace{0.25};
\def\mycolor{light-gray};
\pgfmathtruncatemacro\repY{\ymax/\yspace}
\foreach \y in {0,...,\repY}{
\draw[\mycolor, line width=0.1pt] (0,{\yspace*\y}) -- (\xmax,{\yspace*\y});
}
\draw[\mycolor, line width=0.5pt] (0,{\ymax/2}) -- (\xmax,{\ymax/2});
\draw[\mycolor, line width=0.1pt] (0,0) -- (0,\ymax);
\draw[\mycolor, line width=0.5pt] ({\xmax/4},0) -- ({\xmax/4},\ymax);
\draw[\mycolor, line width=0.5pt] ({\xmax/2},0) -- ({\xmax/2},\ymax);
\draw[\mycolor, line width=0.5pt] ({3*\xmax/4},0) -- ({3*\xmax/4},\ymax);
\draw[\mycolor, line width=0.1pt] ({\xmax},0) -- ({\xmax},\ymax);
\end{tikzpicture}
\end{figure}
\end{document}

16
4mm.tex Normal file
View File

@ -0,0 +1,16 @@
\documentclass[a4paper,10pt]{article}
\input{common.tex}
\definecolor{light-gray}{gray}{0.75}
\begin{document}
\begin{figure}[ht]
\centering
\begin{tikzpicture}[x=1cm,y=1cm]
\draw[step=4mm,light-gray,line width=0.1pt] (0,0) grid (20.8,29.6);
\end{tikzpicture}
\end{figure}
\end{document}

16
5mm.tex Normal file
View File

@ -0,0 +1,16 @@
\documentclass[a4paper,10pt]{article}
\input{common.tex}
\definecolor{light-gray}{gray}{0.75}
\begin{document}
\begin{figure}[ht]
\centering
\begin{tikzpicture}[x=1cm,y=1cm]
\draw[step=5mm,light-gray,line width=0.1pt] (0,0) grid (20.5,29.5);
\end{tikzpicture}
\end{figure}
\end{document}

View File

@ -3,14 +3,12 @@
\input{common.tex} \input{common.tex}
\begin{document} \begin{document}
\thispagestyle{empty} \begin{figure}[ht]
\begin{center} \centering
\vspace*{\fill}
\begin{tikzpicture}[x=1cm,y=1cm] \begin{tikzpicture}[x=1cm,y=1cm]
\grid{18}{26}{gray} \grid{18}{26}{gray}
\end{tikzpicture} \end{tikzpicture}
\vspace*{\fill} \end{figure}
\end{center}
\end{document} \end{document}

View File

@ -3,14 +3,12 @@
\input{common.tex} \input{common.tex}
\begin{document} \begin{document}
\thispagestyle{empty} \begin{figure}[ht]
\begin{center} \centering
\vspace*{\fill}
\begin{tikzpicture}[x=1cm,y=1cm] \begin{tikzpicture}[x=1cm,y=1cm]
\polar{18}{26}{gray} \polar{18}{26}{gray}
\end{tikzpicture} \end{tikzpicture}
\vspace*{\fill} \end{figure}
\end{center}
\end{document} \end{document}

View File

@ -3,15 +3,13 @@
\input{common.tex} \input{common.tex}
\begin{document} \begin{document}
\thispagestyle{empty} \begin{figure}[ht]
\begin{center} \centering
\vspace*{\fill}
\begin{tikzpicture}[x=1cm,y=1cm] \begin{tikzpicture}[x=1cm,y=1cm]
\vlin{18}{26}{9}{10}{gray} \vlin{18}{26}{9}{10}{gray}
\hlog{18}{26}{4}{}{2,3,4,5}{}{6,7,8,9,10}{gray} \hlog{18}{26}{4}{}{2,3,4,5}{}{6,7,8,9,10}{gray}
\end{tikzpicture} \end{tikzpicture}
\vspace*{\fill} \end{figure}
\end{center}
\end{document} \end{document}

View File

@ -1,5 +1,5 @@
\usepackage{xltxtra} \usepackage{xltxtra}
\usepackage[top=13pt, bottom=12pt, left=13pt, right=12pt]{geometry} \usepackage[top=0pt, bottom=0pt, left=0pt, right=0pt]{geometry}
\usepackage{tikz} \usepackage{tikz}
\usepackage{lscape} \usepackage{lscape}