Init
This commit is contained in:
55
upenn.tex
Normal file
55
upenn.tex
Normal file
@@ -0,0 +1,55 @@
|
||||
\documentclass[12pt]{scrbook}
|
||||
\usepackage{color}
|
||||
\usepackage{marginnote}
|
||||
\usepackage{amsmath}
|
||||
\usepackage{amssymb}
|
||||
\newcommand\mpar[1]{\marginpar {\flushleft\sffamily\small #1}}
|
||||
\setlength{\marginparwidth}{35mm}
|
||||
|
||||
\usepackage{slashed}
|
||||
|
||||
\usepackage{graphicx}
|
||||
|
||||
\usepackage[backref=page]{hyperref}
|
||||
|
||||
\usepackage[T1]{fontenc}
|
||||
%\newcommand{\changefont}[3]{
|
||||
% \fontfamily{#1} \fontseries{#2} \fontshape{#3} \selectfont}
|
||||
|
||||
\usepackage[most]{tcolorbox}
|
||||
%\changefont{pag}{m}{n}
|
||||
|
||||
%\usepackage[sc]{mathpazo} % Palatino Font
|
||||
\usepackage{cmbright}
|
||||
%\usepackage{charter}
|
||||
|
||||
% %%% Überschriften %%%%
|
||||
%\setkomafont{disposition}{\normalcolor\sffamily\bfseries} % standard
|
||||
\setkomafont{disposition}{\normalcolor\bfseries} % alle überschriften fett und serifenlos
|
||||
%\setkomafont{disposition}{\normalcolor}
|
||||
|
||||
\setlength\parindent{0pt}
|
||||
|
||||
\everymath{\displaystyle}
|
||||
|
||||
\begin{document}
|
||||
|
||||
%http://web.archive.org/web/20160324082102/http://calculus.seas.upenn.edu/?n=Main.HomePage
|
||||
|
||||
\input{functions.tex}
|
||||
|
||||
\input{exponential.tex}
|
||||
|
||||
|
||||
|
||||
\input{taylorseries.tex}
|
||||
|
||||
\input{computingtaylorseries.tex}
|
||||
|
||||
\input{convergence.tex}
|
||||
|
||||
\input{solutions.tex}
|
||||
|
||||
\end{document}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user