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
|
@ -19,8 +19,8 @@
|
|||
\node at ($(C')+(0,0.4)$) {$C'$};
|
||||
\node at ($(B)+(0.2,-0.2)$) {$B$};
|
||||
\node at ($(C)+(0.28,0.5)$) {$C$};
|
||||
\tkzDrawPolygon[ultra thick,color=blue,fill=blue!20](A,B',C')
|
||||
\tkzDrawPolygon[line width=0.3pt,color=red,fill=red!20](A,B,C)
|
||||
\tkzDrawPolygon[ultra thick,color=blue,fill=blue!20](A,B',C')
|
||||
\tkzDrawPolygon[line width=0.3pt,color=red,fill=red!20](A,B,C)
|
||||
\tkzDrawPoints(A,B',C',B,C)
|
||||
\tkzLabelSegment[below,red](A,B){$c$}
|
||||
\tkzLabelSegment[left,red](A,C){$b$}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue