Papiers/Linéaire.tex

15 lines
212 B
TeX
Raw Normal View History

2017-01-06 15:53:16 +00:00
\documentclass[a4paper,10pt]{scrartcl}
2015-12-29 15:10:25 +00:00
2017-01-06 15:53:16 +00:00
\input{Base.tex}
2015-12-29 15:10:25 +00:00
\begin{document}
2016-07-10 13:52:31 +00:00
\begin{figure}[ht]
\centering
2015-12-29 15:10:25 +00:00
\begin{tikzpicture}[x=1cm,y=1cm]
2017-01-06 15:53:16 +00:00
\grid{18}{26}{light-gray}
2015-12-29 15:10:25 +00:00
\end{tikzpicture}
2016-07-10 13:52:31 +00:00
\end{figure}
2017-01-06 15:53:16 +00:00
\end{document}