summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-course
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-02-25 23:47:01 +0000
committerKarl Berry <karl@freefriends.org>2012-02-25 23:47:01 +0000
commitcf14f5105f11423b57d40e15b2fe1f14cfa195d0 (patch)
tree3800c916433f6a5282633c2bb20ea55e54e7a069 /Master/texmf-dist/doc/latex/latex-course
parent77419f835b1e89fb4ae178892165e782ffeb84bc (diff)
latex-course (25feb12)
git-svn-id: svn://tug.org/texlive/trunk@25505 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-course')
-rw-r--r--Master/texmf-dist/doc/latex/latex-course/Graphics/30th-Anniversary-logo.pngbin304481 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/latex/latex-course/Graphics/Ross-Siegel.pngbin212484 -> 236199 bytes
-rw-r--r--Master/texmf-dist/doc/latex/latex-course/Graphics/Thumbs.dbbin0 -> 18944 bytes
-rw-r--r--Master/texmf-dist/doc/latex/latex-course/LaTeX-Course.pdfbin865289 -> 625356 bytes
-rw-r--r--Master/texmf-dist/doc/latex/latex-course/LaTeX-Course.tex108
-rw-r--r--Master/texmf-dist/doc/latex/latex-course/LaTeX-course.prj271
-rw-r--r--Master/texmf-dist/doc/latex/latex-course/README13
-rw-r--r--Master/texmf-dist/doc/latex/latex-course/beamercolorthemeross.sty50
8 files changed, 105 insertions, 337 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-course/Graphics/30th-Anniversary-logo.png b/Master/texmf-dist/doc/latex/latex-course/Graphics/30th-Anniversary-logo.png
deleted file mode 100644
index 6c3e0b8b9bf..00000000000
--- a/Master/texmf-dist/doc/latex/latex-course/Graphics/30th-Anniversary-logo.png
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/latex-course/Graphics/Ross-Siegel.png b/Master/texmf-dist/doc/latex/latex-course/Graphics/Ross-Siegel.png
index 7e2ab3de472..205e252883b 100644
--- a/Master/texmf-dist/doc/latex/latex-course/Graphics/Ross-Siegel.png
+++ b/Master/texmf-dist/doc/latex/latex-course/Graphics/Ross-Siegel.png
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/latex-course/Graphics/Thumbs.db b/Master/texmf-dist/doc/latex/latex-course/Graphics/Thumbs.db
new file mode 100644
index 00000000000..ba1cd463945
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/latex-course/Graphics/Thumbs.db
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/latex-course/LaTeX-Course.pdf b/Master/texmf-dist/doc/latex/latex-course/LaTeX-Course.pdf
index 2fa075e51e1..e04dc409a13 100644
--- a/Master/texmf-dist/doc/latex/latex-course/LaTeX-Course.pdf
+++ b/Master/texmf-dist/doc/latex/latex-course/LaTeX-Course.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/latex-course/LaTeX-Course.tex b/Master/texmf-dist/doc/latex/latex-course/LaTeX-Course.tex
index 6b2504cda9a..6143d082423 100644
--- a/Master/texmf-dist/doc/latex/latex-course/LaTeX-Course.tex
+++ b/Master/texmf-dist/doc/latex/latex-course/LaTeX-Course.tex
@@ -1,16 +1,16 @@
% -*- TeX:US -*-
\NeedsTeXFormat{LaTeX2e}
-\documentclass[presentation,hideothersubsections,final,10pt]{beamer}
+\documentclass[presentation,hideothersubsections,final,10pt,american]{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.
+% /info/german/tex-kurs by Rainer Rupprecht (1988) and on /info/lshort/ by Schmidt et al., 2003.
% 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{babel,siunitx,hyperref,graphicx,marvosym,wasysym,isotope,chemarrow,booktabs}
+\usepackage[largesmallcaps,frenchstyle,partialup,narrowiints]{kpfonts}
+\usepackage{textgreek}
+\usepackage{inputenc}
\usepackage[T1]{fontenc}
-\usepackage[Euler]{upgreek}
\mode<article>{\usepackage{fullpage}}
\mode<presentation>{\usetheme{Goettingen}\usecolortheme{ross}}
@@ -33,17 +33,13 @@
\resetfontdimens}}
\makeatother
-\frenchspacing \selectlanguage{english}
+\frenchspacing
\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}
+\date{July 2008\\ \vspace{5mm}
+ \includegraphics[height=15mm]{Graphics/Ross-Siegel}}
\begin{document}
\setbeamertemplate{footline}
@@ -65,7 +61,7 @@
copyright vested in the American Mathematical
Society.}
\item[\LaTeX]{\TeX -macroprocessor written by \textsc{Leslie
- Lamport}, which implements a markup-language. Users can
+ Lamport}, which implements a markup-language (similar: HTML, XML). Users can
concentrate on the structure of their document rather than on
formatting.}
\end{description}
@@ -127,9 +123,8 @@
\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[Software]{\href{www.ctan.org}{\texttt{\alert{www.ctan.org}}}, automatically selects nearest server }
+ \item[Help]{Usenet: comp.text.tex (also German: de.comp.text.tex)}
\item[Introduction]{l2short available in various languages}
\item[Literature]{The \LaTeX -companion (\textsc{Mittelbach}
\textit{et al}, 2004)}
@@ -178,21 +173,21 @@
\begin{frame}
\frametitle{Document classes}
\begin{tabular}{llp{0.5\textwidth}}
- \hline
+ \toprule
\LaTeX & Koma-Script & purpose \\
- \hline
+ \midrule
article & scrartcl & journal papers, short reports \\
report & scrreprt & longer text with several chapters, e.g. thesis \\
book & scrbook & books \\
- letter & scrlettr & letters \\
+ letter & scrlttr2 & letters \\
beamer & & slide presentations \\
sciposter & & conference posters \\
- \hline
+ \bottomrule
\end{tabular}
Apart from Koma-Script another alternative style package is
\alert{memoir}. Also publisher-specific styles (e.g.
- Springer, Elsevier, Teubner etc.
+ Springer, Elsevier, Teubner etc.)
\end{frame}
\begin{frame}
@@ -229,7 +224,7 @@
\_ & start subscript & {\color{darkgreen}\verb+\_+} \\
\textasciicircum & start superscript & {\color{darkgreen}\verb+\textasciicircum+}\\
\{ \} & command delimiter & {\color{darkgreen}\verb+\{ \}+} \\
- $[\ ]$ & command delimiter & {\color{darkgreen}\verb+$[ ]$+} \\
+ $[\ ]$ & optional arguments & {\color{darkgreen}\verb+$[ ]$+} \\
`` '' & quotation marks & {\color{darkgreen}\verb+`` ''+} \\
$> <$ & tabbing & {\color{darkgreen}\verb+$> <$+} \\
\end{tabular}
@@ -308,18 +303,16 @@
\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.}
+ 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/}}
+ computer code or URLs: \texttt{http://www.rossmed.edu.dm/}}
\end{description}
- \alert{Note:} Slides use sanserif font: No small caps, slanted instead of italics!
+ \alert{Note:} Slides use sanserif font: slanted instead of italics!
\end{frame}
\begin{frame}[fragile]
@@ -472,6 +465,7 @@ These are the main points:
\hline
\end{tabular}
\end{verbatim} }
+ Note: this is a very bad example of a table!
\end{frame}
\begin{frame}[fragile]
@@ -483,13 +477,13 @@ These are the main points:
\label{tab:fast}
\centering
\begin{tabular}{|l|c|r|}
- \hline
+ \toprule
Disciplin & distance (m) & time (min) \\
- \hline
+ \midrule
Running & 100 & 5 \\
Swimming & 50 & 30 \\
Cycling & 1000 & 20 \\
- \hline
+ \bottomrule
\end{tabular}
\end{table}
\end{verbatim} }
@@ -510,7 +504,7 @@ These are the main points:
\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
+ \item{Convert other formats \textit{e.g.}, with IrfanView or
Gimp.}
\item{other optional arguments like width, angle,
size}
@@ -628,8 +622,8 @@ x^5 x_1 \sqrt{x^2+\sqrt[3]{y}}
\addtocounter{page}{10}
\end{verbatim}}
- Output counter content: This is page \thepage .\\
- {\color{darkgreen}\verb+This is page \thepage .+}
+ Output counter content: This is page \thepage.\\
+ {\color{darkgreen}\verb+This is page \thepage.+}
\end{frame}
\subsection{Distances}
@@ -739,18 +733,18 @@ is \SI{2}{cm} distance.
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
+ \acro{nfkb}[NF-\textkappa B]{nuclear factor
+ \textkappa B}, protein in gene regulation
\end{acronym}
\end{verbatim}}
This will print as\\
- NF-$\upkappa$B: nuclear factor $\upkappa$B, protein in gene regulation
+ NF-\textkappa B: nuclear factor \textkappa 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}
+ \item[{\color{darkgreen}$\backslash$acf\{nfkb\}}]{nuclear factor \textkappa B (NF-\textkappa B)}
+ \item[{\color{darkgreen}$\backslash$acs\{nfkb\}}]{NF-\textkappa B}
+ \item[{\color{darkgreen}$\backslash$acl\{nfkb\}}]{nuclear factor \textkappa B}
\end{description}
\end{frame}
@@ -759,7 +753,7 @@ is \SI{2}{cm} distance.
\begin{frame}[fragile]
\frametitle{BibTeX}
Database for literature references in ASCII-format. Can be
- produced from many programs like EndNote, also from PubMed etc.
+ produced from many programs like \texttt{EndNote} or \texttt{RefMan}, also from \href{http://www.ncbi.nlm.nih.gov/pubmed/}{\texttt{\alert{PubMed}}}, \href{http://scholar.google.com/advanced_scholar_search?hl=en&as_sdt=2000}{\texttt{\alert{Google Scholar}}} (set preferences!) etc.
{\color{darkgreen}\small \begin{verbatim}
@article{Alb-76,
AUTHOR= {W.J. Albery and J.R. Knowles},
@@ -813,22 +807,22 @@ is \SI{2}{cm} distance.
\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\\
+ acronym & administration of acronyms \\
+ booktabs & professional looking tables \\
+ chemarrow & various types of arrows for equations \\
+ color & colored text \\
+ eufrak & font for arrays + vectors \\
+ graphicx & inclusion of diagrams \\
+ hyperref & use cross-referencing facilities of pdf \\
+ isodate & standard conform dates \\
+ isotope & {\color{darkgreen}$\backslash$isotope[13]{C}} = \isotope[13]{C}\\
+ kpfonts & works better than the original fonts \\
+ makeidx & index generation \\
+ natbib & clean handling of bibliography \\
+ siunitx & {\color{darkgreen}$\backslash$SI{}{}, $\backslash$num{}, $\backslash$ang{}} \\
+ thumb & chapter thumbs \\
+ upgreek & {\color{darkgreen}$\backslash$textalpha} = \textalpha\ instead of $\alpha$ \\
+ wasysym,marvosym & special symbols like \Male , \Female \\
\end{tabular}
\end{frame}
diff --git a/Master/texmf-dist/doc/latex/latex-course/LaTeX-course.prj b/Master/texmf-dist/doc/latex/latex-course/LaTeX-course.prj
index 7a28e534bc9..f7aa59ceaf2 100644
--- a/Master/texmf-dist/doc/latex/latex-course/LaTeX-course.prj
+++ b/Master/texmf-dist/doc/latex/latex-course/LaTeX-course.prj
@@ -1,12 +1,12 @@
-275 Patch Control
+277 Patch Control
0
0
1
LaTeX-Course.tex
-83
-2
-0
+6
+3
+1
@@ -15,252 +15,21 @@ LaTeX-Course.tex
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
+152055803 1 4 3 4 96 44 44 796 414 0 1067 88 -1 -1 0 0 17 0 0 17 1 0 96 4 0
+README
+TeX
+269496315 0 4 32 4 34 44 44 796 414 0 385 88 -1 -1 0 0 14 2 2 14 1 0 34 4 0
+beamercolorthemeross.sty
+TeX:DTX:UNIX
+5353467 0 0 1 0 1 88 88 840 458 0 22 0 -1 -1 0 0 68 0 0 68 1 0 1 0 0
+E:\My Documents\TeX-Files\2012\Caroline-Paul.tex
+TeX:DE
+286273531 0 0 1 0 1 130 130 1199 667 0 22 0 -1 -1 0 0 -1 -1 -1 -1 1 0 1 0 0
+C:\Program Files\MiKTeX 2.9\tex\latex\marvosym\marvosym.sty
+TeX:DTX:UNIX
+273788923 0 0 1 0 1 0 0 1069 537 0 22 0 -1 -1 0 0 -1 -1 -1 -1 1 0 1 0 0
+E:\My Documents\teaching\Ross Vortraege\Lipids\FA-ExampleQuestions.tex
+TeX:US
+286273531 1 7 1 12 1 234 234 1303 771 0 22 264 -1 -1 0 0 -1 -1 -1 -1 1 0 1 12 0
*LaTeX-Course.tex
diff --git a/Master/texmf-dist/doc/latex/latex-course/README b/Master/texmf-dist/doc/latex/latex-course/README
index 0dce4cff59c..1a908b7d472 100644
--- a/Master/texmf-dist/doc/latex/latex-course/README
+++ b/Master/texmf-dist/doc/latex/latex-course/README
@@ -1,6 +1,9 @@
-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.
+LaTeX course is a brief, Beamer-based slide presentation on LaTeX, based on the CTAN/info/german/tex-kurs by Rainer Rupprecht (1988) and on CTAN/info/lshort/ by Schmidt et al., 2003
+
+This material may be used freely under the LaTeX project licence.
+
+History:
+
+2008: original version
+2012: update, several minor corrections, use of kp-fonts
-This material may be used under Gnu Copyleft.
diff --git a/Master/texmf-dist/doc/latex/latex-course/beamercolorthemeross.sty b/Master/texmf-dist/doc/latex/latex-course/beamercolorthemeross.sty
index 9134961a679..a0942e62af1 100644
--- a/Master/texmf-dist/doc/latex/latex-course/beamercolorthemeross.sty
+++ b/Master/texmf-dist/doc/latex/latex-course/beamercolorthemeross.sty
@@ -11,31 +11,33 @@
\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}
+\definecolor{darkross}{rgb}{0.016,0.404,0.667} % blue of Ross Seal
+\definecolor{middleross}{rgb}{0.020,0.522,0.859}
+\definecolor{lightross}{rgb}{0.094,0.624,0.980}
+
+\definecolor{darkblue}{rgb}{0.016,0.078,0.667}
+\definecolor{middleblue}{rgb}{0.020,0.102,0.856}
+\definecolor{lightblue}{rgb}{0.094,0.180,0.980}
+
+\definecolor{darkpurple}{rgb}{0.604,0.016,0.667}
+\definecolor{middlepurple}{rgb}{0.776,0.020,0.895}
+\definecolor{lightpurple}{rgb}{0.894,0.094,0.980}
+
+\definecolor{darkbrown}{rgb}{0.961,0.514,0.071}
+\definecolor{middlebrown}{rgb}{0.725,0.557,0.271}
+\definecolor{lightbrown}{rgb}{0.933,0.890,0.773} % beige of Ross-Seal
+
+\definecolor{darkolive}{rgb}{0.667,0.604,0.016}
+\definecolor{middleolive}{rgb}{0.859,0.776,0.020}
+\definecolor{lightolive}{rgb}{0.980,0.894,0.094}
+
+\definecolor{darkgreen}{rgb}{0.078,0.667,0.016}
+\definecolor{middlegreen}{rgb}{102,0.859,0.020}
+\definecolor{lightgreen}{rgb}{180,0.980,0.094}
\setbeamercolor{normal text}{fg=black,bg=white}
-\setbeamercolor{structure}{fg=darkross}
-\setbeamercolor{local structure}{parent=structure}
+\setbeamercolor{structure}{fg=darkross} \setbeamercolor{local
+structure}{parent=structure}
\setbeamercolor{alerted text}{fg=middlebrown}
\setbeamercolor{example text}{fg=darkgreen}
@@ -46,7 +48,7 @@
\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 primary}{fg=darkross,bg=lightbrown}
\setbeamercolor*{palette sidebar secondary}{fg=middleblue,bg=lightblue}
\setbeamercolor*{palette sidebar tertiary}{fg=darkpurple,bg=lightpurple}
\setbeamercolor*{palette sidebar quaternary}{fg=darkgreen,bg=lightgreen}