diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-05-19 15:47:53 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-05-19 15:47:53 +0200 |
| commit | 967f4abac97ac120a281e3b530791d7bb310e590 (patch) | |
| tree | 6e65952faffe6aa530e436a7207f2059f4b9e0e1 | |
| download | platonicsolids-967f4abac97ac120a281e3b530791d7bb310e590.tar.gz platonicsolids-967f4abac97ac120a281e3b530791d7bb310e590.zip | |
Initial commit
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | coord-cube.tex | 8 | ||||
| -rw-r--r-- | coord-dod.tex | 20 | ||||
| -rw-r--r-- | coord-ico.tex | 12 | ||||
| -rw-r--r-- | coord-oct.tex | 6 | ||||
| -rw-r--r-- | coord-tet.tex | 4 | ||||
| -rwxr-xr-x | coord.py | 32 | ||||
| -rw-r--r-- | cube.aux | 3 | ||||
| -rw-r--r-- | cube.pdf | bin | 0 -> 1282 bytes | |||
| -rw-r--r-- | cube.tex | 31 | ||||
| -rw-r--r-- | dodecahedron.aux | 3 | ||||
| -rw-r--r-- | dodecahedron.log | 424 | ||||
| -rw-r--r-- | dodecahedron.pdf | bin | 0 -> 1435 bytes | |||
| -rw-r--r-- | dodecahedron.tex | 44 | ||||
| -rw-r--r-- | icosahedron.aux | 3 | ||||
| -rw-r--r-- | icosahedron.log | 424 | ||||
| -rw-r--r-- | icosahedron.pdf | bin | 0 -> 1398 bytes | |||
| -rw-r--r-- | icosahedron.tex | 55 | ||||
| -rw-r--r-- | octahedron.aux | 3 | ||||
| -rw-r--r-- | octahedron.log | 424 | ||||
| -rw-r--r-- | octahedron.pdf | bin | 0 -> 1274 bytes | |||
| -rw-r--r-- | octahedron.tex | 35 | ||||
| -rw-r--r-- | settings.ttt | 32 | ||||
| -rw-r--r-- | tetrahedron.aux | 3 | ||||
| -rw-r--r-- | tetrahedron.log | 424 | ||||
| -rw-r--r-- | tetrahedron.pdf | bin | 0 -> 1245 bytes | |||
| -rw-r--r-- | tetrahedron.tex | 23 |
27 files changed, 2017 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..25c08dc --- /dev/null +++ b/README.md | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | # Platonic solids in tikz | ||
| 2 | |||
| 3 | This repository contains the Tikz (Latex) source code for drawing the5 | ||
| 4 | platonic solids. The coordinates are projected using the script `coord.py`. | ||
diff --git a/coord-cube.tex b/coord-cube.tex new file mode 100644 index 0000000..cfe5dc7 --- /dev/null +++ b/coord-cube.tex | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | \coordinate (P0) at (-0.5696813314905527, 0.5728160673358398); | ||
| 2 | \coordinate (P1) at (-0.5696813314905527, -1.3378569109153722); | ||
| 3 | \coordinate (P2) at (1.2943968404439, 0.7869841443124108); | ||
| 4 | \coordinate (P3) at (1.2943968404439, -1.1236888339388011); | ||
| 5 | \coordinate (P4) at (-1.2943968404439, 1.1236888339388011); | ||
| 6 | \coordinate (P5) at (-1.2943968404439, -0.7869841443124108); | ||
| 7 | \coordinate (P6) at (0.5696813314905527, 1.3378569109153722); | ||
| 8 | \coordinate (P7) at (0.5696813314905527, -0.5728160673358398); | ||
diff --git a/coord-dod.tex b/coord-dod.tex new file mode 100644 index 0000000..979df67 --- /dev/null +++ b/coord-dod.tex | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | \coordinate (P0) at (1.2508566957869456, 0.7603474449732492); | ||
| 2 | \coordinate (P1) at (1.2508566957869456, -1.1503255332779627); | ||
| 3 | \coordinate (P2) at (0.6598162824642664, 1.3249899183682845); | ||
| 4 | \coordinate (P3) at (0.6598162824642664, -0.5856830598829275); | ||
| 5 | \coordinate (P4) at (-0.6598162824642664, 0.5856830598829275); | ||
| 6 | \coordinate (P5) at (-0.6598162824642664, -1.3249899183682845); | ||
| 7 | \coordinate (P6) at (-1.2508566957869456, 1.1503255332779627); | ||
| 8 | \coordinate (P7) at (-1.2508566957869456, -0.7603474449732492); | ||
| 9 | \coordinate (P8) at (0.18264153207910092, 1.3712827900732547); | ||
| 10 | \coordinate (P9) at (0.18264153207910092, -1.7202510301231948); | ||
| 11 | \coordinate (P10) at (-0.18264153207910092, 1.7202510301231948); | ||
| 12 | \coordinate (P11) at (-0.18264153207910092, -1.3712827900732547); | ||
| 13 | \coordinate (P12) at (1.0685921597130592, -0.40283109341752804); | ||
| 14 | \coordinate (P13) at (0.11226868223217829, 0.5107796200274473); | ||
| 15 | \coordinate (P14) at (-0.11226868223217829, -0.5107796200274473); | ||
| 16 | \coordinate (P15) at (-1.0685921597130592, 0.40283109341752804); | ||
| 17 | \coordinate (P16) at (1.5457669100982248, 0.7317368768227392); | ||
| 18 | \coordinate (P17) at (-1.5457669100982248, 0.44912396512249836); | ||
| 19 | \coordinate (P18) at (1.5457669100982248, -0.44912396512249836); | ||
| 20 | \coordinate (P19) at (-1.5457669100982248, -0.7317368768227392); | ||
diff --git a/coord-ico.tex b/coord-ico.tex new file mode 100644 index 0000000..a044e9f --- /dev/null +++ b/coord-ico.tex | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | \coordinate (P0) at (0.19866933079506122, 1.3910718630305983); | ||
| 2 | \coordinate (P1) at (0.19866933079506122, -1.7804902053392486); | ||
| 3 | \coordinate (P2) at (-0.19866933079506122, 1.7804902053392486); | ||
| 4 | \coordinate (P3) at (-0.19866933079506122, -1.3910718630305983); | ||
| 5 | \coordinate (P4) at (1.301520307589847, -0.27557655385046137); | ||
| 6 | \coordinate (P5) at (0.6586128480926363, 0.35451555984757627); | ||
| 7 | \coordinate (P6) at (-0.6586128480926363, -0.35451555984757627); | ||
| 8 | \coordinate (P7) at (-1.301520307589847, 0.27557655385046137); | ||
| 9 | \coordinate (P8) at (1.5857810341849234, 1.0439295752119735); | ||
| 10 | \coordinate (P9) at (-1.5857810341849234, 0.9162035804705098); | ||
| 11 | \coordinate (P10) at (1.5857810341849234, -0.9162035804705098); | ||
| 12 | \coordinate (P11) at (-1.5857810341849234, -1.0439295752119735); | ||
diff --git a/coord-oct.tex b/coord-oct.tex new file mode 100644 index 0000000..14fa90c --- /dev/null +++ b/coord-oct.tex | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | \coordinate (P0) at (-0.27516333805159693, -0.21095489306059886); | ||
| 2 | \coordinate (P1) at (0.27516333805159693, 0.21095489306059886); | ||
| 3 | \coordinate (P2) at (-0.9613974918795568, 0.06037778654840108); | ||
| 4 | \coordinate (P3) at (0.9613974918795568, -0.06037778654840108); | ||
| 5 | \coordinate (P4) at (-0.0, -0.9756293127952373); | ||
| 6 | \coordinate (P5) at (-0.0, 0.9756293127952373); | ||
diff --git a/coord-tet.tex b/coord-tet.tex new file mode 100644 index 0000000..cb3a1ca --- /dev/null +++ b/coord-tet.tex | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | \coordinate (P0) at (-1.1042758977624227, 1.3096936302264104); | ||
| 2 | \coordinate (P1) at (0.8835014100843277, -0.3031514993551603); | ||
| 3 | \coordinate (P2) at (-0.8835014100843277, -1.4214862452202075); | ||
| 4 | \coordinate (P3) at (1.1042758977624227, 0.41494411434895745); | ||
diff --git a/coord.py b/coord.py new file mode 100755 index 0000000..6fe33f9 --- /dev/null +++ b/coord.py | |||
| @@ -0,0 +1,32 @@ | |||
| 1 | #!/usr/bin/python | ||
| 2 | |||
| 3 | from math import sqrt, sin, cos | ||
| 4 | |||
| 5 | phi = (1.0+sqrt(5.0))/2.0 | ||
| 6 | |||
| 7 | def projcoord(P, alpha, beta): | ||
| 8 | x, y, z = P | ||
| 9 | xnew = x*cos(alpha) + y*sin(alpha) | ||
| 10 | ynew = x*sin(alpha)*sin(beta) - y*cos(alpha)*sin(beta) + z*cos(beta) | ||
| 11 | return xnew, ynew | ||
| 12 | |||
| 13 | def printtikz(shape, alpha, beta): | ||
| 14 | for i in range(len(shape)): | ||
| 15 | x, y = projcoord(shape[i], alpha, beta) | ||
| 16 | print("\coordinate (P" + str(i) + ") at (" + str(x) + ", " + str(y) + ");") | ||
| 17 | |||
| 18 | tetrahedron = [(1,1,1), (1,-1,-1), (-1,1,-1), (-1,-1,1)] | ||
| 19 | |||
| 20 | octahedron = [(1,0,0), (-1,0,0), (0,1,0), (0,-1,0), (0,0,1), (0,0,-1)] | ||
| 21 | |||
| 22 | cube = [(1,1,1), (1,1,-1), (1,-1,1), (1,-1,-1), (-1,1,1), (-1,1,-1), (-1,-1,1), (-1,-1,-1)] | ||
| 23 | |||
| 24 | dodecahedron = cube + [(0,1/phi,phi), (0,1/phi,-phi), (0,-1/phi,phi), (0,-1/phi,-phi), | ||
| 25 | (1/phi,phi,0), (1/phi,-phi,0), (-1/phi,phi,0), (-1/phi,-phi,0), | ||
| 26 | (phi,0,1/phi), (-phi,0,1/phi), (phi,0,-1/phi), (-phi,0,-1/phi)] | ||
| 27 | |||
| 28 | icosahedron = [(0,1,phi), (0,1,-phi), (0,-1,phi), (0,-1,-phi), | ||
| 29 | (1,phi,0), (1,-phi,0), (-1,phi,0), (-1,-phi,0), | ||
| 30 | (phi,0,1), (-phi,0,1), (phi,0,-1), (-phi,0,-1)] | ||
| 31 | |||
| 32 | printtikz(icosahedron, 0.2, 0.2) | ||
diff --git a/cube.aux b/cube.aux new file mode 100644 index 0000000..48a70f3 --- /dev/null +++ b/cube.aux | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | \relax | ||
| 2 | \@gobbletwo \sa@multi@setnumpages {1} | ||
| 3 | \gdef \@abspage@last{1} | ||
diff --git a/cube.pdf b/cube.pdf new file mode 100644 index 0000000..883f85e --- /dev/null +++ b/cube.pdf | |||
| Binary files differ | |||
diff --git a/cube.tex b/cube.tex new file mode 100644 index 0000000..f4d8427 --- /dev/null +++ b/cube.tex | |||
| @@ -0,0 +1,31 @@ | |||
| 1 | \input{settings.ttt} | ||
| 2 | |||
| 3 | \begin{document} | ||
| 4 | \begin{tikzpicture}[scale=2, line cap=round,line join=round,>=triangle 45,x=1.0cm,y=1.0cm] | ||
| 5 | |||
| 6 | \input{coord-cube.tex} | ||
| 7 | |||
| 8 | % Background varying in size depending on the main figure | ||
| 9 | \fill[color=white] (-2,-2) rectangle (2,2); | ||
| 10 | |||
| 11 | \filldraw[very thick, draw=my-color-draw-main, | ||
| 12 | fill=my-color-fill-main, fill opacity = 0.7] | ||
| 13 | (P0) -- (P1) -- (P3) -- (P2) -- cycle; | ||
| 14 | |||
| 15 | \filldraw[very thick, draw=my-color-draw-main, | ||
| 16 | fill=my-color-fill-main, fill opacity = 0.3] | ||
| 17 | (P0) -- (P1) -- (P5) -- (P4) -- cycle; | ||
| 18 | |||
| 19 | \filldraw[very thick, draw=my-color-draw-main, | ||
| 20 | fill=my-color-fill-main, fill opacity = 0.5] | ||
| 21 | (P0) -- (P2) -- (P6) -- (P4) -- cycle; | ||
| 22 | |||
| 23 | |||
| 24 | \draw[very thick, draw=my-color-draw-main, dashed] (P7) -- (P6); | ||
| 25 | \draw[very thick, draw=my-color-draw-main, dashed] (P7) -- (P5); | ||
| 26 | \draw[very thick, draw=my-color-draw-main, dashed] (P7) -- (P3); | ||
| 27 | |||
| 28 | |||
| 29 | \end{tikzpicture} | ||
| 30 | \end{document} | ||
| 31 | |||
diff --git a/dodecahedron.aux b/dodecahedron.aux new file mode 100644 index 0000000..48a70f3 --- /dev/null +++ b/dodecahedron.aux | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | \relax | ||
| 2 | \@gobbletwo \sa@multi@setnumpages {1} | ||
| 3 | \gdef \@abspage@last{1} | ||
diff --git a/dodecahedron.log b/dodecahedron.log new file mode 100644 index 0000000..dc83335 --- /dev/null +++ b/dodecahedron.log | |||
| @@ -0,0 +1,424 @@ | |||
| 1 | This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021/VoidLinux) (preloaded format=pdflatex 2022.4.21) 19 MAY 2022 15:43 | ||
| 2 | entering extended mode | ||
| 3 | \write18 enabled. | ||
| 4 | %&-line parsing enabled. | ||
| 5 | **\expandafter\def\csname sa@internal@run\endcsname{1}\input{dodecahedron} | ||
| 6 | (./dodecahedron.tex (./settings.ttt | ||
| 7 | (/usr/share/texmf-dist/tex/latex/standalone/standalone.cls | ||
| 8 | Document Class: standalone 2018/03/26 v1.3a Class to compile TeX sub-files stan | ||
| 9 | dalone | ||
| 10 | (/usr/share/texmf-dist/tex/latex/tools/shellesc.sty | ||
| 11 | Package: shellesc 2019/11/08 v1.0c unified shell escape interface for LaTeX | ||
| 12 | Package shellesc Info: Unrestricted shell escape enabled on input line 75. | ||
| 13 | ) | ||
| 14 | (/usr/share/texmf-dist/tex/generic/iftex/ifluatex.sty | ||
| 15 | Package: ifluatex 2019/10/25 v1.5 ifluatex legacy package. Use iftex instead. | ||
| 16 | |||
| 17 | (/usr/share/texmf-dist/tex/generic/iftex/iftex.sty | ||
| 18 | Package: iftex 2020/03/06 v1.0d TeX engine tests | ||
| 19 | )) | ||
| 20 | (/usr/share/texmf-dist/tex/latex/xkeyval/xkeyval.sty | ||
| 21 | Package: xkeyval 2020/11/20 v2.8 package option processing (HA) | ||
| 22 | |||
| 23 | (/usr/share/texmf-dist/tex/generic/xkeyval/xkeyval.tex | ||
| 24 | (/usr/share/texmf-dist/tex/generic/xkeyval/xkvutils.tex | ||
| 25 | \XKV@toks=\toks15 | ||
| 26 | \XKV@tempa@toks=\toks16 | ||
| 27 | |||
| 28 | (/usr/share/texmf-dist/tex/generic/xkeyval/keyval.tex)) | ||
| 29 | \XKV@depth=\count179 | ||
| 30 | File: xkeyval.tex 2014/12/03 v2.7a key=value parser (HA) | ||
| 31 | )) | ||
| 32 | \sa@internal=\count180 | ||
| 33 | \c@sapage=\count181 | ||
| 34 | |||
| 35 | (/usr/share/texmf-dist/tex/latex/standalone/standalone.cfg | ||
| 36 | File: standalone.cfg 2018/03/26 v1.3a Default configuration file for 'standalon | ||
| 37 | e' class | ||
| 38 | ) | ||
| 39 | (/usr/share/texmf-dist/tex/latex/base/article.cls | ||
| 40 | Document Class: article 2020/04/10 v1.4m Standard LaTeX document class | ||
| 41 | (/usr/share/texmf-dist/tex/latex/base/size10.clo | ||
| 42 | File: size10.clo 2020/04/10 v1.4m Standard LaTeX file (size option) | ||
| 43 | ) | ||
| 44 | \c@part=\count182 | ||
| 45 | \c@section=\count183 | ||
| 46 | \c@subsection=\count184 | ||
| 47 | \c@subsubsection=\count185 | ||
| 48 | \c@paragraph=\count186 | ||
| 49 | \c@subparagraph=\count187 | ||
| 50 | \c@figure=\count188 | ||
| 51 | \c@table=\count189 | ||
| 52 | \abovecaptionskip=\skip47 | ||
| 53 | \belowcaptionskip=\skip48 | ||
| 54 | \bibindent=\dimen138 | ||
| 55 | ) | ||
| 56 | (/usr/share/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty | ||
| 57 | (/usr/share/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty | ||
| 58 | (/usr/share/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty | ||
| 59 | (/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfutil-common.tex | ||
| 60 | \pgfutil@everybye=\toks17 | ||
| 61 | \pgfutil@tempdima=\dimen139 | ||
| 62 | \pgfutil@tempdimb=\dimen140 | ||
| 63 | |||
| 64 | (/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfutil-common-lists.tex)) | ||
| 65 | (/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfutil-latex.def | ||
| 66 | \pgfutil@abb=\box47 | ||
| 67 | ) | ||
| 68 | (/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex | ||
| 69 | (/usr/share/texmf-dist/tex/generic/pgf/pgf.revision.tex) | ||
| 70 | Package: pgfrcs 2020/12/27 v3.1.8b (3.1.8b) | ||
| 71 | )) | ||
| 72 | Package: pgf 2020/12/27 v3.1.8b (3.1.8b) | ||
| 73 | |||
| 74 | (/usr/share/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty | ||
| 75 | (/usr/share/texmf-dist/tex/latex/graphics/graphicx.sty | ||
| 76 | Package: graphicx 2020/09/09 v1.2b Enhanced LaTeX Graphics (DPC,SPQR) | ||
| 77 | |||
| 78 | (/usr/share/texmf-dist/tex/latex/graphics/graphics.sty | ||
| 79 | Package: graphics 2020/08/30 v1.4c Standard LaTeX Graphics (DPC,SPQR) | ||
| 80 | |||
| 81 | (/usr/share/texmf-dist/tex/latex/graphics/trig.sty | ||
| 82 | Package: trig 2016/01/03 v1.10 sin cos tan (DPC) | ||
| 83 | ) | ||
| 84 | (/usr/share/texmf-dist/tex/latex/graphics-cfg/graphics.cfg | ||
| 85 | File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration | ||
| 86 | ) | ||
| 87 | Package graphics Info: Driver file: pdftex.def on input line 105. | ||
| 88 | |||
| 89 | (/usr/share/texmf-dist/tex/latex/graphics-def/pdftex.def | ||
| 90 | File: pdftex.def 2020/10/05 v1.2a Graphics/color driver for pdftex | ||
| 91 | )) | ||
| 92 | \Gin@req@height=\dimen141 | ||
| 93 | \Gin@req@width=\dimen142 | ||
| 94 | ) | ||
| 95 | (/usr/share/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty | ||
| 96 | (/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex | ||
| 97 | Package: pgfsys 2020/12/27 v3.1.8b (3.1.8b) | ||
| 98 | |||
| 99 | (/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex | ||
| 100 | \pgfkeys@pathtoks=\toks18 | ||
| 101 | \pgfkeys@temptoks=\toks19 | ||
| 102 | |||
| 103 | (/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfkeysfiltered.code.tex | ||
| 104 | \pgfkeys@tmptoks=\toks20 | ||
| 105 | )) | ||
| 106 | \pgf@x=\dimen143 | ||
| 107 | \pgf@y=\dimen144 | ||
| 108 | \pgf@xa=\dimen145 | ||
| 109 | \pgf@ya=\dimen146 | ||
| 110 | \pgf@xb=\dimen147 | ||
| 111 | \pgf@yb=\dimen148 | ||
| 112 | \pgf@xc=\dimen149 | ||
| 113 | \pgf@yc=\dimen150 | ||
| 114 | \pgf@xd=\dimen151 | ||
| 115 | \pgf@yd=\dimen152 | ||
| 116 | \w@pgf@writea=\write3 | ||
| 117 | \r@pgf@reada=\read2 | ||
| 118 | \c@pgf@counta=\count190 | ||
| 119 | \c@pgf@countb=\count191 | ||
| 120 | \c@pgf@countc=\count192 | ||
| 121 | \c@pgf@countd=\count193 | ||
| 122 | \t@pgf@toka=\toks21 | ||
| 123 | \t@pgf@tokb=\toks22 | ||
| 124 | \t@pgf@tokc=\toks23 | ||
| 125 | \pgf@sys@id@count=\count194 | ||
| 126 | |||
| 127 | (/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgf.cfg | ||
| 128 | File: pgf.cfg 2020/12/27 v3.1.8b (3.1.8b) | ||
| 129 | ) | ||
| 130 | Driver file for pgf: pgfsys-pdftex.def | ||
| 131 | |||
| 132 | (/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-pdftex.def | ||
| 133 | File: pgfsys-pdftex.def 2020/12/27 v3.1.8b (3.1.8b) | ||
| 134 | |||
| 135 | (/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-pdf.def | ||
| 136 | File: pgfsys-common-pdf.def 2020/12/27 v3.1.8b (3.1.8b) | ||
| 137 | ))) | ||
| 138 | (/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex | ||
| 139 | File: pgfsyssoftpath.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 140 | \pgfsyssoftpath@smallbuffer@items=\count195 | ||
| 141 | \pgfsyssoftpath@bigbuffer@items=\count196 | ||
| 142 | ) | ||
| 143 | (/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex | ||
| 144 | File: pgfsysprotocol.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 145 | )) | ||
| 146 | (/usr/share/texmf-dist/tex/latex/xcolor/xcolor.sty | ||
| 147 | Package: xcolor 2016/05/11 v2.12 LaTeX color extensions (UK) | ||
| 148 | |||
| 149 | (/usr/share/texmf-dist/tex/latex/graphics-cfg/color.cfg | ||
| 150 | File: color.cfg 2016/01/02 v1.6 sample color configuration | ||
| 151 | ) | ||
| 152 | Package xcolor Info: Driver file: pdftex.def on input line 225. | ||
| 153 | Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1348. | ||
| 154 | Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1352. | ||
| 155 | Package xcolor Info: Model `RGB' extended on input line 1364. | ||
| 156 | Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1366. | ||
| 157 | Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1367. | ||
| 158 | Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1368. | ||
| 159 | Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1369. | ||
| 160 | Package xcolor Info: Model `Gray' substituted by `gray' on input line 1370. | ||
| 161 | Package xcolor Info: Model `wave' substituted by `hsb' on input line 1371. | ||
| 162 | ) | ||
| 163 | (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex | ||
| 164 | Package: pgfcore 2020/12/27 v3.1.8b (3.1.8b) | ||
| 165 | |||
| 166 | (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex | ||
| 167 | (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathcalc.code.tex | ||
| 168 | (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathutil.code.tex) | ||
| 169 | (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathparser.code.tex | ||
| 170 | \pgfmath@dimen=\dimen153 | ||
| 171 | \pgfmath@count=\count197 | ||
| 172 | \pgfmath@box=\box48 | ||
| 173 | \pgfmath@toks=\toks24 | ||
| 174 | \pgfmath@stack@operand=\toks25 | ||
| 175 | \pgfmath@stack@operation=\toks26 | ||
| 176 | ) | ||
| 177 | (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.code.tex | ||
| 178 | (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.basic.code.tex) | ||
| 179 | (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.trigonometric.code | ||
| 180 | .tex) | ||
| 181 | (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.random.code.tex) | ||
| 182 | (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.comparison.code.te | ||
| 183 | x) (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.base.code.tex) | ||
| 184 | (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.round.code.tex) | ||
| 185 | (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.misc.code.tex) | ||
| 186 | (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.integerarithmetics | ||
| 187 | .code.tex))) (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfloat.code.tex | ||
| 188 | \c@pgfmathroundto@lastzeros=\count198 | ||
| 189 | )) (/usr/share/texmf-dist/tex/generic/pgf/math/pgfint.code.tex) | ||
| 190 | (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepoints.code.tex | ||
| 191 | File: pgfcorepoints.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 192 | \pgf@picminx=\dimen154 | ||
| 193 | \pgf@picmaxx=\dimen155 | ||
| 194 | \pgf@picminy=\dimen156 | ||
| 195 | \pgf@picmaxy=\dimen157 | ||
| 196 | \pgf@pathminx=\dimen158 | ||
| 197 | \pgf@pathmaxx=\dimen159 | ||
| 198 | \pgf@pathminy=\dimen160 | ||
| 199 | \pgf@pathmaxy=\dimen161 | ||
| 200 | \pgf@xx=\dimen162 | ||
| 201 | \pgf@xy=\dimen163 | ||
| 202 | \pgf@yx=\dimen164 | ||
| 203 | \pgf@yy=\dimen165 | ||
| 204 | \pgf@zx=\dimen166 | ||
| 205 | \pgf@zy=\dimen167 | ||
| 206 | ) | ||
| 207 | (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathconstruct.code.tex | ||
| 208 | File: pgfcorepathconstruct.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 209 | \pgf@path@lastx=\dimen168 | ||
| 210 | \pgf@path@lasty=\dimen169 | ||
| 211 | ) (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathusage.code.tex | ||
| 212 | File: pgfcorepathusage.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 213 | \pgf@shorten@end@additional=\dimen170 | ||
| 214 | \pgf@shorten@start@additional=\dimen171 | ||
| 215 | ) | ||
| 216 | (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorescopes.code.tex | ||
| 217 | File: pgfcorescopes.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 218 | \pgfpic=\box49 | ||
| 219 | \pgf@hbox=\box50 | ||
| 220 | \pgf@layerbox@main=\box51 | ||
| 221 | \pgf@picture@serial@count=\count199 | ||
| 222 | ) | ||
| 223 | (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoregraphicstate.code.tex | ||
| 224 | File: pgfcoregraphicstate.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 225 | \pgflinewidth=\dimen172 | ||
| 226 | ) | ||
| 227 | (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransformations.code.t | ||
| 228 | ex | ||
| 229 | File: pgfcoretransformations.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 230 | \pgf@pt@x=\dimen173 | ||
| 231 | \pgf@pt@y=\dimen174 | ||
| 232 | \pgf@pt@temp=\dimen175 | ||
| 233 | ) (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorequick.code.tex | ||
| 234 | File: pgfcorequick.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 235 | ) | ||
| 236 | (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreobjects.code.tex | ||
| 237 | File: pgfcoreobjects.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 238 | ) | ||
| 239 | (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathprocessing.code.te | ||
| 240 | x | ||
| 241 | File: pgfcorepathprocessing.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 242 | ) (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorearrows.code.tex | ||
| 243 | File: pgfcorearrows.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 244 | \pgfarrowsep=\dimen176 | ||
| 245 | ) | ||
| 246 | (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex | ||
| 247 | File: pgfcoreshade.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 248 | \pgf@max=\dimen177 | ||
| 249 | \pgf@sys@shading@range@num=\count266 | ||
| 250 | \pgf@shadingcount=\count267 | ||
| 251 | ) | ||
| 252 | (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex | ||
| 253 | File: pgfcoreimage.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 254 | |||
| 255 | (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreexternal.code.tex | ||
| 256 | File: pgfcoreexternal.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 257 | \pgfexternal@startupbox=\box52 | ||
| 258 | )) | ||
| 259 | (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorelayers.code.tex | ||
| 260 | File: pgfcorelayers.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 261 | ) | ||
| 262 | (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex | ||
| 263 | File: pgfcoretransparency.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 264 | ) (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepatterns.code.tex | ||
| 265 | File: pgfcorepatterns.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 266 | ) | ||
| 267 | (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorerdf.code.tex | ||
| 268 | File: pgfcorerdf.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 269 | ))) | ||
| 270 | (/usr/share/texmf-dist/tex/generic/pgf/modules/pgfmoduleshapes.code.tex | ||
| 271 | File: pgfmoduleshapes.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 272 | \pgfnodeparttextbox=\box53 | ||
| 273 | ) | ||
| 274 | (/usr/share/texmf-dist/tex/generic/pgf/modules/pgfmoduleplot.code.tex | ||
| 275 | File: pgfmoduleplot.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 276 | ) | ||
| 277 | (/usr/share/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty | ||
| 278 | Package: pgfcomp-version-0-65 2020/12/27 v3.1.8b (3.1.8b) | ||
| 279 | \pgf@nodesepstart=\dimen178 | ||
| 280 | \pgf@nodesepend=\dimen179 | ||
| 281 | ) | ||
| 282 | (/usr/share/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty | ||
| 283 | Package: pgfcomp-version-1-18 2020/12/27 v3.1.8b (3.1.8b) | ||
| 284 | )) | ||
| 285 | (/usr/share/texmf-dist/tex/latex/pgf/utilities/pgffor.sty | ||
| 286 | (/usr/share/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty | ||
| 287 | (/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex)) | ||
| 288 | (/usr/share/texmf-dist/tex/latex/pgf/math/pgfmath.sty | ||
| 289 | (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex)) | ||
| 290 | (/usr/share/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex | ||
| 291 | Package: pgffor 2020/12/27 v3.1.8b (3.1.8b) | ||
| 292 | |||
| 293 | (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex) | ||
| 294 | \pgffor@iter=\dimen180 | ||
| 295 | \pgffor@skip=\dimen181 | ||
| 296 | \pgffor@stack=\toks27 | ||
| 297 | \pgffor@toks=\toks28 | ||
| 298 | )) | ||
| 299 | (/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex | ||
| 300 | Package: tikz 2020/12/27 v3.1.8b (3.1.8b) | ||
| 301 | |||
| 302 | (/usr/share/texmf-dist/tex/generic/pgf/libraries/pgflibraryplothandlers.code.te | ||
| 303 | x | ||
| 304 | File: pgflibraryplothandlers.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 305 | \pgf@plot@mark@count=\count268 | ||
| 306 | \pgfplotmarksize=\dimen182 | ||
| 307 | ) | ||
| 308 | \tikz@lastx=\dimen183 | ||
| 309 | \tikz@lasty=\dimen184 | ||
| 310 | \tikz@lastxsaved=\dimen185 | ||
| 311 | \tikz@lastysaved=\dimen186 | ||
| 312 | \tikz@lastmovetox=\dimen187 | ||
| 313 | \tikz@lastmovetoy=\dimen188 | ||
| 314 | \tikzleveldistance=\dimen189 | ||
| 315 | \tikzsiblingdistance=\dimen190 | ||
| 316 | \tikz@figbox=\box54 | ||
| 317 | \tikz@figbox@bg=\box55 | ||
| 318 | \tikz@tempbox=\box56 | ||
| 319 | \tikz@tempbox@bg=\box57 | ||
| 320 | \tikztbox57 | ||
| 321 | \tikztreelevel=\count269 | ||
| 322 | \tikznumberofchildren=\count270 | ||
| 323 | \tikznumberofcurrentchild=\count271 | ||
| 324 | \tikz@fig@count=\count272 | ||
| 325 | (/usr/share/texmf-dist/tex/generic/pgf/modules/pgfmodulematrix.code.tex | ||
| 326 | File: pgfmodulematrix.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 327 | \pgfmatrixcurrentrow=\count273 | ||
| 328 | \pgfmatrixcurrentcolumn=\count274 | ||
| 329 | \pgf@matrix@numberofcolumns=\count275 | ||
| 330 | ) | ||
| 331 | \tikz@expandcount=\count276 | ||
| 332 | |||
| 333 | (/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary | ||
| 334 | topaths.code.tex | ||
| 335 | File: tikzlibrarytopaths.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 336 | ))) | ||
| 337 | \sa@box=\box58 | ||
| 338 | runsystem(pdflatex -shell-escape -jobname 'dodecahedron' '\expandafter\def\cs | ||
| 339 | name sa@internal@run\endcsname{1}\input{dodecahedron}')...executed. | ||
| 340 | |||
| 341 | \sa@read=\read3 | ||
| 342 | runsystem(/Applications/Inkscape.app/Contents/Resources/bin/inkscape --without- | ||
| 343 | gui --file "/Users/antonella/Desktop/dictionary/quadrilateral/dodecahedron.pdf" | ||
| 344 | --export-plain-svg "/Users/antonella/Desktop/dictionary/quadrilateral/dodecahe | ||
| 345 | dron.svg")...executed. | ||
| 346 | |||
| 347 | |||
| 348 | |||
| 349 | Class standalone Warning: Conversion unsuccessful! | ||
| 350 | (standalone) There might be something wrong with your | ||
| 351 | (standalone) conversation software or the file permissions! | ||
| 352 | |||
| 353 | ) ) ) | ||
| 354 | (\end occurred when \ifx on line 3 was incomplete) | ||
| 355 | Here is how much of TeX's memory you used: | ||
| 356 | 11445 strings out of 478994 | ||
| 357 | 235261 string characters out of 5864719 | ||
| 358 | 502705 words of memory out of 5000000 | ||
| 359 | 28754 multiletter control sequences out of 15000+600000 | ||
| 360 | 403430 words of font info for 27 fonts, out of 8000000 for 9000 | ||
| 361 | 1141 hyphenation exceptions out of 8191 | ||
| 362 | 133i,1n,133p,467b,89s stack positions out of 5000i,500n,10000p,200000b,80000s | ||
| 363 | |||
| 364 | No pages of output. | ||
| 365 | PDF statistics: | ||
| 366 | 3 PDF objects out of 1000 (max. 8388607) | ||
| 367 | 0 named destinations out of 1000 (max. 500000) | ||
| 368 | 1 words of extra memory for PDF output out of 10000 (max. 10000000) | ||
| 369 | |||
| 370 | ne 3. | ||
| 371 | LaTeX Font Info: ... okay on input line 3. | ||
| 372 | LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 3. | ||
| 373 | LaTeX Font Info: ... okay on input line 3. | ||
| 374 | LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 3. | ||
| 375 | LaTeX Font Info: ... okay on input line 3. | ||
| 376 | LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 3. | ||
| 377 | LaTeX Font Info: ... okay on input line 3. | ||
| 378 | LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 3. | ||
| 379 | LaTeX Font Info: ... okay on input line 3. | ||
| 380 | LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 3. | ||
| 381 | LaTeX Font Info: ... okay on input line 3. | ||
| 382 | LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 3. | ||
| 383 | LaTeX Font Info: ... okay on input line 3. | ||
| 384 | (/usr/share/texmf-dist/tex/context/base/mkii/supp-pdf.mkii | ||
| 385 | [Loading MPS to PDF converter (version 2006.09.02).] | ||
| 386 | \scratchcounter=\count278 | ||
| 387 | \scratchdimen=\dimen192 | ||
| 388 | \scratchbox=\box60 | ||
| 389 | \nofMPsegments=\count279 | ||
| 390 | \nofMParguments=\count280 | ||
| 391 | \everyMPshowfont=\toks30 | ||
| 392 | \MPscratchCnt=\count281 | ||
| 393 | \MPscratchDim=\dimen193 | ||
| 394 | \MPnumerator=\count282 | ||
| 395 | \makeMPintoPDFobject=\count283 | ||
| 396 | \everyMPtoPDFconversion=\toks31 | ||
| 397 | ) (/usr/share/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty | ||
| 398 | Package: epstopdf-base 2020-01-24 v2.11 Base part for package epstopdf | ||
| 399 | Package epstopdf-base Info: Redefining graphics rule for `.eps' on input line 4 | ||
| 400 | 85. | ||
| 401 | |||
| 402 | (/usr/share/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg | ||
| 403 | File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Liv | ||
| 404 | e | ||
| 405 | )) | ||
| 406 | (./coord-dod.tex) [1 | ||
| 407 | |||
| 408 | ] (./dodecahedron.aux) ) | ||
| 409 | Here is how much of TeX's memory you used: | ||
| 410 | 13221 strings out of 478994 | ||
| 411 | 268832 string characters out of 5864719 | ||
| 412 | 521953 words of memory out of 5000000 | ||
| 413 | 30492 multiletter control sequences out of 15000+600000 | ||
| 414 | 403430 words of font info for 27 fonts, out of 8000000 for 9000 | ||
| 415 | 1141 hyphenation exceptions out of 8191 | ||
| 416 | 137i,5n,136p,523b,552s stack positions out of 5000i,500n,10000p,200000b,80000s | ||
| 417 | |||
| 418 | Output written on dodecahedron.pdf (1 page, 1435 bytes). | ||
| 419 | PDF statistics: | ||
| 420 | 11 PDF objects out of 1000 (max. 8388607) | ||
| 421 | 7 compressed objects within 1 object stream | ||
| 422 | 0 named destinations out of 1000 (max. 500000) | ||
| 423 | 13 words of extra memory for PDF output out of 10000 (max. 10000000) | ||
| 424 | |||
diff --git a/dodecahedron.pdf b/dodecahedron.pdf new file mode 100644 index 0000000..8c57237 --- /dev/null +++ b/dodecahedron.pdf | |||
| Binary files differ | |||
diff --git a/dodecahedron.tex b/dodecahedron.tex new file mode 100644 index 0000000..24b430b --- /dev/null +++ b/dodecahedron.tex | |||
| @@ -0,0 +1,44 @@ | |||
| 1 | \input{settings.ttt} | ||
| 2 | |||
| 3 | \begin{document} | ||
| 4 | \begin{tikzpicture}[scale=2, line cap=round,line join=round,>=triangle 45,x=1.0cm,y=1.0cm] | ||
| 5 | |||
| 6 | \input{coord-dod.tex} | ||
| 7 | |||
| 8 | % Background varying in size depending on the main figure | ||
| 9 | \fill[color=white] (-2,-2) rectangle (2,2); | ||
| 10 | |||
| 11 | \filldraw[very thick, draw=my-color-draw-main, | ||
| 12 | fill=my-color-fill-main, fill opacity = 0.5] | ||
| 13 | (P0) -- (P8) -- (P10) -- (P2) -- (P16) -- cycle; | ||
| 14 | |||
| 15 | \filldraw[very thick, draw=my-color-draw-main, | ||
| 16 | fill=my-color-fill-main, fill opacity = 0.2] | ||
| 17 | (P4) -- (P8) -- (P10) -- (P6) -- (P17) -- cycle; | ||
| 18 | |||
| 19 | \filldraw[very thick, draw=my-color-draw-main, | ||
| 20 | fill=my-color-fill-main, fill opacity = 0.5] | ||
| 21 | (P0) -- (P8) -- (P4) -- (P14) -- (P12) -- cycle; | ||
| 22 | |||
| 23 | \filldraw[very thick, draw=my-color-draw-main, | ||
| 24 | fill=my-color-fill-main, fill opacity = 0.8] | ||
| 25 | (P16) -- (P0) -- (P12) -- (P1) -- (P18) -- cycle; | ||
| 26 | |||
| 27 | \filldraw[very thick, draw=my-color-draw-main, | ||
| 28 | fill=my-color-fill-main, fill opacity = 0.8] | ||
| 29 | (P1) -- (P12) -- (P14) -- (P5) -- (P9) -- cycle; | ||
| 30 | |||
| 31 | \filldraw[very thick, draw=my-color-draw-main, | ||
| 32 | fill=my-color-fill-main, fill opacity = 0.5] | ||
| 33 | (P4) -- (P14) -- (P5) -- (P19) -- (P17) -- cycle; | ||
| 34 | |||
| 35 | \draw[very thick, draw=my-color-draw-main, dashed] (P19) -- (P7) -- (P11) -- (P9); | ||
| 36 | \draw[very thick, draw=my-color-draw-main, dashed] (P7) -- (P15) -- (P6); | ||
| 37 | \draw[very thick, draw=my-color-draw-main, dashed] (P15) -- (P13) -- (P2); | ||
| 38 | \draw[very thick, draw=my-color-draw-main, dashed] (P13) -- (P3) -- (P18); | ||
| 39 | \draw[very thick, draw=my-color-draw-main, dashed] (P3) -- (P11); | ||
| 40 | |||
| 41 | |||
| 42 | \end{tikzpicture} | ||
| 43 | \end{document} | ||
| 44 | |||
diff --git a/icosahedron.aux b/icosahedron.aux new file mode 100644 index 0000000..48a70f3 --- /dev/null +++ b/icosahedron.aux | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | \relax | ||
| 2 | \@gobbletwo \sa@multi@setnumpages {1} | ||
| 3 | \gdef \@abspage@last{1} | ||
diff --git a/icosahedron.log b/icosahedron.log new file mode 100644 index 0000000..affa957 --- /dev/null +++ b/icosahedron.log | |||
| @@ -0,0 +1,424 @@ | |||
| 1 | This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021/VoidLinux) (preloaded format=pdflatex 2022.4.21) 19 MAY 2022 15:43 | ||
| 2 | entering extended mode | ||
| 3 | \write18 enabled. | ||
| 4 | %&-line parsing enabled. | ||
| 5 | **\expandafter\def\csname sa@internal@run\endcsname{1}\input{icosahedron} | ||
| 6 | (./icosahedron.tex (./settings.ttt | ||
| 7 | (/usr/share/texmf-dist/tex/latex/standalone/standalone.cls | ||
| 8 | Document Class: standalone 2018/03/26 v1.3a Class to compile TeX sub-files stan | ||
| 9 | dalone | ||
| 10 | (/usr/share/texmf-dist/tex/latex/tools/shellesc.sty | ||
| 11 | Package: shellesc 2019/11/08 v1.0c unified shell escape interface for LaTeX | ||
| 12 | Package shellesc Info: Unrestricted shell escape enabled on input line 75. | ||
| 13 | ) | ||
| 14 | (/usr/share/texmf-dist/tex/generic/iftex/ifluatex.sty | ||
| 15 | Package: ifluatex 2019/10/25 v1.5 ifluatex legacy package. Use iftex instead. | ||
| 16 | |||
| 17 | (/usr/share/texmf-dist/tex/generic/iftex/iftex.sty | ||
| 18 | Package: iftex 2020/03/06 v1.0d TeX engine tests | ||
| 19 | )) | ||
| 20 | (/usr/share/texmf-dist/tex/latex/xkeyval/xkeyval.sty | ||
| 21 | Package: xkeyval 2020/11/20 v2.8 package option processing (HA) | ||
| 22 | |||
| 23 | (/usr/share/texmf-dist/tex/generic/xkeyval/xkeyval.tex | ||
| 24 | (/usr/share/texmf-dist/tex/generic/xkeyval/xkvutils.tex | ||
| 25 | \XKV@toks=\toks15 | ||
| 26 | \XKV@tempa@toks=\toks16 | ||
| 27 | |||
| 28 | (/usr/share/texmf-dist/tex/generic/xkeyval/keyval.tex)) | ||
| 29 | \XKV@depth=\count179 | ||
| 30 | File: xkeyval.tex 2014/12/03 v2.7a key=value parser (HA) | ||
| 31 | )) | ||
| 32 | \sa@internal=\count180 | ||
| 33 | \c@sapage=\count181 | ||
| 34 | |||
| 35 | (/usr/share/texmf-dist/tex/latex/standalone/standalone.cfg | ||
| 36 | File: standalone.cfg 2018/03/26 v1.3a Default configuration file for 'standalon | ||
| 37 | e' class | ||
| 38 | ) | ||
| 39 | (/usr/share/texmf-dist/tex/latex/base/article.cls | ||
| 40 | Document Class: article 2020/04/10 v1.4m Standard LaTeX document class | ||
| 41 | (/usr/share/texmf-dist/tex/latex/base/size10.clo | ||
| 42 | File: size10.clo 2020/04/10 v1.4m Standard LaTeX file (size option) | ||
| 43 | ) | ||
| 44 | \c@part=\count182 | ||
| 45 | \c@section=\count183 | ||
| 46 | \c@subsection=\count184 | ||
| 47 | \c@subsubsection=\count185 | ||
| 48 | \c@paragraph=\count186 | ||
| 49 | \c@subparagraph=\count187 | ||
| 50 | \c@figure=\count188 | ||
| 51 | \c@table=\count189 | ||
| 52 | \abovecaptionskip=\skip47 | ||
| 53 | \belowcaptionskip=\skip48 | ||
| 54 | \bibindent=\dimen138 | ||
| 55 | ) | ||
| 56 | (/usr/share/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty | ||
| 57 | (/usr/share/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty | ||
| 58 | (/usr/share/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty | ||
| 59 | (/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfutil-common.tex | ||
| 60 | \pgfutil@everybye=\toks17 | ||
| 61 | \pgfutil@tempdima=\dimen139 | ||
| 62 | \pgfutil@tempdimb=\dimen140 | ||
| 63 | |||
| 64 | (/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfutil-common-lists.tex)) | ||
| 65 | (/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfutil-latex.def | ||
| 66 | \pgfutil@abb=\box47 | ||
| 67 | ) | ||
| 68 | (/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex | ||
| 69 | (/usr/share/texmf-dist/tex/generic/pgf/pgf.revision.tex) | ||
| 70 | Package: pgfrcs 2020/12/27 v3.1.8b (3.1.8b) | ||
| 71 | )) | ||
| 72 | Package: pgf 2020/12/27 v3.1.8b (3.1.8b) | ||
| 73 | |||
| 74 | (/usr/share/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty | ||
| 75 | (/usr/share/texmf-dist/tex/latex/graphics/graphicx.sty | ||
| 76 | Package: graphicx 2020/09/09 v1.2b Enhanced LaTeX Graphics (DPC,SPQR) | ||
| 77 | |||
| 78 | (/usr/share/texmf-dist/tex/latex/graphics/graphics.sty | ||
| 79 | Package: graphics 2020/08/30 v1.4c Standard LaTeX Graphics (DPC,SPQR) | ||
| 80 | |||
| 81 | (/usr/share/texmf-dist/tex/latex/graphics/trig.sty | ||
| 82 | Package: trig 2016/01/03 v1.10 sin cos tan (DPC) | ||
| 83 | ) | ||
| 84 | (/usr/share/texmf-dist/tex/latex/graphics-cfg/graphics.cfg | ||
| 85 | File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration | ||
| 86 | ) | ||
| 87 | Package graphics Info: Driver file: pdftex.def on input line 105. | ||
| 88 | |||
| 89 | (/usr/share/texmf-dist/tex/latex/graphics-def/pdftex.def | ||
| 90 | File: pdftex.def 2020/10/05 v1.2a Graphics/color driver for pdftex | ||
| 91 | )) | ||
| 92 | \Gin@req@height=\dimen141 | ||
| 93 | \Gin@req@width=\dimen142 | ||
| 94 | ) | ||
| 95 | (/usr/share/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty | ||
| 96 | (/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex | ||
| 97 | Package: pgfsys 2020/12/27 v3.1.8b (3.1.8b) | ||
| 98 | |||
| 99 | (/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex | ||
| 100 | \pgfkeys@pathtoks=\toks18 | ||
| 101 | \pgfkeys@temptoks=\toks19 | ||
| 102 | |||
| 103 | (/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfkeysfiltered.code.tex | ||
| 104 | \pgfkeys@tmptoks=\toks20 | ||
| 105 | )) | ||
| 106 | \pgf@x=\dimen143 | ||
| 107 | \pgf@y=\dimen144 | ||
| 108 | \pgf@xa=\dimen145 | ||
| 109 | \pgf@ya=\dimen146 | ||
| 110 | \pgf@xb=\dimen147 | ||
| 111 | \pgf@yb=\dimen148 | ||
| 112 | \pgf@xc=\dimen149 | ||
| 113 | \pgf@yc=\dimen150 | ||
| 114 | \pgf@xd=\dimen151 | ||
| 115 | \pgf@yd=\dimen152 | ||
| 116 | \w@pgf@writea=\write3 | ||
| 117 | \r@pgf@reada=\read2 | ||
| 118 | \c@pgf@counta=\count190 | ||
| 119 | \c@pgf@countb=\count191 | ||
| 120 | \c@pgf@countc=\count192 | ||
| 121 | \c@pgf@countd=\count193 | ||
| 122 | \t@pgf@toka=\toks21 | ||
| 123 | \t@pgf@tokb=\toks22 | ||
| 124 | \t@pgf@tokc=\toks23 | ||
| 125 | \pgf@sys@id@count=\count194 | ||
| 126 | |||
| 127 | (/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgf.cfg | ||
| 128 | File: pgf.cfg 2020/12/27 v3.1.8b (3.1.8b) | ||
| 129 | ) | ||
| 130 | Driver file for pgf: pgfsys-pdftex.def | ||
| 131 | |||
| 132 | (/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-pdftex.def | ||
| 133 | File: pgfsys-pdftex.def 2020/12/27 v3.1.8b (3.1.8b) | ||
| 134 | |||
| 135 | (/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-pdf.def | ||
| 136 | File: pgfsys-common-pdf.def 2020/12/27 v3.1.8b (3.1.8b) | ||
| 137 | ))) | ||
| 138 | (/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex | ||
| 139 | File: pgfsyssoftpath.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 140 | \pgfsyssoftpath@smallbuffer@items=\count195 | ||
| 141 | \pgfsyssoftpath@bigbuffer@items=\count196 | ||
| 142 | ) | ||
| 143 | (/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex | ||
| 144 | File: pgfsysprotocol.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 145 | )) | ||
| 146 | (/usr/share/texmf-dist/tex/latex/xcolor/xcolor.sty | ||
| 147 | Package: xcolor 2016/05/11 v2.12 LaTeX color extensions (UK) | ||
| 148 | |||
| 149 | (/usr/share/texmf-dist/tex/latex/graphics-cfg/color.cfg | ||
| 150 | File: color.cfg 2016/01/02 v1.6 sample color configuration | ||
| 151 | ) | ||
| 152 | Package xcolor Info: Driver file: pdftex.def on input line 225. | ||
| 153 | Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1348. | ||
| 154 | Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1352. | ||
| 155 | Package xcolor Info: Model `RGB' extended on input line 1364. | ||
| 156 | Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1366. | ||
| 157 | Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1367. | ||
| 158 | Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1368. | ||
| 159 | Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1369. | ||
| 160 | Package xcolor Info: Model `Gray' substituted by `gray' on input line 1370. | ||
| 161 | Package xcolor Info: Model `wave' substituted by `hsb' on input line 1371. | ||
| 162 | ) | ||
| 163 | (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex | ||
| 164 | Package: pgfcore 2020/12/27 v3.1.8b (3.1.8b) | ||
| 165 | |||
| 166 | (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex | ||
| 167 | (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathcalc.code.tex | ||
| 168 | (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathutil.code.tex) | ||
| 169 | (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathparser.code.tex | ||
| 170 | \pgfmath@dimen=\dimen153 | ||
| 171 | \pgfmath@count=\count197 | ||
| 172 | \pgfmath@box=\box48 | ||
| 173 | \pgfmath@toks=\toks24 | ||
| 174 | \pgfmath@stack@operand=\toks25 | ||
| 175 | \pgfmath@stack@operation=\toks26 | ||
| 176 | ) | ||
| 177 | (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.code.tex | ||
| 178 | (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.basic.code.tex) | ||
| 179 | (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.trigonometric.code | ||
| 180 | .tex) | ||
| 181 | (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.random.code.tex) | ||
| 182 | (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.comparison.code.te | ||
| 183 | x) (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.base.code.tex) | ||
| 184 | (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.round.code.tex) | ||
| 185 | (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.misc.code.tex) | ||
| 186 | (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.integerarithmetics | ||
| 187 | .code.tex))) (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfloat.code.tex | ||
| 188 | \c@pgfmathroundto@lastzeros=\count198 | ||
| 189 | )) (/usr/share/texmf-dist/tex/generic/pgf/math/pgfint.code.tex) | ||
| 190 | (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepoints.code.tex | ||
| 191 | File: pgfcorepoints.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 192 | \pgf@picminx=\dimen154 | ||
| 193 | \pgf@picmaxx=\dimen155 | ||
| 194 | \pgf@picminy=\dimen156 | ||
| 195 | \pgf@picmaxy=\dimen157 | ||
| 196 | \pgf@pathminx=\dimen158 | ||
| 197 | \pgf@pathmaxx=\dimen159 | ||
| 198 | \pgf@pathminy=\dimen160 | ||
| 199 | \pgf@pathmaxy=\dimen161 | ||
| 200 | \pgf@xx=\dimen162 | ||
| 201 | \pgf@xy=\dimen163 | ||
| 202 | \pgf@yx=\dimen164 | ||
| 203 | \pgf@yy=\dimen165 | ||
| 204 | \pgf@zx=\dimen166 | ||
| 205 | \pgf@zy=\dimen167 | ||
| 206 | ) | ||
| 207 | (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathconstruct.code.tex | ||
| 208 | File: pgfcorepathconstruct.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 209 | \pgf@path@lastx=\dimen168 | ||
| 210 | \pgf@path@lasty=\dimen169 | ||
| 211 | ) (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathusage.code.tex | ||
| 212 | File: pgfcorepathusage.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 213 | \pgf@shorten@end@additional=\dimen170 | ||
| 214 | \pgf@shorten@start@additional=\dimen171 | ||
| 215 | ) | ||
| 216 | (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorescopes.code.tex | ||
| 217 | File: pgfcorescopes.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 218 | \pgfpic=\box49 | ||
| 219 | \pgf@hbox=\box50 | ||
| 220 | \pgf@layerbox@main=\box51 | ||
| 221 | \pgf@picture@serial@count=\count199 | ||
| 222 | ) | ||
| 223 | (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoregraphicstate.code.tex | ||
| 224 | File: pgfcoregraphicstate.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 225 | \pgflinewidth=\dimen172 | ||
| 226 | ) | ||
| 227 | (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransformations.code.t | ||
| 228 | ex | ||
| 229 | File: pgfcoretransformations.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 230 | \pgf@pt@x=\dimen173 | ||
| 231 | \pgf@pt@y=\dimen174 | ||
| 232 | \pgf@pt@temp=\dimen175 | ||
| 233 | ) (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorequick.code.tex | ||
| 234 | File: pgfcorequick.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 235 | ) | ||
| 236 | (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreobjects.code.tex | ||
| 237 | File: pgfcoreobjects.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 238 | ) | ||
| 239 | (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathprocessing.code.te | ||
| 240 | x | ||
| 241 | File: pgfcorepathprocessing.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 242 | ) (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorearrows.code.tex | ||
| 243 | File: pgfcorearrows.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 244 | \pgfarrowsep=\dimen176 | ||
| 245 | ) | ||
| 246 | (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex | ||
| 247 | File: pgfcoreshade.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 248 | \pgf@max=\dimen177 | ||
| 249 | \pgf@sys@shading@range@num=\count266 | ||
| 250 | \pgf@shadingcount=\count267 | ||
| 251 | ) | ||
| 252 | (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex | ||
| 253 | File: pgfcoreimage.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 254 | |||
| 255 | (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreexternal.code.tex | ||
| 256 | File: pgfcoreexternal.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 257 | \pgfexternal@startupbox=\box52 | ||
| 258 | )) | ||
| 259 | (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorelayers.code.tex | ||
| 260 | File: pgfcorelayers.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 261 | ) | ||
| 262 | (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex | ||
| 263 | File: pgfcoretransparency.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 264 | ) (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepatterns.code.tex | ||
| 265 | File: pgfcorepatterns.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 266 | ) | ||
| 267 | (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorerdf.code.tex | ||
| 268 | File: pgfcorerdf.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 269 | ))) | ||
| 270 | (/usr/share/texmf-dist/tex/generic/pgf/modules/pgfmoduleshapes.code.tex | ||
| 271 | File: pgfmoduleshapes.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 272 | \pgfnodeparttextbox=\box53 | ||
| 273 | ) | ||
| 274 | (/usr/share/texmf-dist/tex/generic/pgf/modules/pgfmoduleplot.code.tex | ||
| 275 | File: pgfmoduleplot.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 276 | ) | ||
| 277 | (/usr/share/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty | ||
| 278 | Package: pgfcomp-version-0-65 2020/12/27 v3.1.8b (3.1.8b) | ||
| 279 | \pgf@nodesepstart=\dimen178 | ||
| 280 | \pgf@nodesepend=\dimen179 | ||
| 281 | ) | ||
| 282 | (/usr/share/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty | ||
| 283 | Package: pgfcomp-version-1-18 2020/12/27 v3.1.8b (3.1.8b) | ||
| 284 | )) | ||
| 285 | (/usr/share/texmf-dist/tex/latex/pgf/utilities/pgffor.sty | ||
| 286 | (/usr/share/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty | ||
| 287 | (/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex)) | ||
| 288 | (/usr/share/texmf-dist/tex/latex/pgf/math/pgfmath.sty | ||
| 289 | (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex)) | ||
| 290 | (/usr/share/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex | ||
| 291 | Package: pgffor 2020/12/27 v3.1.8b (3.1.8b) | ||
| 292 | |||
| 293 | (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex) | ||
| 294 | \pgffor@iter=\dimen180 | ||
| 295 | \pgffor@skip=\dimen181 | ||
| 296 | \pgffor@stack=\toks27 | ||
| 297 | \pgffor@toks=\toks28 | ||
| 298 | )) | ||
| 299 | (/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex | ||
| 300 | Package: tikz 2020/12/27 v3.1.8b (3.1.8b) | ||
| 301 | |||
| 302 | (/usr/share/texmf-dist/tex/generic/pgf/libraries/pgflibraryplothandlers.code.te | ||
| 303 | x | ||
| 304 | File: pgflibraryplothandlers.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 305 | \pgf@plot@mark@count=\count268 | ||
| 306 | \pgfplotmarksize=\dimen182 | ||
| 307 | ) | ||
| 308 | \tikz@lastx=\dimen183 | ||
| 309 | \tikz@lasty=\dimen184 | ||
| 310 | \tikz@lastxsaved=\dimen185 | ||
| 311 | \tikz@lastysaved=\dimen186 | ||
| 312 | \tikz@lastmovetox=\dimen187 | ||
| 313 | \tikz@lastmovetoy=\dimen188 | ||
| 314 | \tikzleveldistance=\dimen189 | ||
| 315 | \tikzsiblingdistance=\dimen190 | ||
| 316 | \tikz@figbox=\box54 | ||
| 317 | \tikz@figbox@bg=\box55 | ||
| 318 | \tikz@tempbox=\box56 | ||
| 319 | \tikz@tempbox@bg=\box57 | ||
| 320 | \tikztrex57 | ||
| 321 | \tikztreelevel=\count269 | ||
| 322 | \tikznumberofchildren=\count270 | ||
| 323 | \tikznumberofcurrentchild=\count271 | ||
| 324 | \tikz@fig@count=\count272 | ||
| 325 | (/usr/share/texmf-dist/tex/generic/pgf/modules/pgfmodulematrix.code.tex | ||
| 326 | File: pgfmodulematrix.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 327 | \pgfmatrixcurrentrow=\count273 | ||
| 328 | \pgfmatrixcurrentcolumn=\count274 | ||
| 329 | \pgf@matrix@numberofcolumns=\count275 | ||
| 330 | ) | ||
| 331 | \tikz@expandcount=\count276 | ||
| 332 | |||
| 333 | (/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary | ||
| 334 | topaths.code.tex | ||
| 335 | File: tikzlibrarytopaths.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 336 | ))) | ||
| 337 | \sa@box=\box58 | ||
| 338 | runsystem(pdflatex -shell-escape -jobname 'icosahedron' '\expandafter\def\csn | ||
| 339 | ame sa@internal@run\endcsname{1}\input{icosahedron}')...executed. | ||
| 340 | |||
| 341 | \sa@read=\read3 | ||
| 342 | runsystem(/Applications/Inkscape.app/Contents/Resources/bin/inkscape --without- | ||
| 343 | gui --file "/Users/antonella/Desktop/dictionary/quadrilateral/icosahedron.pdf" | ||
| 344 | --export-plain-svg "/Users/antonella/Desktop/dictionary/quadrilateral/icosahedr | ||
| 345 | on.svg")...executed. | ||
| 346 | |||
| 347 | |||
| 348 | |||
| 349 | Class standalone Warning: Conversion unsuccessful! | ||
| 350 | (standalone) There might be something wrong with your | ||
| 351 | (standalone) conversation software or the file permissions! | ||
| 352 | |||
| 353 | ) ) ) | ||
| 354 | (\end occurred when \ifx on line 3 was incomplete) | ||
| 355 | Here is how much of TeX's memory you used: | ||
| 356 | 11445 strings out of 478994 | ||
| 357 | 235251 string characters out of 5864719 | ||
| 358 | 502704 words of memory out of 5000000 | ||
| 359 | 28754 multiletter control sequences out of 15000+600000 | ||
| 360 | 403430 words of font info for 27 fonts, out of 8000000 for 9000 | ||
| 361 | 1141 hyphenation exceptions out of 8191 | ||
| 362 | 133i,1n,133p,466b,89s stack positions out of 5000i,500n,10000p,200000b,80000s | ||
| 363 | |||
| 364 | No pages of output. | ||
| 365 | PDF statistics: | ||
| 366 | 3 PDF objects out of 1000 (max. 8388607) | ||
| 367 | 0 named destinations out of 1000 (max. 500000) | ||
| 368 | 1 words of extra memory for PDF output out of 10000 (max. 10000000) | ||
| 369 | |||
| 370 | line 3. | ||
| 371 | LaTeX Font Info: ... okay on input line 3. | ||
| 372 | LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 3. | ||
| 373 | LaTeX Font Info: ... okay on input line 3. | ||
| 374 | LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 3. | ||
| 375 | LaTeX Font Info: ... okay on input line 3. | ||
| 376 | LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 3. | ||
| 377 | LaTeX Font Info: ... okay on input line 3. | ||
| 378 | LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 3. | ||
| 379 | LaTeX Font Info: ... okay on input line 3. | ||
| 380 | LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 3. | ||
| 381 | LaTeX Font Info: ... okay on input line 3. | ||
| 382 | LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 3. | ||
| 383 | LaTeX Font Info: ... okay on input line 3. | ||
| 384 | (/usr/share/texmf-dist/tex/context/base/mkii/supp-pdf.mkii | ||
| 385 | [Loading MPS to PDF converter (version 2006.09.02).] | ||
| 386 | \scratchcounter=\count278 | ||
| 387 | \scratchdimen=\dimen192 | ||
| 388 | \scratchbox=\box60 | ||
| 389 | \nofMPsegments=\count279 | ||
| 390 | \nofMParguments=\count280 | ||
| 391 | \everyMPshowfont=\toks30 | ||
| 392 | \MPscratchCnt=\count281 | ||
| 393 | \MPscratchDim=\dimen193 | ||
| 394 | \MPnumerator=\count282 | ||
| 395 | \makeMPintoPDFobject=\count283 | ||
| 396 | \everyMPtoPDFconversion=\toks31 | ||
| 397 | ) (/usr/share/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty | ||
| 398 | Package: epstopdf-base 2020-01-24 v2.11 Base part for package epstopdf | ||
| 399 | Package epstopdf-base Info: Redefining graphics rule for `.eps' on input line 4 | ||
| 400 | 85. | ||
| 401 | |||
| 402 | (/usr/share/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg | ||
| 403 | File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Liv | ||
| 404 | e | ||
| 405 | )) | ||
| 406 | (./coord-ico.tex) [1 | ||
| 407 | |||
| 408 | ] (./icosahedron.aux) ) | ||
| 409 | Here is how much of TeX's memory you used: | ||
| 410 | 13159 strings out of 478994 | ||
| 411 | 267844 string characters out of 5864719 | ||
| 412 | 521940 words of memory out of 5000000 | ||
| 413 | 30430 multiletter control sequences out of 15000+600000 | ||
| 414 | 403430 words of font info for 27 fonts, out of 8000000 for 9000 | ||
| 415 | 1141 hyphenation exceptions out of 8191 | ||
| 416 | 137i,5n,136p,522b,552s stack positions out of 5000i,500n,10000p,200000b,80000s | ||
| 417 | |||
| 418 | Output written on icosahedron.pdf (1 page, 1398 bytes). | ||
| 419 | PDF statistics: | ||
| 420 | 11 PDF objects out of 1000 (max. 8388607) | ||
| 421 | 7 compressed objects within 1 object stream | ||
| 422 | 0 named destinations out of 1000 (max. 500000) | ||
| 423 | 13 words of extra memory for PDF output out of 10000 (max. 10000000) | ||
| 424 | |||
diff --git a/icosahedron.pdf b/icosahedron.pdf new file mode 100644 index 0000000..ba08ecc --- /dev/null +++ b/icosahedron.pdf | |||
| Binary files differ | |||
diff --git a/icosahedron.tex b/icosahedron.tex new file mode 100644 index 0000000..64e4573 --- /dev/null +++ b/icosahedron.tex | |||
| @@ -0,0 +1,55 @@ | |||
| 1 | \input{settings.ttt} | ||
| 2 | |||
| 3 | \begin{document} | ||
| 4 | \begin{tikzpicture}[scale=2, line cap=round,line join=round,>=triangle 45,x=1.0cm,y=1.0cm] | ||
| 5 | |||
| 6 | \input{coord-ico.tex} | ||
| 7 | |||
| 8 | % Background varying in size depending on the main figure | ||
| 9 | \fill[color=white] (-2,-2) rectangle (2,2); | ||
| 10 | |||
| 11 | \filldraw[very thick, draw=my-color-draw-main, | ||
| 12 | fill=my-color-fill-main, fill opacity = 0.5] | ||
| 13 | (P0) -- (P2) -- (P8) -- cycle; | ||
| 14 | \filldraw[very thick, draw=my-color-draw-main, | ||
| 15 | fill=my-color-fill-main, fill opacity = 0.3] | ||
| 16 | (P0) -- (P2) -- (P9) -- cycle; | ||
| 17 | \filldraw[very thick, draw=my-color-draw-main, | ||
| 18 | fill=my-color-fill-main, fill opacity = 0.7] | ||
| 19 | (P0) -- (P8) -- (P4) -- cycle; | ||
| 20 | \filldraw[very thick, draw=my-color-draw-main, | ||
| 21 | fill=my-color-fill-main, fill opacity = 0.4] | ||
| 22 | (P0) -- (P9) -- (P6) -- cycle; | ||
| 23 | \filldraw[very thick, draw=my-color-draw-main, | ||
| 24 | fill=my-color-fill-main, fill opacity = 0.7] | ||
| 25 | (P0) -- (P4) -- (P6) -- cycle; | ||
| 26 | |||
| 27 | \filldraw[very thick, draw=my-color-draw-main, | ||
| 28 | fill=my-color-fill-main, fill opacity = 0.4] | ||
| 29 | (P9) -- (P11) -- (P6) -- cycle; | ||
| 30 | \filldraw[very thick, draw=my-color-draw-main, | ||
| 31 | fill=my-color-fill-main, fill opacity = 0.7] | ||
| 32 | (P1) -- (P11) -- (P6) -- cycle; | ||
| 33 | \filldraw[very thick, draw=my-color-draw-main, | ||
| 34 | fill=my-color-fill-main, fill opacity = 0.7] | ||
| 35 | (P1) -- (P4) -- (P6) -- cycle; | ||
| 36 | |||
| 37 | \filldraw[very thick, draw=my-color-draw-main, | ||
| 38 | fill=my-color-fill-main, fill opacity = 0.9] | ||
| 39 | (P4) -- (P10) -- (P8) -- cycle; | ||
| 40 | \filldraw[very thick, draw=my-color-draw-main, | ||
| 41 | fill=my-color-fill-main, fill opacity = 0.9] | ||
| 42 | (P4) -- (P10) -- (P1) -- cycle; | ||
| 43 | |||
| 44 | \draw[very thick, draw=my-color-draw-main, dashed] (P1) -- (P3); | ||
| 45 | \draw[very thick, draw=my-color-draw-main, dashed] (P11) -- (P3) -- (P10); | ||
| 46 | \draw[very thick, draw=my-color-draw-main, dashed] (P11) -- (P7) -- (P9); | ||
| 47 | \draw[very thick, draw=my-color-draw-main, dashed] (P2) -- (P7) -- (P3); | ||
| 48 | \draw[very thick, draw=my-color-draw-main, dashed] (P5) -- (P7); | ||
| 49 | \draw[very thick, draw=my-color-draw-main, dashed] (P2) -- (P5) -- (P3); | ||
| 50 | \draw[very thick, draw=my-color-draw-main, dashed] (P8) -- (P5) -- (P10); | ||
| 51 | |||
| 52 | |||
| 53 | \end{tikzpicture} | ||
| 54 | \end{document} | ||
| 55 | |||
diff --git a/octahedron.aux b/octahedron.aux new file mode 100644 index 0000000..48a70f3 --- /dev/null +++ b/octahedron.aux | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | \relax | ||
| 2 | \@gobbletwo \sa@multi@setnumpages {1} | ||
| 3 | \gdef \@abspage@last{1} | ||
diff --git a/octahedron.log b/octahedron.log new file mode 100644 index 0000000..12f4036 --- /dev/null +++ b/octahedron.log | |||
| @@ -0,0 +1,424 @@ | |||
| 1 | This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021/VoidLinux) (preloaded format=pdflatex 2022.4.21) 19 MAY 2022 15:43 | ||
| 2 | entering extended mode | ||
| 3 | \write18 enabled. | ||
| 4 | %&-line parsing enabled. | ||
| 5 | **\expandafter\def\csname sa@internal@run\endcsname{1}\input{octahedron} | ||
| 6 | (./octahedron.tex (./settings.ttt | ||
| 7 | (/usr/share/texmf-dist/tex/latex/standalone/standalone.cls | ||
| 8 | Document Class: standalone 2018/03/26 v1.3a Class to compile TeX sub-files stan | ||
| 9 | dalone | ||
| 10 | (/usr/share/texmf-dist/tex/latex/tools/shellesc.sty | ||
| 11 | Package: shellesc 2019/11/08 v1.0c unified shell escape interface for LaTeX | ||
| 12 | Package shellesc Info: Unrestricted shell escape enabled on input line 75. | ||
| 13 | ) | ||
| 14 | (/usr/share/texmf-dist/tex/generic/iftex/ifluatex.sty | ||
| 15 | Package: ifluatex 2019/10/25 v1.5 ifluatex legacy package. Use iftex instead. | ||
| 16 | |||
| 17 | (/usr/share/texmf-dist/tex/generic/iftex/iftex.sty | ||
| 18 | Package: iftex 2020/03/06 v1.0d TeX engine tests | ||
| 19 | )) | ||
| 20 | (/usr/share/texmf-dist/tex/latex/xkeyval/xkeyval.sty | ||
| 21 | Package: xkeyval 2020/11/20 v2.8 package option processing (HA) | ||
| 22 | |||
| 23 | (/usr/share/texmf-dist/tex/generic/xkeyval/xkeyval.tex | ||
| 24 | (/usr/share/texmf-dist/tex/generic/xkeyval/xkvutils.tex | ||
| 25 | \XKV@toks=\toks15 | ||
| 26 | \XKV@tempa@toks=\toks16 | ||
| 27 | |||
| 28 | (/usr/share/texmf-dist/tex/generic/xkeyval/keyval.tex)) | ||
| 29 | \XKV@depth=\count179 | ||
| 30 | File: xkeyval.tex 2014/12/03 v2.7a key=value parser (HA) | ||
| 31 | )) | ||
| 32 | \sa@internal=\count180 | ||
| 33 | \c@sapage=\count181 | ||
| 34 | |||
| 35 | (/usr/share/texmf-dist/tex/latex/standalone/standalone.cfg | ||
| 36 | File: standalone.cfg 2018/03/26 v1.3a Default configuration file for 'standalon | ||
| 37 | e' class | ||
| 38 | ) | ||
| 39 | (/usr/share/texmf-dist/tex/latex/base/article.cls | ||
| 40 | Document Class: article 2020/04/10 v1.4m Standard LaTeX document class | ||
| 41 | (/usr/share/texmf-dist/tex/latex/base/size10.clo | ||
| 42 | File: size10.clo 2020/04/10 v1.4m Standard LaTeX file (size option) | ||
| 43 | ) | ||
| 44 | \c@part=\count182 | ||
| 45 | \c@section=\count183 | ||
| 46 | \c@subsection=\count184 | ||
| 47 | \c@subsubsection=\count185 | ||
| 48 | \c@paragraph=\count186 | ||
| 49 | \c@subparagraph=\count187 | ||
| 50 | \c@figure=\count188 | ||
| 51 | \c@table=\count189 | ||
| 52 | \abovecaptionskip=\skip47 | ||
| 53 | \belowcaptionskip=\skip48 | ||
| 54 | \bibindent=\dimen138 | ||
| 55 | ) | ||
| 56 | (/usr/share/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty | ||
| 57 | (/usr/share/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty | ||
| 58 | (/usr/share/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty | ||
| 59 | (/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfutil-common.tex | ||
| 60 | \pgfutil@everybye=\toks17 | ||
| 61 | \pgfutil@tempdima=\dimen139 | ||
| 62 | \pgfutil@tempdimb=\dimen140 | ||
| 63 | |||
| 64 | (/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfutil-common-lists.tex)) | ||
| 65 | (/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfutil-latex.def | ||
| 66 | \pgfutil@abb=\box47 | ||
| 67 | ) | ||
| 68 | (/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex | ||
| 69 | (/usr/share/texmf-dist/tex/generic/pgf/pgf.revision.tex) | ||
| 70 | Package: pgfrcs 2020/12/27 v3.1.8b (3.1.8b) | ||
| 71 | )) | ||
| 72 | Package: pgf 2020/12/27 v3.1.8b (3.1.8b) | ||
| 73 | |||
| 74 | (/usr/share/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty | ||
| 75 | (/usr/share/texmf-dist/tex/latex/graphics/graphicx.sty | ||
| 76 | Package: graphicx 2020/09/09 v1.2b Enhanced LaTeX Graphics (DPC,SPQR) | ||
| 77 | |||
| 78 | (/usr/share/texmf-dist/tex/latex/graphics/graphics.sty | ||
| 79 | Package: graphics 2020/08/30 v1.4c Standard LaTeX Graphics (DPC,SPQR) | ||
| 80 | |||
| 81 | (/usr/share/texmf-dist/tex/latex/graphics/trig.sty | ||
| 82 | Package: trig 2016/01/03 v1.10 sin cos tan (DPC) | ||
| 83 | ) | ||
| 84 | (/usr/share/texmf-dist/tex/latex/graphics-cfg/graphics.cfg | ||
| 85 | File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration | ||
| 86 | ) | ||
| 87 | Package graphics Info: Driver file: pdftex.def on input line 105. | ||
| 88 | |||
| 89 | (/usr/share/texmf-dist/tex/latex/graphics-def/pdftex.def | ||
| 90 | File: pdftex.def 2020/10/05 v1.2a Graphics/color driver for pdftex | ||
| 91 | )) | ||
| 92 | \Gin@req@height=\dimen141 | ||
| 93 | \Gin@req@width=\dimen142 | ||
| 94 | ) | ||
| 95 | (/usr/share/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty | ||
| 96 | (/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex | ||
| 97 | Package: pgfsys 2020/12/27 v3.1.8b (3.1.8b) | ||
| 98 | |||
| 99 | (/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex | ||
| 100 | \pgfkeys@pathtoks=\toks18 | ||
| 101 | \pgfkeys@temptoks=\toks19 | ||
| 102 | |||
| 103 | (/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfkeysfiltered.code.tex | ||
| 104 | \pgfkeys@tmptoks=\toks20 | ||
| 105 | )) | ||
| 106 | \pgf@x=\dimen143 | ||
| 107 | \pgf@y=\dimen144 | ||
| 108 | \pgf@xa=\dimen145 | ||
| 109 | \pgf@ya=\dimen146 | ||
| 110 | \pgf@xb=\dimen147 | ||
| 111 | \pgf@yb=\dimen148 | ||
| 112 | \pgf@xc=\dimen149 | ||
| 113 | \pgf@yc=\dimen150 | ||
| 114 | \pgf@xd=\dimen151 | ||
| 115 | \pgf@yd=\dimen152 | ||
| 116 | \w@pgf@writea=\write3 | ||
| 117 | \r@pgf@reada=\read2 | ||
| 118 | \c@pgf@counta=\count190 | ||
| 119 | \c@pgf@countb=\count191 | ||
| 120 | \c@pgf@countc=\count192 | ||
| 121 | \c@pgf@countd=\count193 | ||
| 122 | \t@pgf@toka=\toks21 | ||
| 123 | \t@pgf@tokb=\toks22 | ||
| 124 | \t@pgf@tokc=\toks23 | ||
| 125 | \pgf@sys@id@count=\count194 | ||
| 126 | |||
| 127 | (/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgf.cfg | ||
| 128 | File: pgf.cfg 2020/12/27 v3.1.8b (3.1.8b) | ||
| 129 | ) | ||
| 130 | Driver file for pgf: pgfsys-pdftex.def | ||
| 131 | |||
| 132 | (/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-pdftex.def | ||
| 133 | File: pgfsys-pdftex.def 2020/12/27 v3.1.8b (3.1.8b) | ||
| 134 | |||
| 135 | (/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-pdf.def | ||
| 136 | File: pgfsys-common-pdf.def 2020/12/27 v3.1.8b (3.1.8b) | ||
| 137 | ))) | ||
| 138 | (/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex | ||
| 139 | File: pgfsyssoftpath.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 140 | \pgfsyssoftpath@smallbuffer@items=\count195 | ||
| 141 | \pgfsyssoftpath@bigbuffer@items=\count196 | ||
| 142 | ) | ||
| 143 | (/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex | ||
| 144 | File: pgfsysprotocol.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 145 | )) | ||
| 146 | (/usr/share/texmf-dist/tex/latex/xcolor/xcolor.sty | ||
| 147 | Package: xcolor 2016/05/11 v2.12 LaTeX color extensions (UK) | ||
| 148 | |||
| 149 | (/usr/share/texmf-dist/tex/latex/graphics-cfg/color.cfg | ||
| 150 | File: color.cfg 2016/01/02 v1.6 sample color configuration | ||
| 151 | ) | ||
| 152 | Package xcolor Info: Driver file: pdftex.def on input line 225. | ||
| 153 | Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1348. | ||
| 154 | Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1352. | ||
| 155 | Package xcolor Info: Model `RGB' extended on input line 1364. | ||
| 156 | Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1366. | ||
| 157 | Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1367. | ||
| 158 | Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1368. | ||
| 159 | Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1369. | ||
| 160 | Package xcolor Info: Model `Gray' substituted by `gray' on input line 1370. | ||
| 161 | Package xcolor Info: Model `wave' substituted by `hsb' on input line 1371. | ||
| 162 | ) | ||
| 163 | (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex | ||
| 164 | Package: pgfcore 2020/12/27 v3.1.8b (3.1.8b) | ||
| 165 | |||
| 166 | (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex | ||
| 167 | (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathcalc.code.tex | ||
| 168 | (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathutil.code.tex) | ||
| 169 | (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathparser.code.tex | ||
| 170 | \pgfmath@dimen=\dimen153 | ||
| 171 | \pgfmath@count=\count197 | ||
| 172 | \pgfmath@box=\box48 | ||
| 173 | \pgfmath@toks=\toks24 | ||
| 174 | \pgfmath@stack@operand=\toks25 | ||
| 175 | \pgfmath@stack@operation=\toks26 | ||
| 176 | ) | ||
| 177 | (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.code.tex | ||
| 178 | (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.basic.code.tex) | ||
| 179 | (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.trigonometric.code | ||
| 180 | .tex) | ||
| 181 | (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.random.code.tex) | ||
| 182 | (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.comparison.code.te | ||
| 183 | x) (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.base.code.tex) | ||
| 184 | (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.round.code.tex) | ||
| 185 | (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.misc.code.tex) | ||
| 186 | (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.integerarithmetics | ||
| 187 | .code.tex))) (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfloat.code.tex | ||
| 188 | \c@pgfmathroundto@lastzeros=\count198 | ||
| 189 | )) (/usr/share/texmf-dist/tex/generic/pgf/math/pgfint.code.tex) | ||
| 190 | (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepoints.code.tex | ||
| 191 | File: pgfcorepoints.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 192 | \pgf@picminx=\dimen154 | ||
| 193 | \pgf@picmaxx=\dimen155 | ||
| 194 | \pgf@picminy=\dimen156 | ||
| 195 | \pgf@picmaxy=\dimen157 | ||
| 196 | \pgf@pathminx=\dimen158 | ||
| 197 | \pgf@pathmaxx=\dimen159 | ||
| 198 | \pgf@pathminy=\dimen160 | ||
| 199 | \pgf@pathmaxy=\dimen161 | ||
| 200 | \pgf@xx=\dimen162 | ||
| 201 | \pgf@xy=\dimen163 | ||
| 202 | \pgf@yx=\dimen164 | ||
| 203 | \pgf@yy=\dimen165 | ||
| 204 | \pgf@zx=\dimen166 | ||
| 205 | \pgf@zy=\dimen167 | ||
| 206 | ) | ||
| 207 | (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathconstruct.code.tex | ||
| 208 | File: pgfcorepathconstruct.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 209 | \pgf@path@lastx=\dimen168 | ||
| 210 | \pgf@path@lasty=\dimen169 | ||
| 211 | ) (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathusage.code.tex | ||
| 212 | File: pgfcorepathusage.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 213 | \pgf@shorten@end@additional=\dimen170 | ||
| 214 | \pgf@shorten@start@additional=\dimen171 | ||
| 215 | ) | ||
| 216 | (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorescopes.code.tex | ||
| 217 | File: pgfcorescopes.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 218 | \pgfpic=\box49 | ||
| 219 | \pgf@hbox=\box50 | ||
| 220 | \pgf@layerbox@main=\box51 | ||
| 221 | \pgf@picture@serial@count=\count199 | ||
| 222 | ) | ||
| 223 | (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoregraphicstate.code.tex | ||
| 224 | File: pgfcoregraphicstate.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 225 | \pgflinewidth=\dimen172 | ||
| 226 | ) | ||
| 227 | (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransformations.code.t | ||
| 228 | ex | ||
| 229 | File: pgfcoretransformations.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 230 | \pgf@pt@x=\dimen173 | ||
| 231 | \pgf@pt@y=\dimen174 | ||
| 232 | \pgf@pt@temp=\dimen175 | ||
| 233 | ) (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorequick.code.tex | ||
| 234 | File: pgfcorequick.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 235 | ) | ||
| 236 | (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreobjects.code.tex | ||
| 237 | File: pgfcoreobjects.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 238 | ) | ||
| 239 | (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathprocessing.code.te | ||
| 240 | x | ||
| 241 | File: pgfcorepathprocessing.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 242 | ) (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorearrows.code.tex | ||
| 243 | File: pgfcorearrows.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 244 | \pgfarrowsep=\dimen176 | ||
| 245 | ) | ||
| 246 | (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex | ||
| 247 | File: pgfcoreshade.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 248 | \pgf@max=\dimen177 | ||
| 249 | \pgf@sys@shading@range@num=\count266 | ||
| 250 | \pgf@shadingcount=\count267 | ||
| 251 | ) | ||
| 252 | (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex | ||
| 253 | File: pgfcoreimage.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 254 | |||
| 255 | (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreexternal.code.tex | ||
| 256 | File: pgfcoreexternal.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 257 | \pgfexternal@startupbox=\box52 | ||
| 258 | )) | ||
| 259 | (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorelayers.code.tex | ||
| 260 | File: pgfcorelayers.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 261 | ) | ||
| 262 | (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex | ||
| 263 | File: pgfcoretransparency.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 264 | ) (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepatterns.code.tex | ||
| 265 | File: pgfcorepatterns.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 266 | ) | ||
| 267 | (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorerdf.code.tex | ||
| 268 | File: pgfcorerdf.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 269 | ))) | ||
| 270 | (/usr/share/texmf-dist/tex/generic/pgf/modules/pgfmoduleshapes.code.tex | ||
| 271 | File: pgfmoduleshapes.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 272 | \pgfnodeparttextbox=\box53 | ||
| 273 | ) | ||
| 274 | (/usr/share/texmf-dist/tex/generic/pgf/modules/pgfmoduleplot.code.tex | ||
| 275 | File: pgfmoduleplot.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 276 | ) | ||
| 277 | (/usr/share/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty | ||
| 278 | Package: pgfcomp-version-0-65 2020/12/27 v3.1.8b (3.1.8b) | ||
| 279 | \pgf@nodesepstart=\dimen178 | ||
| 280 | \pgf@nodesepend=\dimen179 | ||
| 281 | ) | ||
| 282 | (/usr/share/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty | ||
| 283 | Package: pgfcomp-version-1-18 2020/12/27 v3.1.8b (3.1.8b) | ||
| 284 | )) | ||
| 285 | (/usr/share/texmf-dist/tex/latex/pgf/utilities/pgffor.sty | ||
| 286 | (/usr/share/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty | ||
| 287 | (/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex)) | ||
| 288 | (/usr/share/texmf-dist/tex/latex/pgf/math/pgfmath.sty | ||
| 289 | (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex)) | ||
| 290 | (/usr/share/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex | ||
| 291 | Package: pgffor 2020/12/27 v3.1.8b (3.1.8b) | ||
| 292 | |||
| 293 | (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex) | ||
| 294 | \pgffor@iter=\dimen180 | ||
| 295 | \pgffor@skip=\dimen181 | ||
| 296 | \pgffor@stack=\toks27 | ||
| 297 | \pgffor@toks=\toks28 | ||
| 298 | )) | ||
| 299 | (/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex | ||
| 300 | Package: tikz 2020/12/27 v3.1.8b (3.1.8b) | ||
| 301 | |||
| 302 | (/usr/share/texmf-dist/tex/generic/pgf/libraries/pgflibraryplothandlers.code.te | ||
| 303 | x | ||
| 304 | File: pgflibraryplothandlers.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 305 | \pgf@plot@mark@count=\count268 | ||
| 306 | \pgfplotmarksize=\dimen182 | ||
| 307 | ) | ||
| 308 | \tikz@lastx=\dimen183 | ||
| 309 | \tikz@lasty=\dimen184 | ||
| 310 | \tikz@lastxsaved=\dimen185 | ||
| 311 | \tikz@lastysaved=\dimen186 | ||
| 312 | \tikz@lastmovetox=\dimen187 | ||
| 313 | \tikz@lastmovetoy=\dimen188 | ||
| 314 | \tikzleveldistance=\dimen189 | ||
| 315 | \tikzsiblingdistance=\dimen190 | ||
| 316 | \tikz@figbox=\box54 | ||
| 317 | \tikz@figbox@bg=\box55 | ||
| 318 | \tikz@tempbox=\box56 | ||
| 319 | \tikz@tempbox@bg=\box57 | ||
| 320 | \tikztreel7 | ||
| 321 | \tikztreelevel=\count269 | ||
| 322 | \tikznumberofchildren=\count270 | ||
| 323 | \tikznumberofcurrentchild=\count271 | ||
| 324 | \tikz@fig@count=\count272 | ||
| 325 | (/usr/share/texmf-dist/tex/generic/pgf/modules/pgfmodulematrix.code.tex | ||
| 326 | File: pgfmodulematrix.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 327 | \pgfmatrixcurrentrow=\count273 | ||
| 328 | \pgfmatrixcurrentcolumn=\count274 | ||
| 329 | \pgf@matrix@numberofcolumns=\count275 | ||
| 330 | ) | ||
| 331 | \tikz@expandcount=\count276 | ||
| 332 | |||
| 333 | (/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary | ||
| 334 | topaths.code.tex | ||
| 335 | File: tikzlibrarytopaths.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 336 | ))) | ||
| 337 | \sa@box=\box58 | ||
| 338 | runsystem(pdflatex -shell-escape -jobname 'octahedron' '\expandafter\def\csna | ||
| 339 | me sa@internal@run\endcsname{1}\input{octahedron}')...executed. | ||
| 340 | |||
| 341 | \sa@read=\read3 | ||
| 342 | runsystem(/Applications/Inkscape.app/Contents/Resources/bin/inkscape --without- | ||
| 343 | gui --file "/Users/antonella/Desktop/dictionary/quadrilateral/octahedron.pdf" - | ||
| 344 | -export-plain-svg "/Users/antonella/Desktop/dictionary/quadrilateral/octahedron | ||
| 345 | .svg")...executed. | ||
| 346 | |||
| 347 | |||
| 348 | |||
| 349 | Class standalone Warning: Conversion unsuccessful! | ||
| 350 | (standalone) There might be something wrong with your | ||
| 351 | (standalone) conversation software or the file permissions! | ||
| 352 | |||
| 353 | ) ) ) | ||
| 354 | (\end occurred when \ifx on line 3 was incomplete) | ||
| 355 | Here is how much of TeX's memory you used: | ||
| 356 | 11445 strings out of 478994 | ||
| 357 | 235241 string characters out of 5864719 | ||
| 358 | 502703 words of memory out of 5000000 | ||
| 359 | 28754 multiletter control sequences out of 15000+600000 | ||
| 360 | 403430 words of font info for 27 fonts, out of 8000000 for 9000 | ||
| 361 | 1141 hyphenation exceptions out of 8191 | ||
| 362 | 133i,1n,133p,465b,89s stack positions out of 5000i,500n,10000p,200000b,80000s | ||
| 363 | |||
| 364 | No pages of output. | ||
| 365 | PDF statistics: | ||
| 366 | 3 PDF objects out of 1000 (max. 8388607) | ||
| 367 | 0 named destinations out of 1000 (max. 500000) | ||
| 368 | 1 words of extra memory for PDF output out of 10000 (max. 10000000) | ||
| 369 | |||
| 370 | t line 3. | ||
| 371 | LaTeX Font Info: ... okay on input line 3. | ||
| 372 | LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 3. | ||
| 373 | LaTeX Font Info: ... okay on input line 3. | ||
| 374 | LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 3. | ||
| 375 | LaTeX Font Info: ... okay on input line 3. | ||
| 376 | LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 3. | ||
| 377 | LaTeX Font Info: ... okay on input line 3. | ||
| 378 | LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 3. | ||
| 379 | LaTeX Font Info: ... okay on input line 3. | ||
| 380 | LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 3. | ||
| 381 | LaTeX Font Info: ... okay on input line 3. | ||
| 382 | LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 3. | ||
| 383 | LaTeX Font Info: ... okay on input line 3. | ||
| 384 | (/usr/share/texmf-dist/tex/context/base/mkii/supp-pdf.mkii | ||
| 385 | [Loading MPS to PDF converter (version 2006.09.02).] | ||
| 386 | \scratchcounter=\count278 | ||
| 387 | \scratchdimen=\dimen192 | ||
| 388 | \scratchbox=\box60 | ||
| 389 | \nofMPsegments=\count279 | ||
| 390 | \nofMParguments=\count280 | ||
| 391 | \everyMPshowfont=\toks30 | ||
| 392 | \MPscratchCnt=\count281 | ||
| 393 | \MPscratchDim=\dimen193 | ||
| 394 | \MPnumerator=\count282 | ||
| 395 | \makeMPintoPDFobject=\count283 | ||
| 396 | \everyMPtoPDFconversion=\toks31 | ||
| 397 | ) (/usr/share/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty | ||
| 398 | Package: epstopdf-base 2020-01-24 v2.11 Base part for package epstopdf | ||
| 399 | Package epstopdf-base Info: Redefining graphics rule for `.eps' on input line 4 | ||
| 400 | 85. | ||
| 401 | |||
| 402 | (/usr/share/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg | ||
| 403 | File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Liv | ||
| 404 | e | ||
| 405 | )) | ||
| 406 | (./coord-oct.tex) [1 | ||
| 407 | |||
| 408 | ] (./octahedron.aux) ) | ||
| 409 | Here is how much of TeX's memory you used: | ||
| 410 | 13110 strings out of 478994 | ||
| 411 | 267076 string characters out of 5864719 | ||
| 412 | 519927 words of memory out of 5000000 | ||
| 413 | 30381 multiletter control sequences out of 15000+600000 | ||
| 414 | 403430 words of font info for 27 fonts, out of 8000000 for 9000 | ||
| 415 | 1141 hyphenation exceptions out of 8191 | ||
| 416 | 137i,5n,136p,521b,552s stack positions out of 5000i,500n,10000p,200000b,80000s | ||
| 417 | |||
| 418 | Output written on octahedron.pdf (1 page, 1274 bytes). | ||
| 419 | PDF statistics: | ||
| 420 | 11 PDF objects out of 1000 (max. 8388607) | ||
| 421 | 7 compressed objects within 1 object stream | ||
| 422 | 0 named destinations out of 1000 (max. 500000) | ||
| 423 | 13 words of extra memory for PDF output out of 10000 (max. 10000000) | ||
| 424 | |||
diff --git a/octahedron.pdf b/octahedron.pdf new file mode 100644 index 0000000..5407cf9 --- /dev/null +++ b/octahedron.pdf | |||
| Binary files differ | |||
diff --git a/octahedron.tex b/octahedron.tex new file mode 100644 index 0000000..22e1dfb --- /dev/null +++ b/octahedron.tex | |||
| @@ -0,0 +1,35 @@ | |||
| 1 | \input{settings.ttt} | ||
| 2 | |||
| 3 | \begin{document} | ||
| 4 | \begin{tikzpicture}[scale=2, line cap=round,line join=round,>=triangle 45,x=1.0cm,y=1.0cm] | ||
| 5 | |||
| 6 | \input{coord-oct.tex} | ||
| 7 | |||
| 8 | % Background varying in size depending on the main figure | ||
| 9 | \fill[color=white] (-1.2,-1.2) rectangle (1.2,1.2); | ||
| 10 | |||
| 11 | \filldraw[very thick, draw=my-color-draw-main, | ||
| 12 | fill=my-color-fill-main, fill opacity = 0.4] | ||
| 13 | (P4) -- (P2) -- (P0) -- cycle; | ||
| 14 | |||
| 15 | \filldraw[very thick, draw=my-color-draw-main, | ||
| 16 | fill=my-color-fill-main, fill opacity = 0.8] | ||
| 17 | (P4) -- (P3) -- (P0) -- cycle; | ||
| 18 | |||
| 19 | \filldraw[very thick, draw=my-color-draw-main, | ||
| 20 | fill=my-color-fill-main, fill opacity = 0.2] | ||
| 21 | (P5) -- (P2) -- (P0) -- cycle; | ||
| 22 | |||
| 23 | \filldraw[very thick, draw=my-color-draw-main, | ||
| 24 | fill=my-color-fill-main, fill opacity = 0.6] | ||
| 25 | (P5) -- (P3) -- (P0) -- cycle; | ||
| 26 | |||
| 27 | |||
| 28 | \draw[very thick, draw=my-color-draw-main, dashed] (P1) -- (P2); | ||
| 29 | \draw[very thick, draw=my-color-draw-main, dashed] (P1) -- (P3); | ||
| 30 | \draw[very thick, draw=my-color-draw-main, dashed] (P1) -- (P4); | ||
| 31 | \draw[very thick, draw=my-color-draw-main, dashed] (P1) -- (P5); | ||
| 32 | |||
| 33 | \end{tikzpicture} | ||
| 34 | \end{document} | ||
| 35 | |||
diff --git a/settings.ttt b/settings.ttt new file mode 100644 index 0000000..726346e --- /dev/null +++ b/settings.ttt | |||
| @@ -0,0 +1,32 @@ | |||
| 1 | |||
| 2 | \documentclass[crop,tikz,convert={outext=.svg,command=\unexpanded{/Applications/Inkscape.app/Contents/Resources/bin/inkscape --without-gui --file "/Users/antonella/Desktop/dictionary/quadrilateral/\infile" --export-plain-svg "/Users/antonella/Desktop/dictionary/quadrilateral/\outfile"}},multi=false]{standalone} | ||
| 3 | \usepackage{pgf, tikz, mathrsfs, xcolor, amssymb} | ||
| 4 | \usetikzlibrary{arrows} | ||
| 5 | |||
| 6 | \definecolor{parisgreen}{rgb}{0.31, 0.78, 0.47} | ||
| 7 | |||
| 8 | \colorlet{my-color-draw-main}{parisgreen} | ||
| 9 | \colorlet{my-color-draw-helpline}{black} | ||
| 10 | |||
| 11 | \colorlet{my-color-fill-main}{parisgreen} | ||
| 12 | \colorlet{my-color-fill-main-mark}{white} | ||
| 13 | |||
| 14 | \colorlet{my-color-node-1}{black} | ||
| 15 | \colorlet{my-color-node-2}{black} | ||
| 16 | |||
| 17 | |||
| 18 | \tikzset{my-draw-main/.style={draw, color=my-color-draw-main, line width=1.5mm}} | ||
| 19 | \tikzset{my-draw-helpline/.style={draw, color=my-color-draw-helpline, line width=0.3mm}} | ||
| 20 | |||
| 21 | |||
| 22 | \tikzset{my-fill-main/.style={fill, fill=my-color-fill-main, fill opacity=0.25}} | ||
| 23 | \tikzset{my-fill-main-mark/.style={fill, fill=my-color-fill-main-mark, fill opacity=0.05}} | ||
| 24 | |||
| 25 | \tikzset{my-mark-point-main/.style={fill, fill=my-color-draw-main, fill opacity=1}} | ||
| 26 | \tikzset{my-mark-angle-main/.style={fill, fill=my-color-draw-main, fill opacity=1}} | ||
| 27 | \tikzset{my-mark-line-main/.style={draw, color=my-color-draw-main, line width=1.2mm}} | ||
| 28 | |||
| 29 | |||
| 30 | |||
| 31 | \tikzset{my-mark-angle-1/.style={color=my-color-mark-angle-line, very thick, fill=my-color-mark-angle-fill, fill opacity=0.5}} | ||
| 32 | \tikzset{my-mark-line-1/.style={color=black, very thick, fill=orange, fill opacity=0.1}} | ||
diff --git a/tetrahedron.aux b/tetrahedron.aux new file mode 100644 index 0000000..48a70f3 --- /dev/null +++ b/tetrahedron.aux | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | \relax | ||
| 2 | \@gobbletwo \sa@multi@setnumpages {1} | ||
| 3 | \gdef \@abspage@last{1} | ||
diff --git a/tetrahedron.log b/tetrahedron.log new file mode 100644 index 0000000..37f4a90 --- /dev/null +++ b/tetrahedron.log | |||
| @@ -0,0 +1,424 @@ | |||
| 1 | This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021/VoidLinux) (preloaded format=pdflatex 2022.4.21) 19 MAY 2022 15:43 | ||
| 2 | entering extended mode | ||
| 3 | \write18 enabled. | ||
| 4 | %&-line parsing enabled. | ||
| 5 | **\expandafter\def\csname sa@internal@run\endcsname{1}\input{tetrahedron} | ||
| 6 | (./tetrahedron.tex (./settings.ttt | ||
| 7 | (/usr/share/texmf-dist/tex/latex/standalone/standalone.cls | ||
| 8 | Document Class: standalone 2018/03/26 v1.3a Class to compile TeX sub-files stan | ||
| 9 | dalone | ||
| 10 | (/usr/share/texmf-dist/tex/latex/tools/shellesc.sty | ||
| 11 | Package: shellesc 2019/11/08 v1.0c unified shell escape interface for LaTeX | ||
| 12 | Package shellesc Info: Unrestricted shell escape enabled on input line 75. | ||
| 13 | ) | ||
| 14 | (/usr/share/texmf-dist/tex/generic/iftex/ifluatex.sty | ||
| 15 | Package: ifluatex 2019/10/25 v1.5 ifluatex legacy package. Use iftex instead. | ||
| 16 | |||
| 17 | (/usr/share/texmf-dist/tex/generic/iftex/iftex.sty | ||
| 18 | Package: iftex 2020/03/06 v1.0d TeX engine tests | ||
| 19 | )) | ||
| 20 | (/usr/share/texmf-dist/tex/latex/xkeyval/xkeyval.sty | ||
| 21 | Package: xkeyval 2020/11/20 v2.8 package option processing (HA) | ||
| 22 | |||
| 23 | (/usr/share/texmf-dist/tex/generic/xkeyval/xkeyval.tex | ||
| 24 | (/usr/share/texmf-dist/tex/generic/xkeyval/xkvutils.tex | ||
| 25 | \XKV@toks=\toks15 | ||
| 26 | \XKV@tempa@toks=\toks16 | ||
| 27 | |||
| 28 | (/usr/share/texmf-dist/tex/generic/xkeyval/keyval.tex)) | ||
| 29 | \XKV@depth=\count179 | ||
| 30 | File: xkeyval.tex 2014/12/03 v2.7a key=value parser (HA) | ||
| 31 | )) | ||
| 32 | \sa@internal=\count180 | ||
| 33 | \c@sapage=\count181 | ||
| 34 | |||
| 35 | (/usr/share/texmf-dist/tex/latex/standalone/standalone.cfg | ||
| 36 | File: standalone.cfg 2018/03/26 v1.3a Default configuration file for 'standalon | ||
| 37 | e' class | ||
| 38 | ) | ||
| 39 | (/usr/share/texmf-dist/tex/latex/base/article.cls | ||
| 40 | Document Class: article 2020/04/10 v1.4m Standard LaTeX document class | ||
| 41 | (/usr/share/texmf-dist/tex/latex/base/size10.clo | ||
| 42 | File: size10.clo 2020/04/10 v1.4m Standard LaTeX file (size option) | ||
| 43 | ) | ||
| 44 | \c@part=\count182 | ||
| 45 | \c@section=\count183 | ||
| 46 | \c@subsection=\count184 | ||
| 47 | \c@subsubsection=\count185 | ||
| 48 | \c@paragraph=\count186 | ||
| 49 | \c@subparagraph=\count187 | ||
| 50 | \c@figure=\count188 | ||
| 51 | \c@table=\count189 | ||
| 52 | \abovecaptionskip=\skip47 | ||
| 53 | \belowcaptionskip=\skip48 | ||
| 54 | \bibindent=\dimen138 | ||
| 55 | ) | ||
| 56 | (/usr/share/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty | ||
| 57 | (/usr/share/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty | ||
| 58 | (/usr/share/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty | ||
| 59 | (/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfutil-common.tex | ||
| 60 | \pgfutil@everybye=\toks17 | ||
| 61 | \pgfutil@tempdima=\dimen139 | ||
| 62 | \pgfutil@tempdimb=\dimen140 | ||
| 63 | |||
| 64 | (/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfutil-common-lists.tex)) | ||
| 65 | (/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfutil-latex.def | ||
| 66 | \pgfutil@abb=\box47 | ||
| 67 | ) | ||
| 68 | (/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex | ||
| 69 | (/usr/share/texmf-dist/tex/generic/pgf/pgf.revision.tex) | ||
| 70 | Package: pgfrcs 2020/12/27 v3.1.8b (3.1.8b) | ||
| 71 | )) | ||
| 72 | Package: pgf 2020/12/27 v3.1.8b (3.1.8b) | ||
| 73 | |||
| 74 | (/usr/share/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty | ||
| 75 | (/usr/share/texmf-dist/tex/latex/graphics/graphicx.sty | ||
| 76 | Package: graphicx 2020/09/09 v1.2b Enhanced LaTeX Graphics (DPC,SPQR) | ||
| 77 | |||
| 78 | (/usr/share/texmf-dist/tex/latex/graphics/graphics.sty | ||
| 79 | Package: graphics 2020/08/30 v1.4c Standard LaTeX Graphics (DPC,SPQR) | ||
| 80 | |||
| 81 | (/usr/share/texmf-dist/tex/latex/graphics/trig.sty | ||
| 82 | Package: trig 2016/01/03 v1.10 sin cos tan (DPC) | ||
| 83 | ) | ||
| 84 | (/usr/share/texmf-dist/tex/latex/graphics-cfg/graphics.cfg | ||
| 85 | File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration | ||
| 86 | ) | ||
| 87 | Package graphics Info: Driver file: pdftex.def on input line 105. | ||
| 88 | |||
| 89 | (/usr/share/texmf-dist/tex/latex/graphics-def/pdftex.def | ||
| 90 | File: pdftex.def 2020/10/05 v1.2a Graphics/color driver for pdftex | ||
| 91 | )) | ||
| 92 | \Gin@req@height=\dimen141 | ||
| 93 | \Gin@req@width=\dimen142 | ||
| 94 | ) | ||
| 95 | (/usr/share/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty | ||
| 96 | (/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex | ||
| 97 | Package: pgfsys 2020/12/27 v3.1.8b (3.1.8b) | ||
| 98 | |||
| 99 | (/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex | ||
| 100 | \pgfkeys@pathtoks=\toks18 | ||
| 101 | \pgfkeys@temptoks=\toks19 | ||
| 102 | |||
| 103 | (/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfkeysfiltered.code.tex | ||
| 104 | \pgfkeys@tmptoks=\toks20 | ||
| 105 | )) | ||
| 106 | \pgf@x=\dimen143 | ||
| 107 | \pgf@y=\dimen144 | ||
| 108 | \pgf@xa=\dimen145 | ||
| 109 | \pgf@ya=\dimen146 | ||
| 110 | \pgf@xb=\dimen147 | ||
| 111 | \pgf@yb=\dimen148 | ||
| 112 | \pgf@xc=\dimen149 | ||
| 113 | \pgf@yc=\dimen150 | ||
| 114 | \pgf@xd=\dimen151 | ||
| 115 | \pgf@yd=\dimen152 | ||
| 116 | \w@pgf@writea=\write3 | ||
| 117 | \r@pgf@reada=\read2 | ||
| 118 | \c@pgf@counta=\count190 | ||
| 119 | \c@pgf@countb=\count191 | ||
| 120 | \c@pgf@countc=\count192 | ||
| 121 | \c@pgf@countd=\count193 | ||
| 122 | \t@pgf@toka=\toks21 | ||
| 123 | \t@pgf@tokb=\toks22 | ||
| 124 | \t@pgf@tokc=\toks23 | ||
| 125 | \pgf@sys@id@count=\count194 | ||
| 126 | |||
| 127 | (/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgf.cfg | ||
| 128 | File: pgf.cfg 2020/12/27 v3.1.8b (3.1.8b) | ||
| 129 | ) | ||
| 130 | Driver file for pgf: pgfsys-pdftex.def | ||
| 131 | |||
| 132 | (/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-pdftex.def | ||
| 133 | File: pgfsys-pdftex.def 2020/12/27 v3.1.8b (3.1.8b) | ||
| 134 | |||
| 135 | (/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-pdf.def | ||
| 136 | File: pgfsys-common-pdf.def 2020/12/27 v3.1.8b (3.1.8b) | ||
| 137 | ))) | ||
| 138 | (/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex | ||
| 139 | File: pgfsyssoftpath.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 140 | \pgfsyssoftpath@smallbuffer@items=\count195 | ||
| 141 | \pgfsyssoftpath@bigbuffer@items=\count196 | ||
| 142 | ) | ||
| 143 | (/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex | ||
| 144 | File: pgfsysprotocol.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 145 | )) | ||
| 146 | (/usr/share/texmf-dist/tex/latex/xcolor/xcolor.sty | ||
| 147 | Package: xcolor 2016/05/11 v2.12 LaTeX color extensions (UK) | ||
| 148 | |||
| 149 | (/usr/share/texmf-dist/tex/latex/graphics-cfg/color.cfg | ||
| 150 | File: color.cfg 2016/01/02 v1.6 sample color configuration | ||
| 151 | ) | ||
| 152 | Package xcolor Info: Driver file: pdftex.def on input line 225. | ||
| 153 | Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1348. | ||
| 154 | Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1352. | ||
| 155 | Package xcolor Info: Model `RGB' extended on input line 1364. | ||
| 156 | Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1366. | ||
| 157 | Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1367. | ||
| 158 | Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1368. | ||
| 159 | Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1369. | ||
| 160 | Package xcolor Info: Model `Gray' substituted by `gray' on input line 1370. | ||
| 161 | Package xcolor Info: Model `wave' substituted by `hsb' on input line 1371. | ||
| 162 | ) | ||
| 163 | (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex | ||
| 164 | Package: pgfcore 2020/12/27 v3.1.8b (3.1.8b) | ||
| 165 | |||
| 166 | (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex | ||
| 167 | (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathcalc.code.tex | ||
| 168 | (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathutil.code.tex) | ||
| 169 | (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathparser.code.tex | ||
| 170 | \pgfmath@dimen=\dimen153 | ||
| 171 | \pgfmath@count=\count197 | ||
| 172 | \pgfmath@box=\box48 | ||
| 173 | \pgfmath@toks=\toks24 | ||
| 174 | \pgfmath@stack@operand=\toks25 | ||
| 175 | \pgfmath@stack@operation=\toks26 | ||
| 176 | ) | ||
| 177 | (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.code.tex | ||
| 178 | (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.basic.code.tex) | ||
| 179 | (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.trigonometric.code | ||
| 180 | .tex) | ||
| 181 | (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.random.code.tex) | ||
| 182 | (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.comparison.code.te | ||
| 183 | x) (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.base.code.tex) | ||
| 184 | (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.round.code.tex) | ||
| 185 | (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.misc.code.tex) | ||
| 186 | (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.integerarithmetics | ||
| 187 | .code.tex))) (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfloat.code.tex | ||
| 188 | \c@pgfmathroundto@lastzeros=\count198 | ||
| 189 | )) (/usr/share/texmf-dist/tex/generic/pgf/math/pgfint.code.tex) | ||
| 190 | (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepoints.code.tex | ||
| 191 | File: pgfcorepoints.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 192 | \pgf@picminx=\dimen154 | ||
| 193 | \pgf@picmaxx=\dimen155 | ||
| 194 | \pgf@picminy=\dimen156 | ||
| 195 | \pgf@picmaxy=\dimen157 | ||
| 196 | \pgf@pathminx=\dimen158 | ||
| 197 | \pgf@pathmaxx=\dimen159 | ||
| 198 | \pgf@pathminy=\dimen160 | ||
| 199 | \pgf@pathmaxy=\dimen161 | ||
| 200 | \pgf@xx=\dimen162 | ||
| 201 | \pgf@xy=\dimen163 | ||
| 202 | \pgf@yx=\dimen164 | ||
| 203 | \pgf@yy=\dimen165 | ||
| 204 | \pgf@zx=\dimen166 | ||
| 205 | \pgf@zy=\dimen167 | ||
| 206 | ) | ||
| 207 | (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathconstruct.code.tex | ||
| 208 | File: pgfcorepathconstruct.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 209 | \pgf@path@lastx=\dimen168 | ||
| 210 | \pgf@path@lasty=\dimen169 | ||
| 211 | ) (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathusage.code.tex | ||
| 212 | File: pgfcorepathusage.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 213 | \pgf@shorten@end@additional=\dimen170 | ||
| 214 | \pgf@shorten@start@additional=\dimen171 | ||
| 215 | ) | ||
| 216 | (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorescopes.code.tex | ||
| 217 | File: pgfcorescopes.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 218 | \pgfpic=\box49 | ||
| 219 | \pgf@hbox=\box50 | ||
| 220 | \pgf@layerbox@main=\box51 | ||
| 221 | \pgf@picture@serial@count=\count199 | ||
| 222 | ) | ||
| 223 | (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoregraphicstate.code.tex | ||
| 224 | File: pgfcoregraphicstate.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 225 | \pgflinewidth=\dimen172 | ||
| 226 | ) | ||
| 227 | (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransformations.code.t | ||
| 228 | ex | ||
| 229 | File: pgfcoretransformations.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 230 | \pgf@pt@x=\dimen173 | ||
| 231 | \pgf@pt@y=\dimen174 | ||
| 232 | \pgf@pt@temp=\dimen175 | ||
| 233 | ) (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorequick.code.tex | ||
| 234 | File: pgfcorequick.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 235 | ) | ||
| 236 | (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreobjects.code.tex | ||
| 237 | File: pgfcoreobjects.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 238 | ) | ||
| 239 | (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathprocessing.code.te | ||
| 240 | x | ||
| 241 | File: pgfcorepathprocessing.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 242 | ) (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorearrows.code.tex | ||
| 243 | File: pgfcorearrows.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 244 | \pgfarrowsep=\dimen176 | ||
| 245 | ) | ||
| 246 | (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex | ||
| 247 | File: pgfcoreshade.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 248 | \pgf@max=\dimen177 | ||
| 249 | \pgf@sys@shading@range@num=\count266 | ||
| 250 | \pgf@shadingcount=\count267 | ||
| 251 | ) | ||
| 252 | (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex | ||
| 253 | File: pgfcoreimage.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 254 | |||
| 255 | (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreexternal.code.tex | ||
| 256 | File: pgfcoreexternal.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 257 | \pgfexternal@startupbox=\box52 | ||
| 258 | )) | ||
| 259 | (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorelayers.code.tex | ||
| 260 | File: pgfcorelayers.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 261 | ) | ||
| 262 | (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex | ||
| 263 | File: pgfcoretransparency.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 264 | ) (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepatterns.code.tex | ||
| 265 | File: pgfcorepatterns.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 266 | ) | ||
| 267 | (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorerdf.code.tex | ||
| 268 | File: pgfcorerdf.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 269 | ))) | ||
| 270 | (/usr/share/texmf-dist/tex/generic/pgf/modules/pgfmoduleshapes.code.tex | ||
| 271 | File: pgfmoduleshapes.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 272 | \pgfnodeparttextbox=\box53 | ||
| 273 | ) | ||
| 274 | (/usr/share/texmf-dist/tex/generic/pgf/modules/pgfmoduleplot.code.tex | ||
| 275 | File: pgfmoduleplot.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 276 | ) | ||
| 277 | (/usr/share/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty | ||
| 278 | Package: pgfcomp-version-0-65 2020/12/27 v3.1.8b (3.1.8b) | ||
| 279 | \pgf@nodesepstart=\dimen178 | ||
| 280 | \pgf@nodesepend=\dimen179 | ||
| 281 | ) | ||
| 282 | (/usr/share/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty | ||
| 283 | Package: pgfcomp-version-1-18 2020/12/27 v3.1.8b (3.1.8b) | ||
| 284 | )) | ||
| 285 | (/usr/share/texmf-dist/tex/latex/pgf/utilities/pgffor.sty | ||
| 286 | (/usr/share/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty | ||
| 287 | (/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex)) | ||
| 288 | (/usr/share/texmf-dist/tex/latex/pgf/math/pgfmath.sty | ||
| 289 | (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex)) | ||
| 290 | (/usr/share/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex | ||
| 291 | Package: pgffor 2020/12/27 v3.1.8b (3.1.8b) | ||
| 292 | |||
| 293 | (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex) | ||
| 294 | \pgffor@iter=\dimen180 | ||
| 295 | \pgffor@skip=\dimen181 | ||
| 296 | \pgffor@stack=\toks27 | ||
| 297 | \pgffor@toks=\toks28 | ||
| 298 | )) | ||
| 299 | (/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex | ||
| 300 | Package: tikz 2020/12/27 v3.1.8b (3.1.8b) | ||
| 301 | |||
| 302 | (/usr/share/texmf-dist/tex/generic/pgf/libraries/pgflibraryplothandlers.code.te | ||
| 303 | x | ||
| 304 | File: pgflibraryplothandlers.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 305 | \pgf@plot@mark@count=\count268 | ||
| 306 | \pgfplotmarksize=\dimen182 | ||
| 307 | ) | ||
| 308 | \tikz@lastx=\dimen183 | ||
| 309 | \tikz@lasty=\dimen184 | ||
| 310 | \tikz@lastxsaved=\dimen185 | ||
| 311 | \tikz@lastysaved=\dimen186 | ||
| 312 | \tikz@lastmovetox=\dimen187 | ||
| 313 | \tikz@lastmovetoy=\dimen188 | ||
| 314 | \tikzleveldistance=\dimen189 | ||
| 315 | \tikzsiblingdistance=\dimen190 | ||
| 316 | \tikz@figbox=\box54 | ||
| 317 | \tikz@figbox@bg=\box55 | ||
| 318 | \tikz@tempbox=\box56 | ||
| 319 | \tikz@tempbox@bg=\box57 | ||
| 320 | \tikztrex57 | ||
| 321 | \tikztreelevel=\count269 | ||
| 322 | \tikznumberofchildren=\count270 | ||
| 323 | \tikznumberofcurrentchild=\count271 | ||
| 324 | \tikz@fig@count=\count272 | ||
| 325 | (/usr/share/texmf-dist/tex/generic/pgf/modules/pgfmodulematrix.code.tex | ||
| 326 | File: pgfmodulematrix.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 327 | \pgfmatrixcurrentrow=\count273 | ||
| 328 | \pgfmatrixcurrentcolumn=\count274 | ||
| 329 | \pgf@matrix@numberofcolumns=\count275 | ||
| 330 | ) | ||
| 331 | \tikz@expandcount=\count276 | ||
| 332 | |||
| 333 | (/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary | ||
| 334 | topaths.code.tex | ||
| 335 | File: tikzlibrarytopaths.code.tex 2020/12/27 v3.1.8b (3.1.8b) | ||
| 336 | ))) | ||
| 337 | \sa@box=\box58 | ||
| 338 | runsystem(pdflatex -shell-escape -jobname 'tetrahedron' '\expandafter\def\csn | ||
| 339 | ame sa@internal@run\endcsname{1}\input{tetrahedron}')...executed. | ||
| 340 | |||
| 341 | \sa@read=\read3 | ||
| 342 | runsystem(/Applications/Inkscape.app/Contents/Resources/bin/inkscape --without- | ||
| 343 | gui --file "/Users/antonella/Desktop/dictionary/quadrilateral/tetrahedron.pdf" | ||
| 344 | --export-plain-svg "/Users/antonella/Desktop/dictionary/quadrilateral/tetrahedr | ||
| 345 | on.svg")...executed. | ||
| 346 | |||
| 347 | |||
| 348 | |||
| 349 | Class standalone Warning: Conversion unsuccessful! | ||
| 350 | (standalone) There might be something wrong with your | ||
| 351 | (standalone) conversation software or the file permissions! | ||
| 352 | |||
| 353 | ) ) ) | ||
| 354 | (\end occurred when \ifx on line 3 was incomplete) | ||
| 355 | Here is how much of TeX's memory you used: | ||
| 356 | 11445 strings out of 478994 | ||
| 357 | 235251 string characters out of 5864719 | ||
| 358 | 502704 words of memory out of 5000000 | ||
| 359 | 28754 multiletter control sequences out of 15000+600000 | ||
| 360 | 403430 words of font info for 27 fonts, out of 8000000 for 9000 | ||
| 361 | 1141 hyphenation exceptions out of 8191 | ||
| 362 | 133i,1n,133p,466b,89s stack positions out of 5000i,500n,10000p,200000b,80000s | ||
| 363 | |||
| 364 | No pages of output. | ||
| 365 | PDF statistics: | ||
| 366 | 3 PDF objects out of 1000 (max. 8388607) | ||
| 367 | 0 named destinations out of 1000 (max. 500000) | ||
| 368 | 1 words of extra memory for PDF output out of 10000 (max. 10000000) | ||
| 369 | |||
| 370 | line 3. | ||
| 371 | LaTeX Font Info: ... okay on input line 3. | ||
| 372 | LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 3. | ||
| 373 | LaTeX Font Info: ... okay on input line 3. | ||
| 374 | LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 3. | ||
| 375 | LaTeX Font Info: ... okay on input line 3. | ||
| 376 | LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 3. | ||
| 377 | LaTeX Font Info: ... okay on input line 3. | ||
| 378 | LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 3. | ||
| 379 | LaTeX Font Info: ... okay on input line 3. | ||
| 380 | LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 3. | ||
| 381 | LaTeX Font Info: ... okay on input line 3. | ||
| 382 | LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 3. | ||
| 383 | LaTeX Font Info: ... okay on input line 3. | ||
| 384 | (/usr/share/texmf-dist/tex/context/base/mkii/supp-pdf.mkii | ||
| 385 | [Loading MPS to PDF converter (version 2006.09.02).] | ||
| 386 | \scratchcounter=\count278 | ||
| 387 | \scratchdimen=\dimen192 | ||
| 388 | \scratchbox=\box60 | ||
| 389 | \nofMPsegments=\count279 | ||
| 390 | \nofMParguments=\count280 | ||
| 391 | \everyMPshowfont=\toks30 | ||
| 392 | \MPscratchCnt=\count281 | ||
| 393 | \MPscratchDim=\dimen193 | ||
| 394 | \MPnumerator=\count282 | ||
| 395 | \makeMPintoPDFobject=\count283 | ||
| 396 | \everyMPtoPDFconversion=\toks31 | ||
| 397 | ) (/usr/share/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty | ||
| 398 | Package: epstopdf-base 2020-01-24 v2.11 Base part for package epstopdf | ||
| 399 | Package epstopdf-base Info: Redefining graphics rule for `.eps' on input line 4 | ||
| 400 | 85. | ||
| 401 | |||
| 402 | (/usr/share/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg | ||
| 403 | File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Liv | ||
| 404 | e | ||
| 405 | )) | ||
| 406 | (./coord-tet.tex) [1 | ||
| 407 | |||
| 408 | ] (./tetrahedron.aux) ) | ||
| 409 | Here is how much of TeX's memory you used: | ||
| 410 | 13094 strings out of 478994 | ||
| 411 | 266870 string characters out of 5864719 | ||
| 412 | 519940 words of memory out of 5000000 | ||
| 413 | 30365 multiletter control sequences out of 15000+600000 | ||
| 414 | 403430 words of font info for 27 fonts, out of 8000000 for 9000 | ||
| 415 | 1141 hyphenation exceptions out of 8191 | ||
| 416 | 137i,5n,136p,522b,552s stack positions out of 5000i,500n,10000p,200000b,80000s | ||
| 417 | |||
| 418 | Output written on tetrahedron.pdf (1 page, 1245 bytes). | ||
| 419 | PDF statistics: | ||
| 420 | 11 PDF objects out of 1000 (max. 8388607) | ||
| 421 | 7 compressed objects within 1 object stream | ||
| 422 | 0 named destinations out of 1000 (max. 500000) | ||
| 423 | 13 words of extra memory for PDF output out of 10000 (max. 10000000) | ||
| 424 | |||
diff --git a/tetrahedron.pdf b/tetrahedron.pdf new file mode 100644 index 0000000..2b97678 --- /dev/null +++ b/tetrahedron.pdf | |||
| Binary files differ | |||
diff --git a/tetrahedron.tex b/tetrahedron.tex new file mode 100644 index 0000000..ada6ce0 --- /dev/null +++ b/tetrahedron.tex | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | \input{settings.ttt} | ||
| 2 | |||
| 3 | \begin{document} | ||
| 4 | \begin{tikzpicture}[scale=2, line cap=round,line join=round,>=triangle 45,x=1.0cm,y=1.0cm] | ||
| 5 | |||
| 6 | \input{coord-tet.tex} | ||
| 7 | |||
| 8 | % Background varying in size depending on the main figure | ||
| 9 | \fill[color=white] (-2,-2) rectangle (2,2); | ||
| 10 | |||
| 11 | \filldraw[very thick, draw=my-color-draw-main, | ||
| 12 | fill=my-color-fill-main, fill opacity = 0.3] | ||
| 13 | (P0) -- (P1) -- (P2) -- cycle; | ||
| 14 | |||
| 15 | \filldraw[very thick, draw=my-color-draw-main, | ||
| 16 | fill=my-color-fill-main, fill opacity = 0.7] | ||
| 17 | (P0) -- (P3) -- (P1) -- cycle; | ||
| 18 | |||
| 19 | \draw[very thick, draw=my-color-draw-main, dashed] (P2) -- (P3); | ||
| 20 | |||
| 21 | \end{tikzpicture} | ||
| 22 | \end{document} | ||
| 23 | |||
