mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
added MWE for title page
This commit is contained in:
parent
1efccc09d9
commit
79fe2dab2d
3 changed files with 71 additions and 0 deletions
10
documents/GeoTopo-titlepage/figures/torus.sketch
Normal file
10
documents/GeoTopo-titlepage/figures/torus.sketch
Normal file
|
@ -0,0 +1,10 @@
|
|||
def torus {
|
||||
def n_segs 40
|
||||
sweep [draw=black, fill=lightgray, fill opacity=0.75] {n_segs, rotate(360/n_segs, (0,0,0), [0,1,0])}
|
||||
sweep {n_segs, rotate(360/n_segs, (1.5,0,0), [0,0,1])}
|
||||
(2,0,0)
|
||||
}
|
||||
|
||||
put { view((10,4,2)) } {{torus}}
|
||||
|
||||
global { language tikz }
|
Loading…
Add table
Add a link
Reference in a new issue