├── .project ├── .texlipse ├── LICENSE ├── README.md ├── _tester.tex ├── example_frontpage1.tex ├── example_frontpage2.tex ├── example_minimalistcode.tex ├── images ├── example_frontpage1.png └── example_frontpage2.png ├── tikz-3dplot-circleofsphere.bib ├── tikz-3dplot-circleofsphere.pdf ├── tikz-3dplot-circleofsphere.sty ├── tikz-3dplot-circleofsphere.tex └── tikz_3dplot_circleofsphere.m /.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthias-wolff/tikz-3dplot-circleofsphere/HEAD/.project -------------------------------------------------------------------------------- /.texlipse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthias-wolff/tikz-3dplot-circleofsphere/HEAD/.texlipse -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthias-wolff/tikz-3dplot-circleofsphere/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthias-wolff/tikz-3dplot-circleofsphere/HEAD/README.md -------------------------------------------------------------------------------- /_tester.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthias-wolff/tikz-3dplot-circleofsphere/HEAD/_tester.tex -------------------------------------------------------------------------------- /example_frontpage1.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthias-wolff/tikz-3dplot-circleofsphere/HEAD/example_frontpage1.tex -------------------------------------------------------------------------------- /example_frontpage2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthias-wolff/tikz-3dplot-circleofsphere/HEAD/example_frontpage2.tex -------------------------------------------------------------------------------- /example_minimalistcode.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthias-wolff/tikz-3dplot-circleofsphere/HEAD/example_minimalistcode.tex -------------------------------------------------------------------------------- /images/example_frontpage1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthias-wolff/tikz-3dplot-circleofsphere/HEAD/images/example_frontpage1.png -------------------------------------------------------------------------------- /images/example_frontpage2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthias-wolff/tikz-3dplot-circleofsphere/HEAD/images/example_frontpage2.png -------------------------------------------------------------------------------- /tikz-3dplot-circleofsphere.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthias-wolff/tikz-3dplot-circleofsphere/HEAD/tikz-3dplot-circleofsphere.bib -------------------------------------------------------------------------------- /tikz-3dplot-circleofsphere.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthias-wolff/tikz-3dplot-circleofsphere/HEAD/tikz-3dplot-circleofsphere.pdf -------------------------------------------------------------------------------- /tikz-3dplot-circleofsphere.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthias-wolff/tikz-3dplot-circleofsphere/HEAD/tikz-3dplot-circleofsphere.sty -------------------------------------------------------------------------------- /tikz-3dplot-circleofsphere.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthias-wolff/tikz-3dplot-circleofsphere/HEAD/tikz-3dplot-circleofsphere.tex -------------------------------------------------------------------------------- /tikz_3dplot_circleofsphere.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthias-wolff/tikz-3dplot-circleofsphere/HEAD/tikz_3dplot_circleofsphere.m --------------------------------------------------------------------------------