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
|
@ -3,13 +3,13 @@
|
|||
\begin{tikzpicture}[->,scale=1.8, auto,swap]
|
||||
% Draw the vertices. First you define a list.
|
||||
\foreach \pos/\name in {{(1,0)/a}, {(4,0)/b}, {(5,1)/c},
|
||||
{(3,1)/d}, {(4,2)/e}, {(5,2)/f},
|
||||
{(3,1)/d}, {(4,2)/e}, {(5,2)/f},
|
||||
{(1,2)/g}, {(0,3)/h}, {(2,4)/i},
|
||||
{(4,3)/j}, {(4,4)/k}, {(5,4)/l}}
|
||||
\node[vertex] (\name) at \pos {$\name$};
|
||||
|
||||
|
||||
% Connect vertices with edges and draw weights
|
||||
\foreach \source/ \dest /\pos in {g/a/, b/c/bend right,
|
||||
\foreach \source/ \dest /\pos in {g/a/, b/c/bend right,
|
||||
c/b/bend right, d/e/bend right, e/d/, h/g/, g/i/,g/i/bend left, g/i/bend right,
|
||||
h/i/, h/i/bend left, g/j/bend right, j/g/,
|
||||
j/k/bend right, k/j/bend right, j/f/, f/l/,e/j/,
|
||||
|
@ -27,13 +27,13 @@
|
|||
\begin{tikzpicture}[->,scale=1.8, auto,swap]
|
||||
% Draw the vertices. First you define a list.
|
||||
\foreach \pos/\name in {{(1,0)/a}, {(4,0)/b}, {(5,1)/c},
|
||||
{(3,1)/d}, {(4,2)/e}, {(5,2)/f},
|
||||
{(3,1)/d}, {(4,2)/e}, {(5,2)/f},
|
||||
{(1,2)/g}, {(0,3)/h}, {(2,4)/i},
|
||||
{(4,3)/j}, {(4,4)/k}, {(5,4)/l}}
|
||||
\node[vertex] (\name) at \pos {$15$};
|
||||
|
||||
|
||||
% Connect vertices with edges and draw weights
|
||||
\foreach \source/ \dest /\pos in {g/a/, b/c/bend right,
|
||||
\foreach \source/ \dest /\pos in {g/a/, b/c/bend right,
|
||||
c/b/bend right, d/e/bend right, e/d/, h/g/, g/i/,g/i/bend left, g/i/bend right,
|
||||
h/i/, h/i/bend left, g/j/bend right, j/g/,
|
||||
j/k/bend right, k/j/bend right, j/f/, f/l/,e/j/,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue