2013-10-27 12:19:39 +01:00
|
|
|
\documentclass[varwidth=true, border=2pt]{standalone}
|
|
|
|
\usepackage{amsmath,amssymb}
|
|
|
|
\usepackage[utf8]{inputenc} % this is needed for umlauts
|
|
|
|
\usepackage[ngerman]{babel} % this is needed for umlauts
|
|
|
|
\usepackage[T1]{fontenc} % this is needed for correct output of umlauts in pdf
|
|
|
|
\usepackage[bookmarks,bookmarksnumbered,hypertexnames=false,pdfpagelayout=OneColumn,colorlinks,hyperindex=false]{hyperref} % has to be after makeidx
|
|
|
|
\usepackage{pst-solides3d}
|
|
|
|
\usepackage{tikz}
|
|
|
|
\usepackage{tikz-3dplot}
|
|
|
|
\usepackage{tkz-fct}
|
|
|
|
\usetikzlibrary{3d,calc,intersections,er,arrows,positioning,shapes.misc,patterns}
|
|
|
|
|
|
|
|
\title{Torus}
|
|
|
|
|
2015-10-14 14:25:34 +02:00
|
|
|
\hypersetup{
|
|
|
|
pdftitle = {Torus}
|
2013-10-27 12:19:39 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
\makeindex
|
|
|
|
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
\input{torus}
|
|
|
|
\end{document}
|