Some minor modifications
This commit is contained in:
parent
b7c398bc3c
commit
09a53be174
@ -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]
|
||||||
|
6
4mm.tex
6
4mm.tex
@ -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]
|
||||||
|
6
5mm.tex
6
5mm.tex
@ -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]
|
||||||
|
@ -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};
|
@ -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}
|
||||||
|
@ -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}
|
||||||
|
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user