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}
|
||||
|
||||
\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}
|
||||
|
6
4mm.tex
6
4mm.tex
@ -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]
|
||||
|
6
5mm.tex
6
5mm.tex
@ -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]
|
||||
|
@ -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};
|
@ -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}
|
||||
|
@ -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}
|
||||
|
10
SemiLog4.tex
10
SemiLog4.tex
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user