2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00

Remove trailing spaces

The commands

find . -type f -name '*.md' -exec sed --in-place 's/[[:space:]]\+$//' {} \+

and

find . -type f -name '*.tex' -exec sed --in-place 's/[[:space:]]\+$//' {} \+

were used to do so.
This commit is contained in:
Martin Thoma 2015-10-14 14:25:34 +02:00
parent c578b25d2f
commit 7740f0147f
538 changed files with 3496 additions and 3496 deletions

View file

@ -2,7 +2,7 @@
\usepackage[pdftex,active,tightpage]{preview}
\setlength\PreviewBorder{2mm}
\usepackage{tikz}
\usetikzlibrary{shapes, calc, shapes, decorations}
\usetikzlibrary{shapes, calc, shapes, decorations}
\usepackage{amsmath,amssymb}
\begin{document}
@ -20,9 +20,9 @@
\newcommand\YBp{{\YB*0.5}}
% Draw the triangle
\draw[fill=gray!10] (0, 0) coordinate (A)
-- (\XB,\YB) coordinate (C)
-- (\XC, 0) coordinate (B)
\draw[fill=gray!10] (0, 0) coordinate (A)
-- (\XB,\YB) coordinate (C)
-- (\XC, 0) coordinate (B)
-- (0, 0) -- cycle;
% Draw nodes
@ -70,9 +70,9 @@
\end{scope}
\draw[dashed, color=red] (-1, 0) -- (6, 0);
\draw (0, 0) coordinate (X)
-- (\XB,\YB) coordinate (Y)
-- (\XC, 0) coordinate (Z)
\draw (0, 0) coordinate (X)
-- (\XB,\YB) coordinate (Y)
-- (\XC, 0) coordinate (Z)
-- (0, 0);
\end{tikzpicture}
\end{preview}