flashcards-try.tex 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. \documentclass[a7cards,frame]{flashcards}
  2. \usepackage{etoolbox}
  3. \usepackage{amsmath,amssymb}% math symbols / fonts
  4. \usepackage{mathtools} % \xRightarrow
  5. \usepackage{nicefrac} % \nicefrac
  6. \usepackage[utf8]{inputenc} % this is needed for umlauts
  7. \usepackage[ngerman]{babel} % this is needed for umlauts
  8. \usepackage[T1]{fontenc} % this is needed for correct output of umlauts in pdf
  9. \usepackage[framed,amsmath,thmmarks,hyperref]{ntheorem}
  10. \usepackage{framed}
  11. \usepackage{marvosym}
  12. \usepackage{makeidx} % for automatically generation of an index
  13. \usepackage{xcolor}
  14. \usepackage[bookmarks,bookmarksnumbered,hypertexnames=false,pdfpagelayout=OneColumn,colorlinks,hyperindex=false]{hyperref} % has to be after makeidx
  15. \usepackage{enumitem} % Better than \usepackage{enumerate}, because it allows to set references
  16. \usepackage{tabto}
  17. \usepackage{braket} % needed for \Set
  18. \usepackage{csquotes} % \enquote{}
  19. \usepackage{subfig} % multiple figures in one
  20. \usepackage{parskip} % nicer paragraphs
  21. \usepackage{xifthen} % \isempty
  22. \usepackage{changepage} % for the adjustwidth environment
  23. \usepackage{pst-solides3d}
  24. \usepackage[colorinlistoftodos]{todonotes}
  25. \usepackage{pgfplots}
  26. \pgfplotsset{compat=1.7}
  27. \usepackage[arrow, matrix, curve]{xy}
  28. \usepackage{caption} % get newlines within captions
  29. \usepackage{tikz} % draw
  30. \usepackage{tikz-3dplot} % draw
  31. \usepackage{tkz-fct} % draw
  32. \usepackage{tkz-euclide} % draw
  33. \usetkzobj{all} % tkz-euclide
  34. \usetikzlibrary{3d,calc,intersections,er,arrows,positioning,shapes.misc,patterns,fadings,decorations.pathreplacing}
  35. \usepackage{tqft}
  36. \usepackage{xspace} % for new commands; decides weather I want to insert a space after the command
  37. \usepackage[german,nameinlink]{cleveref} % has to be after hyperref, ntheorem, amsthm
  38. %%
  39. \newcounter{chapter}
  40. \newcommand\chapter{\if@openright\cleardoublepage\else\clearpage\fi
  41. \thispagestyle{plain}%
  42. \global\@topnum\z@
  43. \@afterindentfalse
  44. \secdef\@chapter\@schapter}
  45. %%
  46. \usepackage{../shortcuts}
  47. \hypersetup{
  48. pdfauthor = {Martin Thoma},
  49. pdfkeywords = {Geometrie und Topologie},
  50. pdftitle = {Geometrie und Topologie - Definitionen}
  51. }
  52. \allowdisplaybreaks
  53. \makeatletter
  54. \renewcommand{\flashcards@ps@back@begin@plain}
  55. % {\vspace*{\fill}\center\flashcards@format@back}% REMOVED
  56. {\vspace*{\fill}\flashcards@format@back}% ADDED
  57. \makeatother
  58. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  59. % Begin document %
  60. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  61. \begin{document}
  62. %CONTENT%
  63. \end{document}