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
|
@ -1,13 +1,13 @@
|
|||
\documentclass{article}
|
||||
\usepackage[pdftex,active,tightpage]{preview}
|
||||
\setlength\PreviewBorder{2mm}
|
||||
|
||||
|
||||
\usepackage{xcolor}
|
||||
\definecolor{pink}{HTML}{FF00FF}
|
||||
\definecolor{purple}{HTML}{800080}
|
||||
|
||||
\usepackage{tikz}
|
||||
\usetikzlibrary{arrows,positioning, calc,lindenmayersystems,decorations.pathmorphing,intersections}
|
||||
\usetikzlibrary{arrows,positioning, calc,lindenmayersystems,decorations.pathmorphing,intersections}
|
||||
\tikzstyle{vertex}=[draw,
|
||||
fill=black,
|
||||
circle,minimum size=10pt,inner sep=0pt]
|
||||
|
@ -32,13 +32,13 @@ circle,minimum size=10pt,inner sep=0pt]
|
|||
\node (j)[vertex] at (1.5,8.5) {j};
|
||||
\node (k)[vertex] at (4,9) {k};
|
||||
|
||||
\node[text=black!80] (o1) at (barycentric cs:a=1,b=1,c=1,d=1,f=1,g=1) {\Large 1};
|
||||
\node[text=red] (o2) at (barycentric cs:b=1,d=1,e=1,g=1,h=1) {\Large 2};
|
||||
\node[text=yellow] (o3) at (barycentric cs:g=1,h=1,j=1,k=1) {\Large 3};
|
||||
\node[text=pink] (o4) at (barycentric cs:f=1,g=1,j=1) {\Large 4};
|
||||
\node[text=orange] (o5) at (barycentric cs:h=1,i=1,k=1) {\Large 5};
|
||||
\node[text=blue] (o6) at (barycentric cs:h=1,i=1,e=1) {\Large 6};
|
||||
\node[text=purple] (o7) at (barycentric cs:f=1,d=1,g=1) {\Large 7};
|
||||
\node[text=black!80] (o1) at (barycentric cs:a=1,b=1,c=1,d=1,f=1,g=1) {\Large 1};
|
||||
\node[text=red] (o2) at (barycentric cs:b=1,d=1,e=1,g=1,h=1) {\Large 2};
|
||||
\node[text=yellow] (o3) at (barycentric cs:g=1,h=1,j=1,k=1) {\Large 3};
|
||||
\node[text=pink] (o4) at (barycentric cs:f=1,g=1,j=1) {\Large 4};
|
||||
\node[text=orange] (o5) at (barycentric cs:h=1,i=1,k=1) {\Large 5};
|
||||
\node[text=blue] (o6) at (barycentric cs:h=1,i=1,e=1) {\Large 6};
|
||||
\node[text=purple] (o7) at (barycentric cs:f=1,d=1,g=1) {\Large 7};
|
||||
|
||||
\foreach \from/\to in {a/b,a/b,b/d,b/e,c/f,d/f,d/g,f/g,g/h,h/e,h/i,e/i,f/j,g/j,j/k,k/h,k/i}
|
||||
\draw[line width=2pt] (\from) -- (\to);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue