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} \input{Base.tex}
\definecolor{light-gray}{gray}{0.75}
\begin{document} \begin{document}
\begin{figure}[ht] \begin{figure}[ht]

View File

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

View File

@ -1,8 +1,6 @@
\documentclass[a4paper,10pt]{article} \documentclass[a4paper,10pt]{scrartcl}
\input{common.tex} \input{Base.tex}
\definecolor{light-gray}{gray}{0.75}
\begin{document} \begin{document}
\begin{figure}[ht] \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[top=0pt, bottom=0pt, left=0pt, right=0pt]{geometry}
\usepackage{tikz} \usepackage{tikz}
\usepackage{lscape} \usepackage{lscape}
\usetikzlibrary{intersections} \usetikzlibrary{intersections}
\definecolor{light-gray}{gray}{0.75}
\newcommand\grid[3]{ \newcommand\grid[3]{
\def\xmax{#1}; \def\xmax{#1};
\def\ymax{#2}; \def\ymax{#2};

View File

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

View File

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

View File

@ -1,14 +1,14 @@
\documentclass[a4paper,10pt]{article} \documentclass[a4paper,10pt]{scrartcl}
\input{common.tex} \input{Base.tex}
\begin{document} \begin{document}
\begin{figure}[ht] \begin{figure}[ht]
\centering \centering
\begin{tikzpicture}[x=1cm,y=1cm] \begin{tikzpicture}[x=1cm,y=1cm]
\vlin{18}{26}{9}{10}{gray} \vlin{18}{26}{9}{10}{light-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}{light-gray}
\end{tikzpicture} \end{tikzpicture}
\end{figure} \end{figure}