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

@ -1,7 +1,7 @@
I took this from a [StackExchange Question](http://tex.stackexchange.com/a/84757/5645)
If you want to change it (I know you can make it better with LaTeX!)
or if you have some important commant, feel free to submit a merge
or if you have some important commant, feel free to submit a merge
request or send me an email (info@martin-thoma.de)

View file

@ -33,7 +33,7 @@
\item Basic path: \myCode{\textbackslash drawing-command [options] path-specification;}
\item Path specification: \myCode{(coordinate) path-component (coordinate);}
\item Path Reusage \myCode{postaction=\{<basic drawing commands> or <decorate>\}} When this option is given to any basic drawing commands below, the path is not immediately discarded and reused after the initial drawing command is finished. \\
\myCode{preaction=\{<basic drawing commands> or <decorate>\}} When this option is given to any basic drawing commands below, the path is used once before the initial drawing command is executed.
\myCode{preaction=\{<basic drawing commands> or <decorate>\}} When this option is given to any basic drawing commands below, the path is used once before the initial drawing command is executed.
\end{itemize}
\section*{Basic Drawing Commands}