summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-07-17 22:53:27 +0000
committerKarl Berry <karl@freefriends.org>2008-07-17 22:53:27 +0000
commitff7a7bf6f420fc03ff766c5f4a6596b823f5a493 (patch)
tree1c456ec53fbcda5e90af4c1d5f4602d2b7c4d2f7
parenta091a98febed388d11d16b96c4d2e70b3711568d (diff)
new doc latex-course (16jul08)
git-svn-id: svn://tug.org/texlive/trunk@9642 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-doc/doc/english/latex-course/Graphics/30th-Anniversary-logo.pngbin0 -> 304481 bytes
-rw-r--r--Master/texmf-doc/doc/english/latex-course/Graphics/Ross-Siegel.pngbin0 -> 212484 bytes
-rw-r--r--Master/texmf-doc/doc/english/latex-course/Graphics/campus3.pngbin0 -> 89057 bytes
-rw-r--r--Master/texmf-doc/doc/english/latex-course/LaTeX-Course.pdfbin0 -> 865289 bytes
-rw-r--r--Master/texmf-doc/doc/english/latex-course/LaTeX-Course.tex859
-rw-r--r--Master/texmf-doc/doc/english/latex-course/LaTeX-course.prj266
-rw-r--r--Master/texmf-doc/doc/english/latex-course/README6
-rw-r--r--Master/texmf-doc/doc/english/latex-course/beamercolorthemeross.sty76
-rwxr-xr-xMaster/tlpkg/bin/ctan2tds1
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check2
-rw-r--r--Master/tlpkg/tlpsrc/collection-documentation-english.tlpsrc1
-rw-r--r--Master/tlpkg/tlpsrc/latex-course.tlpsrc2
12 files changed, 1212 insertions, 1 deletions
diff --git a/Master/texmf-doc/doc/english/latex-course/Graphics/30th-Anniversary-logo.png b/Master/texmf-doc/doc/english/latex-course/Graphics/30th-Anniversary-logo.png
new file mode 100644
index 00000000000..6c3e0b8b9bf
--- /dev/null
+++ b/Master/texmf-doc/doc/english/latex-course/Graphics/30th-Anniversary-logo.png
Binary files differ
diff --git a/Master/texmf-doc/doc/english/latex-course/Graphics/Ross-Siegel.png b/Master/texmf-doc/doc/english/latex-course/Graphics/Ross-Siegel.png
new file mode 100644
index 00000000000..7e2ab3de472
--- /dev/null
+++ b/Master/texmf-doc/doc/english/latex-course/Graphics/Ross-Siegel.png
Binary files differ
diff --git a/Master/texmf-doc/doc/english/latex-course/Graphics/campus3.png b/Master/texmf-doc/doc/english/latex-course/Graphics/campus3.png
new file mode 100644
index 00000000000..bebb3813891
--- /dev/null
+++ b/Master/texmf-doc/doc/english/latex-course/Graphics/campus3.png
Binary files differ
diff --git a/Master/texmf-doc/doc/english/latex-course/LaTeX-Course.pdf b/Master/texmf-doc/doc/english/latex-course/LaTeX-Course.pdf
new file mode 100644
index 00000000000..2fa075e51e1
--- /dev/null
+++ b/Master/texmf-doc/doc/english/latex-course/LaTeX-Course.pdf
Binary files differ
diff --git a/Master/texmf-doc/doc/english/latex-course/LaTeX-Course.tex b/Master/texmf-doc/doc/english/latex-course/LaTeX-Course.tex
new file mode 100644
index 00000000000..6b2504cda9a
--- /dev/null
+++ b/Master/texmf-doc/doc/english/latex-course/LaTeX-Course.tex
@@ -0,0 +1,859 @@
+% -*- TeX:US -*-
+\NeedsTeXFormat{LaTeX2e}
+\documentclass[presentation,hideothersubsections,final,10pt]{beamer}
+% LaTeX course created for the Biochemistry faculty at RUSM. The course is based on the
+% /info/german/tex-kurs by Rainer Rupprecht (1988), which I have translated to English and
+% taken to LaTeX2e/Beamer. Additional info from the l2kurz introduction to LaTeX.
+% This material may be used under Gnu Copyleft
+
+% everyone:
+\usepackage{german,siunitx,hyperref,graphicx,arev,amsmath,textcomp,wasysym,marvosym,isotope,chemarrow}
+\usepackage[latin1]{inputenc}
+\usepackage[T1]{fontenc}
+\usepackage[Euler]{upgreek}
+
+\mode<article>{\usepackage{fullpage}}
+\mode<presentation>{\usetheme{Goettingen}\usecolortheme{ross}}
+\mode<handout>{\setbeamercolor{background canvas}{bg=black!5}}
+\beamertemplatenavigationsymbolsempty
+
+\newcommand{\ph}{\textit{p}H}
+
+\newcommand{\single}{\raisebox{0.25ex}{\ensuremath{-}}}
+\newcommand{\double}{\raisebox{0.25ex}{\ensuremath{=}}}
+\newcommand{\triple}{\raisebox{0.25ex}{\ensuremath{\equiv}}}
+\makeatletter
+\DeclareRobustCommand{\chemical}[1]{%
+ {\(\m@th
+ \edef\resetfontdimens{\noexpand\)%
+ \fontdimen16\textfont2=\the\fontdimen16\textfont2
+ \fontdimen17\textfont2=\the\fontdimen17\textfont2\relax}%
+ \fontdimen16\textfont2=2.7pt \fontdimen17\textfont2=2.7pt
+ \mathsf{#1}%
+ \resetfontdimens}}
+\makeatother
+
+\frenchspacing \selectlanguage{english}
+
+\title{The \alert{\LaTeX} document preparation system}
+\institute{Department of Biochemistry, RUSM}
+\author{Dr Engelbert Buxbaum}
+\date{July 2008 \vspace{5mm}\\
+ \includegraphics[height=15mm]{Graphics/Ross-Siegel}\hspace{5mm}
+ \includegraphics[height=15mm]{Graphics/30th-Anniversary-logo}
+ }
+
+\definecolor{darkgreen}{rgb}{0.008,0.417,0.067}
+
+\begin{document}
+\setbeamertemplate{footline}
+ {%
+ \insertframenumber
+ }
+
+\frame{\titlepage}
+
+\section{Introduction}
+
+\begin{frame}
+ \frametitle{Name of the game}
+ \begin{description}
+ \item[\TeX]{typesetting system developed by
+ \textsc{Donald E. Knuth} (Stanford University) to
+ create beautiful documents, especially those
+ containing maths. \TeX\ is free software with
+ copyright vested in the American Mathematical
+ Society.}
+ \item[\LaTeX]{\TeX -macroprocessor written by \textsc{Leslie
+ Lamport}, which implements a markup-language. Users can
+ concentrate on the structure of their document rather than on
+ formatting.}
+ \end{description}
+\end{frame}
+
+\begin{frame}
+ \frametitle{Typographic design}
+ \begin{itemize}
+ \item{craft that needs to be learned}
+ \item{not about esthetics but about function: Books are
+ read, not displayed in a museum}
+ \end{itemize}
+\end{frame}
+
+\subsection{Advantages and disadvantages}
+
+\begin{frame}
+ \frametitle{Advantages}
+ \begin{itemize}
+ \item{Several professional styles are available that
+ make documents look ``like printed''. Changing
+ style requires changing one single line in the
+ document, consistency is ensured.}
+ \item{High quality math typesetting}
+ \item{Only a few commands to define the structure of
+ text, no knowledge of typography or book design
+ required.}
+ \item{Complex scientific documents can be created
+ automatically:
+ \begin{itemize}
+ \item{bibliography}
+ \item{index}
+ \item{crossreferences}
+ \item{table of contents, lists of figures,
+ tables etc.}
+ \item{...}
+ \end{itemize} }
+ \item{Operating-system independent}
+ \item{Long-term storage of documents: ASCII rather
+ than binary}
+ \item{Free software with source code available: Errors
+ are corrected rapidly}
+ \end{itemize}
+\end{frame}
+
+\begin{frame}
+ \frametitle{Disadvantages}
+ \begin{itemize}
+ \item{Learning curve}
+ \item{Major changes in layout may require rewriting the
+ style file (blessing in disguise)}
+ \item{One gets an eye for all the bad documents out
+ there}
+ \end{itemize}
+\end{frame}
+
+\subsection{Resources}
+
+\begin{frame}
+ \frametitle{Resources}
+ \begin{description}
+ \item[Software]{CTAN, i.e.
+ \href{www.tug.org}{\texttt{\alert{www.tug.org}}} for the US}
+ \item[Help]{Usenet: comp.text.tex}
+ \item[Introduction]{l2short available in various languages}
+ \item[Literature]{The \LaTeX -companion (\textsc{Mittelbach}
+ \textit{et al}, 2004)}
+ \item[Symbols]{Comprehensive symbol list from CTAN}
+ \end{description}
+\end{frame}
+
+\section{Structure of a \LaTeX\ document}
+
+\begin{frame}
+ \frametitle{Boxes and glue}
+ \begin{itemize}
+ \item{Box (letter) + Glue (space) + Box + ... = larger
+ Box (word)}
+ \item{Words are treated as boxes to form lines, lines
+ paragraphs and paragraphs pages}
+ \item{Glue can shrink and expand within limits}
+ \end{itemize}
+\end{frame}
+
+\begin{frame}[fragile]
+ \frametitle{Structure of a \LaTeX -document}
+ {\color{darkgreen} \begin{verbatim}
+ % -*- TeX:US -*- % for text-editor
+ \NeedsTeXFormat{LaTeX2e} % for TeX-system
+ \documentclass[options]{style}
+
+ \usepackage[latin1]{inputenc}
+ \usepackage[T1]{fontenc}
+
+ \author{}
+ \title{}
+ \date{}
+
+ \begin{document}
+ \maketitle
+
+ \chapter{}
+ ...
+ \end{document}
+ \end{verbatim} }
+\end{frame}
+
+\subsection{classes}
+
+\begin{frame}
+ \frametitle{Document classes}
+ \begin{tabular}{llp{0.5\textwidth}}
+ \hline
+ \LaTeX & Koma-Script & purpose \\
+ \hline
+ article & scrartcl & journal papers, short reports \\
+ report & scrreprt & longer text with several chapters, e.g. thesis \\
+ book & scrbook & books \\
+ letter & scrlettr & letters \\
+ beamer & & slide presentations \\
+ sciposter & & conference posters \\
+ \hline
+ \end{tabular}
+
+ Apart from Koma-Script another alternative style package is
+ \alert{memoir}. Also publisher-specific styles (e.g.
+ Springer, Elsevier, Teubner etc.
+\end{frame}
+
+\begin{frame}
+ \frametitle{Class options}
+ \begin{description}
+ \item[Font size]{10pt | 11pt | 12pt...}
+ \item[Paper size]{a4paper | legalpaper...}
+ \item[equations]{fleqn, leqno }
+ \item[title]{titlepage | notitlepage}
+ \item[columns]{onecolumn | twocolumn}
+ \item[printing]{oneside | twoside}
+ \end{description}
+\end{frame}
+
+\section{Basic commands}
+
+\subsection{Special characters}
+
+\begin{frame}[fragile]
+ \frametitle{Input characters}
+ Some characters have special meaning in \TeX , if you need
+ them they have to be entered as \TeX -commands:
+
+ \vspace{5mm}
+ \begin{tabular}{lll}
+ $\backslash$~~ & start command & {\color{darkgreen}\verb+$\backslash$+} \\
+ & & note: {\color{darkgreen}\verb+\\+} = newline \\
+ \$ & toggle math modus & {\color{darkgreen}\verb+\$+} \\
+ \& & tabulator & {\color{darkgreen}\verb+\&+} \\
+ \% & rest of line comment & {\color{darkgreen}\verb+\%+} \\
+ \# & & {\color{darkgreen}\verb+\#+} \\
+ \textasciitilde & & {\color{darkgreen}\verb+\textasciitilde+} \\
+ \textbar & vert. lines in table & {\color{darkgreen}\verb+\textbar+} \\
+ \_ & start subscript & {\color{darkgreen}\verb+\_+} \\
+ \textasciicircum & start superscript & {\color{darkgreen}\verb+\textasciicircum+}\\
+ \{ \} & command delimiter & {\color{darkgreen}\verb+\{ \}+} \\
+ $[\ ]$ & command delimiter & {\color{darkgreen}\verb+$[ ]$+} \\
+ `` '' & quotation marks & {\color{darkgreen}\verb+`` ''+} \\
+ $> <$ & tabbing & {\color{darkgreen}\verb+$> <$+} \\
+ \end{tabular}
+\end{frame}
+
+\subsection{Hypens \& Cie}
+
+\begin{frame}[fragile]
+ \frametitle{Hypen, minus ...}
+ A horizontal line can mean a lot of things, depending on
+ length and thickness:
+
+ \vspace{5mm}
+ \begin{tabular}{lll}
+ O-legs & {\color{darkgreen}\verb+O-legs+} \\
+ 10--18 o'clock & {\color{darkgreen}\verb+10--18 o'clock+} \\
+ ja -- oder nein? & {\color{darkgreen}\verb+ja -- oder nein?+} \\
+ yes---or no? & {\color{darkgreen}\verb+yes---or no?+} \\
+ 0, 1 and --1 & {\color{darkgreen}\verb+0, 1 and --1+} \\
+ \end{tabular}
+\end{frame}
+
+\section{Structuring text}
+
+\subsection{Sectioning}
+
+\begin{frame}[fragile]
+ \frametitle{Sectioning commands}
+ \begin{itemize}
+ \item{\alert{$\backslash$part\{\}}}
+ \item{\alert{$\backslash$chapter\{\}}}
+ \item{{\color{darkgreen}$\backslash$section\{\}}}
+ \item{{\color{darkgreen}$\backslash$subsection\{\}}}
+ \item{{\color{darkgreen}$\backslash$subsubsection\{\}}}
+ \item{{\color{darkgreen}$\backslash$paragraph\{\}}}
+ \end{itemize}
+\end{frame}
+
+\begin{frame}
+ \frametitle{Breaking down large documents}
+ Use separate files for, say, each chapter. One main file with
+ limbo and commands to include the others:
+ \begin{description}
+ \item[{\color{darkgreen}$\backslash$input\{\}}]{reads file ``as is''}
+ \item[{\color{darkgreen}$\backslash$include\{\}}]{equiv. to
+ {\color{darkgreen}$\backslash$clearpage $\backslash$input\{\}
+ $\backslash$clearpage}}
+ \item[{\color{darkgreen}$\backslash$includeonly\{\}}]{used in limbo to
+ limit files {\color{darkgreen}$\backslash$included} }
+ \end{description}
+\end{frame}
+
+\begin{frame}
+ \frametitle{What is where?}
+ \begin{itemize}
+ \item{{\color{darkgreen}$\backslash$tableofcontents}}
+ \item{{\color{darkgreen}$\backslash$listoffigures}}
+ \item{{\color{darkgreen}$\backslash$listoftables}}
+ \item{}
+ \item{{\color{darkgreen}$\backslash$bibliographystyle\{plainnat\}}}
+ \item{{\color{darkgreen}$\backslash$bibliography\{references\}}}
+ \item{}
+ \item{{\color{darkgreen}$\backslash$printindex}}
+ \end{itemize}
+\end{frame}
+
+\subsection{Fonts}
+
+\begin{frame}
+ \frametitle{Emphasizing}
+ \begin{description}
+ \item[{\color{darkgreen}$\backslash$textit\{\}}]{italics, used for
+ foreign words, species names etc: \textit{Staph.
+ aureus}}
+ \item[{\color{darkgreen}$\backslash$textsl\{\}}]{\textsl{slanted}}
+ \item[{\color{darkgreen}$\backslash$emph\{\}}]{used for emphasizing:
+ this is \emph{not} the case}
+ \item[{\color{darkgreen}$\backslash$textsc\{\}}]{small caps, used for
+ names of persons: \textsc{Neil Armstrong} was
+ the first man on the moon.}
+ \item[{\color{darkgreen}$\backslash$textbf\{\}}]{bold face: used to
+ make something really \textbf{stick out}.}
+ \item[{\color{darkgreen}$\backslash$textsf\{\}}]{sans serif, often used
+ as base font on slides. Also used for chemical
+ equations.}
+ \item[{\color{darkgreen}$\backslash$texttt\{\}}]{typewriter, used for
+ computer related material like code or URLs:
+ \texttt{http://www.rossmed.edu.dm/}}
+ \end{description}
+ \alert{Note:} Slides use sanserif font: No small caps, slanted instead of italics!
+\end{frame}
+
+\begin{frame}[fragile]
+ \frametitle{Font sizes}
+ {\begin{tabbing} \texttt{xfootnotesizexx}\= und dann der Text
+ \kill
+ {\color{darkgreen}\verb|\tiny|} \> \tiny microscopic font \\
+ {\color{darkgreen}\verb|\scriptsize|} \> \scriptsize very tiny font (subscripts)\\
+ {\color{darkgreen}\verb|\footnotesize|} \> \footnotesize tiny font (footnotes) \\
+ {\color{darkgreen}\verb|\small|} \> \small small font \\
+ {\color{darkgreen}\verb|\normalsize|} \> \normalsize normal font \\
+ {\color{darkgreen}\verb|\large|} \> \large large font \\
+ {\color{darkgreen}\verb|\Large|} \> \Large larger font \\
+ {\color{darkgreen}\verb|\LARGE|} \> \LARGE very large font \\[3pt]
+ {\color{darkgreen}\verb|\huge|} \> \huge huge font \\[3pt]
+ {\color{darkgreen}\verb|\Huge|} \> \Huge very huge font
+ \end{tabbing}}
+ Note: \alert{not} a command: {\color{darkgreen}\verb+{\small foo bar}+}
+\end{frame}
+
+\subsection{Lists}
+
+\begin{frame}[fragile]
+ \frametitle{Simple lists}
+ Please believe me:
+ \begin{itemize}
+ \item{Few swallows can turn winter into summer.}
+ \item{Inside it's colder than in the night.
+ \begin{itemize}
+ \item{In the morning it pulls.}
+ \item{At noon he pushes.}
+ \item{In the evening she goes.}
+ \end{itemize} }
+ \item{Every nonsense must find an end.}
+ \end{itemize}
+ {\color{darkgreen}\small \begin{verbatim}
+Please believe me:
+\begin{itemize}
+ \item{Few swallows can turn winter into summer.}
+ \item{Inside it's colder than in the night.
+ \begin{itemize}
+ \item{In the morning it pulls.}
+ \item{At noon he pushes.}
+ \item{In the evening she goes.}
+ \end{itemize} }
+ \item{Every nonsense must find an end.}
+\end{itemize}
+ \end{verbatim} }
+\end{frame}
+
+\begin{frame}[fragile]
+ \frametitle{Descriptive lists}
+ Three animals you should know about are:
+ \begin{description}
+ \item[gnat:]{A small animal, found in the North
+ Woods, that causes no end of trouble.}
+ \item[gnu:]{A large animal, found in crossword
+ puzzles, that causes no end of trouble.}
+ \item[armadillo:]{A medium-sized animal, named
+ after a medium-sized Texas city which causes no
+ end of trouble.}
+ \end{description}
+ {\color{darkgreen}\small \begin{verbatim}
+\begin{description}
+ \item[gnat:]{A small animal, found in the North
+ Woods, that causes no end of trouble.}
+ \item[gnu:]{A large animal, found in crossword
+ puzzles, that causes no end of trouble.}
+ \item[armadillo:]{A medium-sized animal, named
+ after a medium-sized Texas city which causes
+ no end of trouble.}
+\end{description}
+\end{verbatim} }
+\end{frame}
+
+\begin{frame}[fragile]
+ \frametitle{Enumerated lists}
+ These are the main points:
+ \begin{enumerate}
+ \item{first item}
+ \item{second item}
+ \item{third item
+ \begin{enumerate}
+ \item{first sub-item}
+ \item{second sub-item}
+ \end{enumerate} }
+ \end{enumerate}
+ {\color{darkgreen}\small \begin{verbatim}
+These are the main points:
+\begin{enumerate}
+ \item{first item}
+ \item{second item}
+ \item{third item
+ \begin{enumerate}
+ \item{first sub-item}
+ \item{second sub-item}
+ \end{enumerate} }
+\end{enumerate}
+\end{verbatim} }
+\end{frame}
+
+\subsection{Tables and stuff}
+
+\begin{frame}[fragile]
+ \frametitle{Tabbing}
+ \begin{tabbing}
+ If \= it's raining \\
+ \> then \= put on boots, \\
+ \> \> take hat; \\
+ \> else \> smile. \\
+ Leave house.
+ \end{tabbing}
+ {\color{darkgreen}\small \begin{verbatim}
+\begin{tabbing}
+ If \= it's raining \\
+ \> then \= put on boots, \\
+ \> \> take hat; \\
+ \> else \> smile. \\
+ Leave house.
+\end{tabbing}
+ \end{verbatim} }
+\end{frame}
+
+\begin{frame}[fragile]
+ \frametitle{Tabular}
+ \begin{tabular}{|r||c|p{2.5in}|}
+ \hline
+ \multicolumn{3}{|c|}{\sc GG\&A Hoofed Stock} \\
+ \hline
+ \hline
+ \multicolumn{1}{|c||}{\bf Year} & \bf Price & \multicolumn{1}{c|}{\bf Comments} \\
+ \hline
+ 1971 & 97--245 & Bad year for farmers in the west. \\ \hline
+ 72 & 245--245 & Light trading due to a heavy winter. \\ \hline
+ 73 & 245--2001 & No gnus was very good gnus this year. \\ \hline
+ \end{tabular}
+ {\color{darkgreen}\scriptsize \begin{verbatim}
+\begin{tabular}{|r||c|p{2.5in}|}
+ \hline
+ \multicolumn{3}{|c|}{\sc GG\&A Hoofed Stock} \\
+ \hline
+ \hline
+ \multicolumn{1}{|c||}{\bf Year} & \bf Price & \multicolumn{1}{c|}{\bf Comments} \\
+ \hline
+ 1971 & 97--245 & Bad year for farmers in the west. \\
+ \hline
+ 72 & 245--245 & Light trading due to a heavy winter. \\
+ \hline
+ 73 & 245--2001 & No gnus was very good gnus this year. \\
+ \hline
+\end{tabular}
+ \end{verbatim} }
+\end{frame}
+
+\begin{frame}[fragile]
+ \frametitle{Table (a float: not used on slides)}
+ {\color{darkgreen}\small \begin{verbatim}
+\begin{table}
+ \caption{The fastest man in the world:
+ Some of his possibilities}
+ \label{tab:fast}
+ \centering
+ \begin{tabular}{|l|c|r|}
+ \hline
+ Disciplin & distance (m) & time (min) \\
+ \hline
+ Running & 100 & 5 \\
+ Swimming & 50 & 30 \\
+ Cycling & 1000 & 20 \\
+ \hline
+ \end{tabular}
+\end{table}
+ \end{verbatim} }
+ In the text the table can be referenced with: see table
+ {\color{darkgreen}\verb+\ref{tab:fast}+} on page {\color{darkgreen}\verb+\pageref{tab:fast}+}.
+\end{frame}
+
+\subsection{Graphics}
+
+\begin{frame}[fragile]
+ \frametitle{Graphics}
+ \includegraphics[height=0.3\textheight]{Graphics/Campus3}
+
+ {\color{darkgreen}\footnotesize \begin{verbatim}
+\includegraphics[height=0.3\textheight]{Graphics/Campus3}
+ \end{verbatim} }
+ \begin{itemize}
+ \item{Requires \verb+\usepackage{graphicx}+}
+ \item{Several file formats possible depending on
+ dvi-driver. For pdfLaTeX pdf, png, jpg. }
+ \item{Convert other formats e.g. with IrfanView or
+ Gimp.}
+ \item{other optional arguments like width, angle,
+ size}
+ \end{itemize}
+\end{frame}
+
+\begin{frame}[fragile]
+ \frametitle{Figures }
+ {\color{darkgreen}\scriptsize \begin{verbatim}
+\begin{figure}
+ \caption{A view of our campus. }
+ \label{fig:Campus}
+ \centering
+ \includegraphics[height=0.3\textheight]{Graphics/Campus3}
+\end{figure}
+ \end{verbatim} }
+ Like table, figure is a floating environment that has no
+ meaning in slides. Cross-referencing works as with tables.
+\end{frame}
+
+\section{Maths}
+
+\subsection{Math environments}
+
+\begin{frame}[fragile]
+ \frametitle{Text maths}
+ if $a$ and $b$ are legs of a
+ right-angled triangle and $c$ the hypotenuse, then
+ $c^2=a^2+b^2$ (Theorem of Pythagoras).
+
+ {\color{darkgreen}\small \begin{verbatim}
+if $a$ and $b$ are legs of a right-angled triangle
+and $c$ the hypotenuse, then $c^2=a^2+b^2$ (Theorem
+of Pythagoras).
+ \end{verbatim} }
+\end{frame}
+
+\begin{frame}[fragile]
+ \frametitle{Display maths}
+ if $a$ and $b$ are legs of a
+ right-angled triangle and $c$ the hypotenuse, then
+ \begin{equation}
+ c^2=a^2+b^2
+ \end{equation}
+ (Theorem of Pythagoras).
+
+ {\color{darkgreen}\small \begin{verbatim}
+if $a$ and $b$ are legs of a right-angled triangle
+and $c$ the hypotenuse, then
+\begin{equation}
+ c^2=a^2+b^2
+\end{equation}
+(Theorem of Pythagoras).
+ \end{verbatim} }
+\end{frame}
+
+\subsection{Basic math commands}
+
+\begin{frame}[fragile]
+ \frametitle{Formulas}
+ \begin{displaymath}
+ x^5 \qquad \qquad x_1 \qquad \qquad \sqrt{x^2+\sqrt[3]{y}}
+ \end{displaymath}
+ {\color{darkgreen}\begin{verbatim}
+x^5 x_1 \sqrt{x^2+\sqrt[3]{y}}
+ \end{verbatim}}
+
+ \begin{displaymath}
+ \frac{1}{\frac{x^2+y^2+z^2}{x+y}} \qquad \qquad {n\choose {n-k}}
+ \end{displaymath}
+ {\color{darkgreen}\begin{verbatim}
+\frac{1}{\frac{x^2+y^2+z^2}{x+y}} {n\choose {n-k}}
+ \end{verbatim}}
+
+ \begin{displaymath}
+ \int \limits_{-\infty}^{\infty}x^3 \qquad \qquad \sum_{i=1}^{n}a_i
+ \end{displaymath}
+ {\color{darkgreen}\begin{verbatim}
+\int \limits_{-\infty}^{\infty}x^3 \sum_{i=1}^{n}a_i
+ \end{verbatim}}
+\end{frame}
+
+\begin{frame}[fragile]
+ \frametitle{Aligning equations}
+ \begin{align}
+ f(x) & = \cos x \\
+ f'(x) & = -\sin x \\
+ \int_{0}^{x} f(y)dy & = \sin x
+ \end{align}
+ {\color{darkgreen}\small \begin{verbatim}
+\begin{align}
+ f(x) & = \cos x \\
+ f'(x) & = -\sin x \\
+ \int_{0}^{x} f(y)dy & = \sin x
+\end{align}
+ \end{verbatim} }
+\end{frame}
+
+\section{Changing the layout}
+
+\subsection{Counters and parameters}
+
+\begin{frame}[fragile]
+ \frametitle{Internal Counter + parameters}
+ Change parameters:
+ {\color{darkgreen}\begin{verbatim}
+\setlength{\parindent}{0pt}
+\setlength{\parskip}{5pt plus 2pt minus 1pt}
+\addtolength{\textwidth}{60pt}
+ \end{verbatim}}
+
+ Set counters:
+ {\color{darkgreen}\begin{verbatim}
+\setcounter{page}{0}
+\addtocounter{page}{10}
+ \end{verbatim}}
+
+ Output counter content: This is page \thepage .\\
+ {\color{darkgreen}\verb+This is page \thepage .+}
+\end{frame}
+
+\subsection{Distances}
+
+\begin{frame}[fragile]
+ \frametitle{Horizontal distance}
+ Here we have \hspace{2cm} \SI{2}{cm} distance.
+
+ {\color{darkgreen}\begin{verbatim}
+Here we have \hspace{2cm} \SI{2}{cm} distance.
+ \end{verbatim}}
+
+ left\hfill right
+ {\color{darkgreen}\begin{verbatim}
+left\hfill right
+ \end{verbatim}}
+ \begin{tabbing}
+ \texttt{xenspace}\qquad \= \kill
+ {\color{darkgreen}\verb|\,|} \> very small distance \\
+ {\color{darkgreen}\verb|\enspace|} \> as wide as a number \\
+ {\color{darkgreen}\verb|\quad|} \> as wide as a letter is heigh \\
+ {\color{darkgreen}\verb|\qquad|} \> twice as wide as \verb|\quad| \\
+ {\color{darkgreen}\verb|\hfill|} \> a distance that can expand from 0\\
+ \> to $\infty$ \\
+ \end{tabbing}
+\end{frame}
+
+\begin{frame}[fragile]
+ \frametitle{Vertical distance}
+ Here
+
+ \vspace{2cm}
+
+ is \SI{2}{cm} distance.
+ {\color{darkgreen}\begin{verbatim}
+Here
+
+\vspace{2cm}
+
+is \SI{2}{cm} distance.
+ \end{verbatim}}
+
+ \begin{tabbing}
+ \texttt{xsmallskip}\qquad \= \kill
+ {\color{darkgreen}\verb|\smallskip|} \> about $1/4$ line \\
+ {\color{darkgreen}\verb|\medskip|} \> about $1/2$ line \\
+ {\color{darkgreen}\verb|\bigskip|} \> about 1 line \\
+ {\color{darkgreen}\verb|\vfill|} \> distance that can expand from 0\\
+ \> to $\infty$ \\
+ \end{tabbing}
+\end{frame}
+
+\subsection{Text position}
+
+\begin{frame}[fragile]
+ \frametitle{Centering text}
+ \begin{center}
+ In\\
+ the\\
+ middle I don't\\
+ feel\\
+ so marginalized\\
+ \end{center}
+ {\color{darkgreen}\begin{verbatim}
+\begin{center}
+ In\\
+ the\\
+ middle I don't\\
+ feel\\
+ so marginalized\\
+\end{center}
+ \end{verbatim}}
+\end{frame}
+
+\begin{frame}[fragile]
+ \frametitle{Flushright text}
+ \begin{flushright}
+ This is not a political statement
+ \end{flushright}
+ {\color{darkgreen}\begin{verbatim}
+\begin{flushright}
+ This is not a political statement
+\end{flushright}
+ \end{verbatim}}
+\end{frame}
+
+\section{Specialties}
+
+\subsection{The index}
+
+\begin{frame}[fragile]
+ \frametitle{Indexing commands}
+ \begin{description}
+ \item[simple]{\color{darkgreen}\verb+gnat\index{gnat}+}
+ \item[subtopics]{\color{darkgreen}\verb+gnat\index{gnat!size of}+}
+ \item[page range]{\color{darkgreen}\verb+\index{gnat|(}...\index{gnat|)}+}
+ \item[reference]{\color{darkgreen}\verb+\index{gnat|see{mosquito}}+}
+ \item[font]{\color{darkgreen}\verb+gnat\index{gnat@\textit{gnat}}+}
+ \end{description}
+ After first \LaTeX\ run, start \alert{makeindx} to sort the index.
+\end{frame}
+
+\subsection{List of acronyms}
+
+\begin{frame}[fragile]
+ \frametitle{Acronyms}
+ Assume the following list of acronyms:
+ {\color{darkgreen}\begin{verbatim}
+\begin{acronym}
+ \acro{nfkb}[NF-$\upkappa$B]{nuclear factor
+ $\upkappa$B}, protein in gene regulation
+\end{acronym}
+ \end{verbatim}}
+ This will print as\\
+ NF-$\upkappa$B: nuclear factor $\upkappa$B, protein in gene regulation
+
+ Then
+ \begin{description}
+ \item[{\color{darkgreen}$\backslash$acf\{nfkb\}}]{nuclear factor $\upkappa$B (NF-$\upkappa$B)}
+ \item[{\color{darkgreen}$\backslash$acs\{nfkb\}}]{NF-$\upkappa$B}
+ \item[{\color{darkgreen}$\backslash$acl\{nfkb\}}]{nuclear factor $\upkappa$B}
+ \end{description}
+\end{frame}
+
+\subsection{Bibliography}
+
+\begin{frame}[fragile]
+ \frametitle{BibTeX}
+ Database for literature references in ASCII-format. Can be
+ produced from many programs like EndNote, also from PubMed etc.
+ {\color{darkgreen}\small \begin{verbatim}
+@article{Alb-76,
+ AUTHOR= {W.J. Albery and J.R. Knowles},
+ TITLE= {Evolution of enzyme function and the
+ development of catalytic efficiency},
+ JOURNAL= {Biochemistry},
+ VOLUME= {15},
+ YEAR= {1976},
+ PAGES= {5631-5640},
+ ABSTRACT= {Catalytic efficiency constant kcat/Km
+ defined },
+ DOI= {10.1021/bi00670a032},
+ LANGUAGE= {engl}
+}
+ \end{verbatim} }
+ Similar for books, chapters, reports, thesis etc. In the text
+ use {\color{darkgreen}$\backslash$cite\{Alb-76\}}. After first \LaTeX
+ -run start \alert{bibtex} to create the bibliography.
+\end{frame}
+
+\subsection{Slide presentations}
+
+\begin{frame}
+ \frametitle{Beamer-slides}
+ {\color{darkgreen}$\backslash$begin\{frame\} \\
+ \hspace{2em}$\backslash$frametitle\{\} \\
+ \hspace{2em}... \\
+ $\backslash$end\{frame\}}
+\end{frame}
+
+\subsection{TeX-ing}
+
+\begin{frame}
+ \frametitle{\TeX ing}
+ Always use the sequence:
+ \begin{description}
+ \item[\LaTeX]{produces the necessary intermediate
+ files}
+ \item[makeindx]{sort the index}
+ \item[bibtex]{create the bibliography}
+ \item[\LaTeX]{include bibliography and index, resolve
+ cross-references}
+ \item[\LaTeX]{resolve remaining cross-references}
+ \end{description}
+ Note: using pdf\LaTeX\ instead of \LaTeX\ produces pdf-files
+ directly.
+\end{frame}
+
+\section{The departmental handout}
+
+\begin{frame}[fragile]
+ \frametitle{Packets used in dept. handout}
+ \begin{tabular}{lp{0.6\textwidth}}
+ makeidx & index generation \\
+ natbib & clean handling of bibliography \\
+ siunitx & \verb+\SI{}{}, \num{}, \ang{}+ \\
+ acronym & administration of acronyms \\
+ isotope & \verb+\isotope[13]{C}+ = \isotope[13]{C} \\
+ graphicx & inclusion of diagrams \\
+ color & colored text \\
+ amsmath & math fonts and characters \\
+ eufrak & font for arrays + vectors \\
+ textcomp & special characters \\
+ wasysym,marvosym, & special symbols like \male , \female \\
+ chemarrow & various types of arrows for equations \\
+ upgreek & \verb+$\upalpha$+ = $\upalpha$ instead of $\alpha$ \\
+ thumb & chapter thumbs \\
+ isodate & standard conform typesetting of dates \\
+ hyperref & use of cross-referencing facilities of pdf\\
+ \end{tabular}
+\end{frame}
+
+\begin{frame}[fragile]
+ \frametitle{Getting consistent output}
+ \begin{itemize}
+ \item{{\color{darkgreen}$\backslash$chemical\{CH\_2$\backslash$double
+ CH$\backslash$single OH\}} = \chemical{CH_2\double
+ CH\single OH} }
+ \item{{\color{darkgreen}$\backslash$ph} = \ph , similar for
+ {\color{darkgreen}$\backslash$pkw, $\backslash$pka, $\backslash$poh,
+ $\backslash$pI}}
+ \item{{\color{darkgreen}$\backslash$Name\{Maude Leonora Menten\}} =
+ \textsc{Maude Leonora Menten}}
+ \item{{\color{darkgreen}$\backslash$skalar\{x\}} = $x$, similar for
+ {\color{darkgreen}$\backslash$array, $\backslash$vektor,
+ $\backslash$set}. Note the list of variables used in
+ the appendix.}
+ \item{{\color{darkgreen}$\backslash$SI\{1\}\{cm\}} =
+ \SI{1}{cm},
+ {\color{darkgreen}$\backslash$num\{10000\}} =
+ \num{10000},
+ {\color{darkgreen}$\backslash$ang\{1;2;3\}} =
+ \ang{1;2;3}.}
+ \end{itemize}
+\end{frame}
+
+\end{document}
diff --git a/Master/texmf-doc/doc/english/latex-course/LaTeX-course.prj b/Master/texmf-doc/doc/english/latex-course/LaTeX-course.prj
new file mode 100644
index 00000000000..7a28e534bc9
--- /dev/null
+++ b/Master/texmf-doc/doc/english/latex-course/LaTeX-course.prj
@@ -0,0 +1,266 @@
+275 Patch Control
+
+0
+0
+1
+LaTeX-Course.tex
+83
+2
+0
+
+
+
+
+
+
+LaTeX-Course.tex
+TeX:US
+403714043 0 40 7 40 11 44 44 796 414 0 102 374 -1 -1 0 0 -1 -1 -1 -1 1 0 11 40 0
+F:\My Documents\LokalTeXmf\tex\inserts
+TeX
+1060859 2 10 16 10 11 66 66 910 474 0 102 170 -1 -1 0 0 15 0 0 15 1 0 11 10 0
+X:\Biochem\Handouts\23_Integration.inc.tex
+TeX:US
+269496315 0 901 46 901 41 0 0 774 335 0 342 136 -1 -1 0 0 17 0 0 17 1 0 41 901 0
+X:\Biochem\Handouts\title.inc.tex
+TeX
+1060859 0 0 1 0 1 88 88 862 404 0 22 0 -1 -1 0 0 11 0 0 11 1 0 1 0 0
+X:\Biochem\Handouts\Thermodynamics.inc.tex
+TeX:US
+1060859 2 319 35 319 33 66 66 840 382 0 278 204 -1 -1 0 0 17 0 0 17 1 0 33 319 0
+X:\Biochem\Handouts\Proteins.inc.tex
+TeX:US
+1060859 2 756 52 756 48 44 44 818 360 0 398 136 -1 -1 0 0 17 0 0 17 1 0 48 756 0
+X:\Biochem\Handouts\Periodensystem.tex
+TeX
+1060859 0 0 1 0 1 22 22 796 338 0 22 0 -1 -1 0 0 1 0 0 1 1 0 1 0 0
+X:\Biochem\Handouts\Handout.tex
+TeX:UK
+1060859 2 51 15 51 13 0 0 774 316 0 118 204 -1 -1 0 0 17 0 0 17 1 0 13 51 0
+X:\Biochem\Handouts\Appendix.tex
+TeX:UK
+1060859 2 43 7 43 1 154 154 928 470 0 22 187 -1 -1 0 0 17 0 0 17 1 0 1 43 0
+F:\My Documents\Handouts\References.bib
+BibTeX
+1049586 1 42 7 42 13 44 44 840 363 0 118 102 -1 -1 0 0 14 0 0 14 1 0 13 42 0
+X:\Biochem\Handouts\Appendix.inc.tex
+TeX:UK
+1060859 2 62 12 62 8 132 132 906 448 0 78 204 -1 -1 0 0 17 0 0 17 1 0 8 62 0
+X:\Biochem\Handouts\Adv-DNA-Tech.inc.tex
+TeX:US
+1060859 0 0 1 0 1 110 110 884 426 0 22 0 -1 -1 0 0 17 0 0 17 1 0 1 0 0
+X:\Biochem\Handouts\acronyms.inc.tex
+TeX:US
+1060858 5 168 29 168 30 88 88 862 423 0 254 204 -1 -1 0 0 17 0 0 17 1 0 30 168 0
+X:\Biochem\Handouts\26_Population.inc.tex
+TeX:US
+1060859 3 355 1 336 1 66 66 840 401 0 22 136 -1 -1 0 0 17 0 0 17 1 0 1 336 0
+X:\Biochem\Handouts\25_Multifactorial.inc.tex
+TeX:US
+1060859 3 61 1 55 1 44 44 818 379 0 22 136 -1 -1 0 0 17 0 0 17 1 0 1 55 0
+X:\Biochem\Handouts\24_Ig_Proteins_Genetics.inc.tex
+TeX:US
+1060859 2 95 34 95 31 22 22 796 357 0 262 136 -1 -1 0 0 17 0 0 17 1 0 31 95 0
+X:\Biochem\Handouts\22_Heme.inc.tex
+TeX:US
+1060859 3 16 1 10 1 154 154 928 489 0 22 136 -1 -1 0 0 17 0 0 17 1 0 1 10 0
+X:\Biochem\Handouts\References.bib
+BibTeX
+1049586 0 57 34 61 121 44 44 840 363 0 894 187 -1 -1 0 0 14 0 0 14 1 0 121 61 0
+X:\Biochem\Handouts\21_AminoAcids.inc.tex
+TeX:US
+1060859 0 860 16 860 21 132 132 906 467 0 182 136 -1 -1 0 0 17 0 0 17 1 0 21 860 0
+X:\Biochem\Handouts\20_Nutr_LifeCycle.inc.tex
+TeX:US
+1060859 0 0 1 0 1 110 110 884 464 0 22 0 -1 -1 0 0 17 0 0 17 1 0 1 0 0
+X:\Biochem\Handouts\19_Nutr_Mgt.inc.tex
+TeX:US
+1060859 0 0 1 0 1 88 88 862 442 0 22 0 -1 -1 0 0 17 0 0 17 1 0 1 0 0
+X:\Biochem\Handouts\18_CellCycle_Cancer.inc.tex
+TeX:US
+1060859 2 199 75 199 72 66 66 840 420 0 590 153 -1 -1 0 0 17 0 0 17 1 0 72 199 0
+X:\Biochem\Handouts\17_Micronutrients.inc.tex
+TeX:US
+1060859 0 0 1 0 1 44 44 818 398 0 22 0 -1 -1 0 0 17 0 0 17 1 0 1 0 0
+X:\Biochem\Handouts\16_Lipid_Metab.inc.tex
+TeX:US
+1060859 0 319 40 318 18 22 22 796 376 0 158 136 -1 -1 0 0 17 0 0 17 1 0 18 318 0
+X:\Biochem\Handouts\15_Carbo_Metab.inc.tex
+TeX:US
+1060859 0 0 1 0 1 0 0 774 354 0 22 0 -1 -1 0 0 17 0 0 17 1 0 1 0 0
+X:\Biochem\Handouts\14_Digestion.inc.tex
+TeX:US
+1060859 0 0 1 0 1 154 154 928 508 0 22 0 -1 -1 0 0 17 0 0 17 1 0 1 0 0
+X:\Biochem\Handouts\13_Coagulation.inc.tex
+TeX:US
+1060859 0 0 1 0 1 132 132 906 505 0 22 0 -1 -1 0 0 17 0 0 17 1 0 1 0 0
+X:\Biochem\Handouts\12_SingleGenes.inc.tex
+TeX:US
+1060859 0 0 1 0 1 110 110 884 483 0 22 0 -1 -1 0 0 17 0 0 17 1 0 1 0 0
+X:\Biochem\Handouts\11_Glycolysis_OxPhos.inc.tex
+TeX:US
+1060859 0 0 1 0 1 88 88 862 461 0 22 0 -1 -1 0 0 17 0 0 17 1 0 1 0 0
+X:\Biochem\Handouts\10_Blood_Groups_Hb.inc.tex
+TeX:US
+1060859 0 0 1 0 1 66 66 840 439 0 22 0 -1 -1 0 0 17 0 0 17 1 0 1 0 0
+X:\Biochem\Handouts\09_PlasmaProteins.inc.tex
+TeX:US
+1060859 0 0 1 0 1 44 44 818 417 0 22 0 -1 -1 0 0 21 0 0 21 1 0 1 0 0
+X:\Biochem\Handouts\08_Hormone_Biochemistry.inc.tex
+TeX:US
+1060859 0 0 1 0 1 22 22 796 395 0 22 0 -1 -1 0 0 17 0 0 17 1 0 1 0 0
+X:\Biochem\Handouts\07_Mendelian_Inh.inc.tex
+TeX:US
+1060859 0 37 31 37 31 110 110 862 480 0 262 204 -1 -1 0 0 17 0 0 17 1 0 31 37 0
+X:\Biochem\Handouts\06_Methods_Mol_Biol.inc.tex
+TeX:US
+1060859 0 0 1 0 1 88 88 840 458 0 22 0 -1 -1 0 0 17 0 0 17 1 0 1 0 0
+X:\Biochem\Handouts\05_Chrom_Abr.inc.tex
+TeX:US
+1060859 2 8 16 8 11 66 66 818 436 0 102 136 -1 -1 0 0 17 0 0 17 1 0 11 8 0
+X:\Biochem\Handouts\04_Human_Genome_Mutations.inc.tex
+TeX:US
+1060859 0 0 1 0 1 44 44 796 414 0 22 0 -1 -1 0 0 17 0 0 17 1 0 1 0 0
+X:\Biochem\Handouts\03_DNA_GeneExpr.inc.tex
+TeX:US
+1060859 2 247 54 247 52 22 22 774 392 0 430 153 -1 -1 0 0 17 0 0 17 1 0 52 247 0
+X:\Biochem\Handouts\02_Enzymes.inc.tex
+TeX:US
+1060859 0 0 1 0 1 0 0 752 370 0 22 0 -1 -1 0 0 17 0 0 17 1 0 1 0 0
+X:\Biochem\Handouts\01_IntroBiomol.inc.tex
+TeX:US
+1060859 0 0 1 0 1 176 176 928 546 0 22 0 -1 -1 0 0 17 0 0 17 1 0 1 0 0
+X:\Biochem\Handouts\Handout.ind
+DATA
+273678578 7 1875 3 1875 8 66 66 906 275 1 126 136 -1 -1 0 0 17 0 0 17 1 0 8 1875 0
+F:\My Documents\Handouts\acronyms.inc.tex
+TeX:US
+269496314 5 168 29 168 30 88 88 862 423 0 254 204 -1 -1 0 0 17 0 0 17 1 0 30 168 0
+F:\My Documents\Handouts\23_Integration.inc.tex
+TeX:US
+269496315 0 131 19 136 27 0 0 774 335 0 230 170 -1 -1 0 0 17 0 0 17 1 0 27 136 0
+F:\My Documents\teaching\Ross Vortraege\Metabolic-Integration\Metabolic-Integration.tex
+TeX:US
+269496315 1 948 17 965 14 132 132 928 451 0 126 353 -1 -1 0 0 -1 -1 -1 -1 1 0 14 965 0
+X:\Biochem\Handouts\wellcome.inc.tex
+TeX
+1060859 0 0 1 0 1 110 110 884 426 0 22 0 -1 -1 0 0 18 0 0 18 1 0 1 0 0
+F:\My Documents\Book-1\references.bib
+BibTeX
+269485042 2 2775 414 2775 405 110 110 954 518 0 894 238 -1 -1 0 0 17 0 0 17 1 0 405 2775 0
+F:\My Documents\teaching\zu betellende literatur.txt
+ASCII
+5252986 2 18 9 18 4 0 0 844 370 0 46 238 -1 -1 0 0 16 0 0 16 1 0 4 18 0
+F:\My Documents\Book-2\validation.inc.tex
+TeX:UK
+1060859 5 45 33 45 32 110 110 926 470 0 270 187 -1 -1 0 0 17 0 0 17 1 0 32 45 0
+F:\My Documents\Book-2\theory.inc.tex
+TeX:UK
+1060859 0 55 31 55 31 88 88 904 448 0 262 102 -1 -1 0 0 17 0 0 17 1 0 31 55 0
+F:\My Documents\Book-2\sequencing.inc.tex
+TeX:UK
+1060859 0 215 81 215 27 66 66 882 426 0 230 170 -1 -1 0 0 17 0 0 17 1 0 27 215 0
+F:\My Documents\Book-2\secondary.inc.tex
+TeX:UK
+1060859 2 869 16 869 13 44 44 860 423 0 118 153 -1 -1 0 0 17 0 0 17 1 0 13 869 0
+F:\My Documents\teaching\Ross Vortraege\Proteins\Proteins.tex
+TeX:US
+1060859 2 876 29 876 14 66 66 882 464 0 126 170 -1 -1 0 0 17 0 0 17 1 0 14 876 0
+F:\My Documents\Book-2\purification.inc.tex
+TeX:UK
+1060859 0 1380 15 1380 17 22 22 838 401 0 150 255 -1 -1 0 0 17 0 0 17 1 0 17 1380 0
+F:\My Documents\Book-2\practice.inc.tex
+TeX
+1060859 0 0 1 0 1 0 0 816 379 0 22 0 -1 -1 0 0 26 0 0 26 1 0 1 0 0
+F:\My Documents\Book-2\optical.inc.tex
+TeX:UK
+1060859 0 893 36 901 12 176 176 992 555 0 110 272 -1 -1 0 0 17 0 0 17 1 0 12 901 0
+F:\My Documents\Book-2\non-equillibrium.inc.tex
+TeX:UK
+1060859 2 421 696 421 688 154 154 970 533 0 894 340 -1 -1 0 0 17 0 0 17 1 0 688 421 0
+F:\My Documents\Book-2\molecule-data.tex
+TeX
+1060859 0 0 1 0 1 132 132 948 511 0 22 0 -1 -1 0 0 26 0 0 26 1 0 1 0 0
+F:\My Documents\Book-2\Modification.inc.tex
+TeX:UK
+1060859 2 285 50 285 47 110 110 926 489 0 390 238 -1 -1 0 0 17 0 0 17 1 0 47 285 0
+F:\My Documents\Book-2\microscope.inc.tex
+TeX:UK
+1060859 2 407 74 407 66 88 88 904 467 0 542 272 -1 -1 0 0 17 0 0 17 1 0 66 407 0
+F:\My Documents\Book-2\isotopes.inc.tex
+TeX:UK
+1060859 3 67 1 58 1 66 66 882 445 0 22 51 -1 -1 0 0 17 0 0 17 1 0 1 58 0
+F:\My Documents\Book-2\Isotope-effects.inc.tex
+TeX:UK
+1060859 2 68 29 68 27 44 44 860 442 0 230 170 -1 -1 0 0 17 0 0 17 1 0 27 68 0
+F:\My Documents\Book-2\folding.inc.tex
+TeX:UK
+1060859 2 20 24 20 19 0 0 816 398 0 166 170 -1 -1 0 0 17 0 0 17 1 0 19 20 0
+F:\My Documents\Book-2\interaction.inc.tex
+TeX:UK
+1060859 2 397 33 397 30 22 22 838 420 0 254 238 -1 -1 0 0 1 14 14 1 1 0 30 397 0
+F:\My Documents\Book-2\electrophoresis.inc.tex
+TeX:UK
+1060859 5 615 43 615 44 176 176 992 574 0 366 255 -1 -1 0 0 17 0 0 17 1 0 44 615 0
+F:\My Documents\Book-2\electromagnetic.inc.tex
+TeX:UK
+1060859 2 144 34 144 27 154 154 970 552 0 230 221 -1 -1 0 0 17 0 0 17 1 0 27 144 0
+F:\My Documents\Book-2\cell-culture.inc.tex
+TeX:UK
+1060859 2 60 47 60 43 132 132 948 530 0 358 170 -1 -1 0 0 17 0 0 17 1 0 43 60 0
+F:\My Documents\Book-2\Buffer-Properties.inc.tex
+TeX
+1060859 2 3 51 3 48 110 110 926 508 0 398 51 -1 -1 0 0 29 0 0 29 1 0 48 3 0
+F:\My Documents\Book-2\book2.tex
+TeX:UK
+135278587 0 174 5 174 10 88 88 904 486 0 94 255 -1 -1 0 0 17 0 0 17 1 0 10 174 0
+F:\My Documents\Book-2\analytical.inc.tex
+TeX:UK
+1060859 0 890 37 890 38 66 66 882 464 0 318 170 -1 -1 0 0 17 0 0 17 1 0 38 890 0
+F:\My Documents\Book-2\acronyms.inc.tex
+TeX:UK
+1060858 2 155 33 155 31 44 44 860 442 0 262 238 -1 -1 0 0 17 0 0 17 1 0 31 155 0
+C:\Program Files\MiKTeX 2.7\tex\latex\acronym\udacpt01.tex
+TeX
+269496315 1 16 13 16 21 44 44 818 398 0 182 272 -1 -1 0 0 -1 -1 -1 -1 1 0 21 16 0
+F:\My Documents\AlteArbeiten\kuwait\hsc70-grant\methods\hsc70-methods.tex
+TeX
+269496315 1 407 39 408 30 154 154 928 508 0 254 102 -1 -1 0 0 -1 -1 -1 -1 1 0 30 408 0
+F:\My Documents\Book-2\book2.log
+DATA
+307233010 0 0 1 0 1 44 44 818 400 1 70 0 -1 -1 0 0 -1 -1 -1 -1 1 0 1 0 0
+F:\My Documents\Curriculum\Course-eval AICM.txt
+ASCII
+273688443 0 0 1 0 1 44 44 818 400 0 22 0 -1 -1 0 0 -1 -1 -1 -1 1 0 1 0 0
+F:\My Documents\TeX-Files\2007\private-letter-Dominica.lco
+TeX
+269496315 0 0 1 0 1 132 132 948 492 1 78 -305 -1 -1 0 0 -1 -1 -1 -1 1 0 1 0 0
+F:\My Documents\Book-1\book.tex
+TeX:UK
+269496315 1 47 1 48 1 132 132 948 530 0 22 256 -1 -1 0 0 17 0 0 17 1 0 1 48 0
+F:\My Documents\Book-1\enzyme-mechanism.inc.tex
+TeX:UK
+269496315 0 208 1 205 1 66 66 910 474 0 22 166 -1 -1 0 0 17 0 0 17 1 0 1 205 0
+F:\My Documents\teaching\Ross Vortraege\Endoxydation\Endoxidation.tex
+TeX:UK
+269496315 1 117 1 118 1 132 132 976 540 0 22 171 -1 -1 0 0 -1 -1 -1 -1 1 0 1 118 0
+F:\My Documents\Book-1\enzyme-kinetics.inc.tex
+TeX:UK
+269496315 0 233 3 236 16 66 66 910 474 0 142 2104 -1 -1 0 0 17 0 0 17 1 0 16 236 0
+F:\My Documents\Book-1\enzyme-inhibition.inc.tex
+TeX:UK
+269496315 1 234 1 237 1 88 88 932 496 0 22 358 -1 -1 0 0 17 0 0 17 1 0 1 237 0
+F:\My Documents\teaching\Ross Vortraege\Aminoacid-metabolism\gnuplot\dri.plt
+DATA
+273678578 0 0 1 10 15 154 154 998 562 1 190 103 -1 -1 0 0 39 0 0 39 1 0 15 10 0
+F:\My Documents\teaching\Ross Vortraege\Metabolic-Integration\Questions.tex
+TeX:US
+269496315 0 0 1 25 15 110 110 954 518 0 134 426 -1 -1 0 0 -1 -1 -1 -1 1 0 15 25 0
+F:\My Documents\teaching\Ross Vortraege\Immunogenetics\ImmunoGenetics.tex
+TeX:US
+269496315 1 0 1 30 1 44 44 888 452 0 22 511 -1 -1 0 0 -1 -1 -1 -1 1 0 1 30 0
+F:\My Documents\teaching\Ross Vortraege\Aminoacid-metabolism\Aminoacid-Metabolism.tex
+TeX:UK
+269496315 0 0 1 0 1 22 22 866 430 0 22 1 -1 -1 0 0 -1 -1 -1 -1 1 0 1 0 0
+
+*LaTeX-Course.tex
diff --git a/Master/texmf-doc/doc/english/latex-course/README b/Master/texmf-doc/doc/english/latex-course/README
new file mode 100644
index 00000000000..0dce4cff59c
--- /dev/null
+++ b/Master/texmf-doc/doc/english/latex-course/README
@@ -0,0 +1,6 @@
+LaTeX course is a brief, Beamer-based slide presentation on LaTeX, based
+on the CTAN/info/german/tex-kurs by Rainer Rupprecht (1988), which I have
+translated to English and taken to LaTeX2e/Beamer. Additional info from
+the CTAN/info/lshort/german/l2kurz introduction to LaTeX by Schmidt et al.
+
+This material may be used under Gnu Copyleft.
diff --git a/Master/texmf-doc/doc/english/latex-course/beamercolorthemeross.sty b/Master/texmf-doc/doc/english/latex-course/beamercolorthemeross.sty
new file mode 100644
index 00000000000..9134961a679
--- /dev/null
+++ b/Master/texmf-doc/doc/english/latex-course/beamercolorthemeross.sty
@@ -0,0 +1,76 @@
+% Copyright 2008 by Dr Engelbert Buxbaum <engelbert_buxbaum@web.de>
+%
+% This file may be distributed and/or modified
+%
+% 1. under the LaTeX Project Public License and/or
+% 2. under the GNU Public License.
+%
+% See the file doc/licenses/LICENSE for more details.
+
+\ProvidesPackageRCS $Header: /cvsroot/latex-beamer/latex-beamer/themes/color/beamercolorthemeross.sty,v 1.0 2008/04/09 11:00 Buxbaum Exp $
+
+\mode<presentation>
+
+\definecolor{darkross}{rgb}{0.008,0.412,0.471}
+\definecolor{middleross}{rgb}{0.012,0.580,0.663}
+\definecolor{lightross}{rgb}{0.016,0.749,0.855}
+\definecolor{darkblue}{rgb}{0.067,0.008,0.471}
+\definecolor{middleblue}{rgb}{0.094,0.012,0.663}
+\definecolor{lightblue}{rgb}{0.122,0.016,0.855}
+\definecolor{darkpurple}{rgb}{0.471,0.008,0.412}
+\definecolor{middlepurple}{rgb}{0.663,0.012,0.580}
+\definecolor{lightpurple}{rgb}{0.855,0.016,0.749}
+\definecolor{darkbrown}{rgb}{0.471,0.067,0.008}
+\definecolor{middlebrown}{rgb}{0.663,0.094,0.012}
+\definecolor{lightbrown}{rgb}{0.855,0.122,0.016}
+\definecolor{darkolive}{rgb}{0.412,0.471,0.008}
+\definecolor{middleolive}{rgb}{0.580,0.663,0.012}
+\definecolor{lightolive}{rgb}{0.749,0.855,0.016}
+\definecolor{darkgreen}{rgb}{0.008,0.417,0.067}
+\definecolor{middlegreen}{rgb}{0.012,0.663,0.094}
+\definecolor{lightgreen}{rgb}{0.016,0.855,0.122}
+\definecolor{darkocre}{rgb}{0.471,0.298,0.008}
+\definecolor{middleocre}{rgb}{0.663,0.420,0.012}
+\definecolor{lightocre}{rgb}{0.855,0.541,0.016}
+
+\setbeamercolor{normal text}{fg=black,bg=white}
+\setbeamercolor{structure}{fg=darkross}
+\setbeamercolor{local structure}{parent=structure}
+
+\setbeamercolor{alerted text}{fg=middlebrown}
+\setbeamercolor{example text}{fg=darkgreen}
+\setbeamercolor{math text}{fg=black}
+
+\setbeamercolor*{palette primary}{fg=darkross,bg=lightross}
+\setbeamercolor*{palette secondary}{fg=darkbrown,bg=lightbrown}
+\setbeamercolor*{palette tertiary}{fg=darkpurple,bg=lightpurple}
+\setbeamercolor*{palette quaternary}{fg=darkgreen,bg=lightgreen}
+
+\setbeamercolor*{palette sidebar primary}{fg=darkross,bg=lightross}
+\setbeamercolor*{palette sidebar secondary}{fg=middleblue,bg=lightblue}
+\setbeamercolor*{palette sidebar tertiary}{fg=darkpurple,bg=lightpurple}
+\setbeamercolor*{palette sidebar quaternary}{fg=darkgreen,bg=lightgreen}
+
+\setbeamercolor{block title}{use=structure,fg=white,bg=structure.fg!75!black}
+\setbeamercolor{block title alerted}{use=alerted text,fg=white,bg=alerted text.fg!75!black}
+\setbeamercolor{block title example}{use=example text,fg=white,bg=example text.fg!75!black}
+
+\setbeamercolor{block body}{parent=normal text,use=block title,bg=block title.bg!10!bg}
+\setbeamercolor{block body alerted}{parent=normal text,use=block title alerted,bg=block title alerted.bg!10!bg}
+\setbeamercolor{block body example}{parent=normal text,use=block title example,bg=block title example.bg!10!bg}
+
+\setbeamercolor*{titlelike}{parent=palette primary}
+\setbeamercolor*{sidebar}{parent=palette sidebar primary}
+\setbeamercolor{title}{bg=white}
+\setbeamercolor{author in sidebar}{fg=darkross}
+\setbeamercolor{title in sidebar}{fg=darkross}
+\setbeamercolor{section in sidebar}{parent=palette sidebar primary}
+\setbeamercolor{section in sidebar shaded}{use=section in sidebar,fg=section in sidebar.fg!40!bg}
+\setbeamercolor{subsection in sidebar}{parent=palette sidebar primary}
+\setbeamercolor{subsection in sidebar shaded}{use=subsection in sidebar,fg=subsection in sidebar.fg!40!bg}
+\setbeamercolor{frametitle}{bg=white}
+
+\setbeamercolor*{separation line}{}
+\setbeamercolor*{fine separation line}{}
+
+\mode<all>
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds
index b068762e573..feb325b1778 100755
--- a/Master/tlpkg/bin/ctan2tds
+++ b/Master/tlpkg/bin/ctan2tds
@@ -899,6 +899,7 @@ $standardtex='\.cfg|\.sty|\.clo|\.ldf|\.cls|\.def|\.fd$|\.cmap|\.4ht$';
'kastrup', 'binhex.tex|' . $standardtex,
'keystroke', 'keystroke_.*|\.sty',
'kuvio', '\.tex|\.sty',
+ 'latex-course','NULL', # keep doc together
'lettre', '\.ins|\.cls',
'manjutex', '\.sty|\.clo|\.ldf|\.cls|\.def|\.fd$|manju.tex',
'mathdots', 'mathdots\.tex|' . $standardtex,
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index 8ba2f333ae9..b968baa6f11 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -110,7 +110,7 @@ my @WorkingTLP = qw(
kalender kastrup kerkis kerntest keystroke koma-script kpfonts
l2picfaq l2tabu-english l2tabu-spanish
labbook labelcas labels lastpage
- latex latex2e-help-texinfo latex-tds latexmp
+ latex latex2e-help-texinfo latex-course latex-tds latexmp
layouts lcd lcg lcyw leading leaflet ledmac leftidx lettrine
lewis lfb lgreek lh
libertine limap linearA lineno linguex
diff --git a/Master/tlpkg/tlpsrc/collection-documentation-english.tlpsrc b/Master/tlpkg/tlpsrc/collection-documentation-english.tlpsrc
index 984e7fc562c..8e598e21995 100644
--- a/Master/tlpkg/tlpsrc/collection-documentation-english.tlpsrc
+++ b/Master/tlpkg/tlpsrc/collection-documentation-english.tlpsrc
@@ -18,6 +18,7 @@ depend impatient
depend knuth
depend l2tabu-english
depend latex2e-help-texinfo
+depend latex-course
depend latex-graphics-companion
depend latex-web-companion
depend lshort-english
diff --git a/Master/tlpkg/tlpsrc/latex-course.tlpsrc b/Master/tlpkg/tlpsrc/latex-course.tlpsrc
new file mode 100644
index 00000000000..c5dff780c0b
--- /dev/null
+++ b/Master/tlpkg/tlpsrc/latex-course.tlpsrc
@@ -0,0 +1,2 @@
+name latex-course
+category Documentation