diff options
Diffstat (limited to 'Master/texmf-doc/doc/english/latex-web-companion/latex2xml/l2xdemo.tex')
-rw-r--r-- | Master/texmf-doc/doc/english/latex-web-companion/latex2xml/l2xdemo.tex | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/Master/texmf-doc/doc/english/latex-web-companion/latex2xml/l2xdemo.tex b/Master/texmf-doc/doc/english/latex-web-companion/latex2xml/l2xdemo.tex new file mode 100644 index 00000000000..c902f390ed3 --- /dev/null +++ b/Master/texmf-doc/doc/english/latex-web-companion/latex2xml/l2xdemo.tex @@ -0,0 +1,29 @@ +\documentclass{article} + \usepackage[x2ldemo]{tex4ht} + \title{Simulation of Energy Loss Straggling} + \author{Maria Physicist} +\begin{document} +\maketitle +\section{Landau theory}\label{sec:phys332-1} +The Landau probability distribution may be written in +terms of the universal Landau function \cite{bib-LAND}. +\subsection{Restrictions} +The Landau formalism makes two restrictive assumptions: +\begin{enumerate} +\item The typical energy loss is small. +\item The typical energy loss in the absorber should be + large (see section \ref{urban}). +\end{enumerate} +\section{Urb\'an model}\label{urban} +The following values are obtained: + +\begin{tabular}{llcrr} +16 & 16 & & 2000 & 29.63\\ +100 & 27.59 & & 100 & 32.00 +\end{tabular} + +\begin{thebibliography}{10} +\bibitem{bib-LAND} L.Landau. On the Energy Loss of Fast Particles by +Ionisation. Originally published in \emph{J. Phys.}, 8:201, 1944. +\end{thebibliography} +\end{document} |