summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/nomentbl/example.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-07-09 22:52:09 +0000
committerKarl Berry <karl@freefriends.org>2006-07-09 22:52:09 +0000
commita0f644b322bd240560d8e9ace64d2b12c21cc7a0 (patch)
treef7c1a5fedcaeeda20bff416cf6e133606aed2137 /Master/texmf-dist/doc/latex/nomentbl/example.tex
parent26987a9798d97c0d7c72c82af31b5ece66e7175d (diff)
nomentbl for nomencl 4.2
git-svn-id: svn://tug.org/texlive/trunk@1794 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/nomentbl/example.tex')
-rw-r--r--Master/texmf-dist/doc/latex/nomentbl/example.tex63
1 files changed, 63 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/nomentbl/example.tex b/Master/texmf-dist/doc/latex/nomentbl/example.tex
new file mode 100644
index 00000000000..efcb43538c3
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/nomentbl/example.tex
@@ -0,0 +1,63 @@
+%%
+%% This is file `example.tex',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% nomentbl.dtx (with options: `example')
+%%
+%% Copyright (C) 2006 by Stefan Pinnow
+%%
+%% This file can be redistributed and/or modified under the terms
+%% of the LaTeX Project Public License distributed from CTAN
+%% archives in the directory macros/latex/base/lppl.txt; either
+%% version 1.2 of the license, or (at your option) any later version.
+%%
+%% Nomentbl example
+%% For nomentbl v0.4
+%%
+%% Written by Stefan Pinnow
+%%
+
+
+%%
+%%
+\documentclass{article}
+\usepackage[notintoc]{nomentbl}
+\usepackage{setspace}
+ \makenomenclature
+\begin{document}
+\section*{Main equations}
+Here an equation
+ \begin{equation}\label{eq:heatflux}
+ \dot{Q} = k \cdot A \cdot \Delta T
+ \end{equation}%
+ \nomenclature[aQ]{$\dot{Q}$}{heat flux}{W}{}%
+ \nomenclature[ak]{$k$}{overall heat transfer coefficient}{$\frac{\mathrm{W}}{\mathrm{m}^2\mathrm{K}}$}{see eq.~(\ref{eq:ohtc})}%
+ \nomenclature[aA]{$A$}{area}{m$^2$}{$L^2$}%
+ \nomenclature[aL]{$L$}{length}{m}{SI base quantity}%
+ \nomenclature[aT]{$T$}{temperature}{K}{SI base quantity}%
+ \nomenclature[aT]{$\Delta T$}{temperature difference}{K}{SI base quantity}%
+or another one
+ \begin{equation}\label{eq:ohtc}
+ \frac{1}{k} = \left[\frac{1}{\alpha _{\mathrm{i}}\,r_{\mathrm{i}}} +
+ \sum^n_{j=1}\frac{1}{\lambda _j}\,
+ \ln \frac{r_{\mathrm{a},j}}{r_{\mathrm{i},j}} +
+ \frac{1}{\alpha _{\mathrm{a}}\,
+ r_{\mathrm{a}}}\right] \cdot r_{\mathrm{reference}}
+ \end{equation}%
+ \nomenclature[ga]{$\alpha$}{convection heat transfer coefficient}{$\frac{\mathrm{W}}{\mathrm{m}^2\mathrm{K}}$}{}%
+ \nomenclature[zi]{i}{in}{}{}%
+ \nomenclature[gl]{$\lambda$}{thermal conductivity}{$\frac{\mathrm{W}}{\mathrm{m K}}$}{}%
+ \nomenclature[za]{a}{out}{}{}%
+ \nomenclature[zn]{$n$}{number of walls}{}{}%
+ \nomenclature[zj]{$j$}{running parameter}{}{}%
+That should do it.
+\onehalfspacing
+\printnomenclature
+\end{document}
+
+
+\endinput
+%%
+%% End of file `example.tex'.