Some minor modifications

This commit is contained in:
Nathanaël Restori 2017-01-06 16:53:16 +01:00
parent b7c398bc3c
commit 09a53be174
7 changed files with 24 additions and 27 deletions

View File

@ -1,8 +1,6 @@
\documentclass[a4paper,10pt]{article}
\documentclass[a4paper,10pt]{scrartcl}
\input{common.tex}
\definecolor{light-gray}{gray}{0.75}
\input{Base.tex}
\begin{document}
\begin{figure}[ht]
@ -30,4 +28,4 @@
\end{tikzpicture}
\end{figure}
\end{document}
\end{document}

View File

@ -1,8 +1,6 @@
\documentclass[a4paper,10pt]{article}
\documentclass[a4paper,10pt]{scrartcl}
\input{common.tex}
\definecolor{light-gray}{gray}{0.75}
\input{Base.tex}
\begin{document}
\begin{figure}[ht]

View File

@ -1,8 +1,6 @@
\documentclass[a4paper,10pt]{article}
\documentclass[a4paper,10pt]{scrartcl}
\input{common.tex}
\definecolor{light-gray}{gray}{0.75}
\input{Base.tex}
\begin{document}
\begin{figure}[ht]

View File

@ -1,10 +1,13 @@
\usepackage{xltxtra}
\usepackage{fontspec}
\usepackage{lmodern}
\usepackage[top=0pt, bottom=0pt, left=0pt, right=0pt]{geometry}
\usepackage{tikz}
\usepackage{lscape}
\usetikzlibrary{intersections}
\definecolor{light-gray}{gray}{0.75}
\newcommand\grid[3]{
\def\xmax{#1};
\def\ymax{#2};

View File

@ -1,14 +1,14 @@
\documentclass[a4paper,10pt]{article}
\documentclass[a4paper,10pt]{scrartcl}
\input{common.tex}
\input{Base.tex}
\begin{document}
\begin{figure}[ht]
\centering
\begin{tikzpicture}[x=1cm,y=1cm]
\grid{18}{26}{gray}
\grid{18}{26}{light-gray}
\end{tikzpicture}
\end{figure}
\end{document}
\end{document}

View File

@ -1,14 +1,14 @@
\documentclass[a4paper,10pt]{article}
\documentclass[a4paper,10pt]{scrartcl}
\input{common.tex}
\input{Base.tex}
\begin{document}
\begin{figure}[ht]
\centering
\begin{tikzpicture}[x=1cm,y=1cm]
\polar{18}{26}{gray}
\polar{18}{26}{light-gray}
\end{tikzpicture}
\end{figure}
\end{document}
\end{document}

View File

@ -1,15 +1,15 @@
\documentclass[a4paper,10pt]{article}
\documentclass[a4paper,10pt]{scrartcl}
\input{common.tex}
\input{Base.tex}
\begin{document}
\begin{figure}[ht]
\centering
\begin{tikzpicture}[x=1cm,y=1cm]
\vlin{18}{26}{9}{10}{gray}
\hlog{18}{26}{4}{}{2,3,4,5}{}{6,7,8,9,10}{gray}
\vlin{18}{26}{9}{10}{light-gray}
\hlog{18}{26}{4}{}{2,3,4,5}{}{6,7,8,9,10}{light-gray}
\end{tikzpicture}
\end{figure}
\end{document}
\end{document}