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:
parent
c578b25d2f
commit
7740f0147f
538 changed files with 3496 additions and 3496 deletions
|
@ -2,7 +2,7 @@
|
|||
\usepackage[pdftex,active,tightpage]{preview}
|
||||
\setlength\PreviewBorder{2mm}
|
||||
\usepackage{tikz}
|
||||
\usetikzlibrary{shapes, decorations}
|
||||
\usetikzlibrary{shapes, decorations}
|
||||
\usepackage{amsmath,amssymb}
|
||||
|
||||
\begin{document}
|
||||
|
@ -11,12 +11,12 @@
|
|||
|
||||
% Define box and box title style
|
||||
\tikzstyle{mybox} = [
|
||||
draw=red,
|
||||
fill=blue!20,
|
||||
draw=red,
|
||||
fill=blue!20,
|
||||
very thick,
|
||||
rectangle,
|
||||
rounded corners,
|
||||
inner sep=10pt,
|
||||
rectangle,
|
||||
rounded corners,
|
||||
inner sep=10pt,
|
||||
inner ysep=20pt
|
||||
]
|
||||
\tikzstyle{fancytitle} =[fill=red, text=white]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue