diff options
author | Karl Berry <karl@freefriends.org> | 2006-07-09 22:52:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-07-09 22:52:09 +0000 |
commit | a0f644b322bd240560d8e9ace64d2b12c21cc7a0 (patch) | |
tree | f7c1a5fedcaeeda20bff416cf6e133606aed2137 /Master/texmf-dist/doc/latex/nomentbl | |
parent | 26987a9798d97c0d7c72c82af31b5ece66e7175d (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')
-rw-r--r-- | Master/texmf-dist/doc/latex/nomentbl/README | 27 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/nomentbl/example.pdf | bin | 0 -> 42236 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/nomentbl/example.tex | 63 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/nomentbl/nomentbl.pdf | bin | 42223 -> 163789 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/nomentbl/nomentbl.tex | 65 |
5 files changed, 90 insertions, 65 deletions
diff --git a/Master/texmf-dist/doc/latex/nomentbl/README b/Master/texmf-dist/doc/latex/nomentbl/README new file mode 100644 index 00000000000..0b061330d2e --- /dev/null +++ b/Master/texmf-dist/doc/latex/nomentbl/README @@ -0,0 +1,27 @@ +This archive is the distribution of nomentbl, a LaTeX package for
+making nomenclatures in a longtable.
+
+Files:
+nomentbl.ins
+nomentbl.dtx
+nomentbl.pdf
+nomentbl.dvi
+example.pdf
+example.dvi
+README
+
+Installation:
+latex nomentbl.ins
+Put nomentbl.sty in directory where LaTeX will find it
+Put nomentbl.ist in directory where makeindex will find it
+
+Documentation is available as pdf and dvi. If needed it can be made
+with LaTeX by:
+latex nomentbl.dtx
+makeindex.exe -o nomentbl.nls -s nomentbl.ist nomentbl.nlo
+latex nomentbl.dtx
+makeindex.exe -o nomentbl.gls -s gglo.ist nomentbl.glo
+makeindex.exe -o nomentbl.ind -s gind.ist nomentbl.idx
+latex nomentbl.dtx
+latex nomentbl.dtx
+
diff --git a/Master/texmf-dist/doc/latex/nomentbl/example.pdf b/Master/texmf-dist/doc/latex/nomentbl/example.pdf Binary files differnew file mode 100644 index 00000000000..d3146fb34f3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/nomentbl/example.pdf 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'. diff --git a/Master/texmf-dist/doc/latex/nomentbl/nomentbl.pdf b/Master/texmf-dist/doc/latex/nomentbl/nomentbl.pdf Binary files differindex 812c0c4947a..f6d286be747 100644 --- a/Master/texmf-dist/doc/latex/nomentbl/nomentbl.pdf +++ b/Master/texmf-dist/doc/latex/nomentbl/nomentbl.pdf diff --git a/Master/texmf-dist/doc/latex/nomentbl/nomentbl.tex b/Master/texmf-dist/doc/latex/nomentbl/nomentbl.tex deleted file mode 100644 index 8adefea3423..00000000000 --- a/Master/texmf-dist/doc/latex/nomentbl/nomentbl.tex +++ /dev/null @@ -1,65 +0,0 @@ -\documentclass[12pt,a4paper,twoside]{report} - -\usepackage{nomentbl} - -\makeglossary - -\title{Nomenclature with longtable} -\author{Brian Elmegaard} - - -\begin{document} -\maketitle -\printglossary - -\chapter{Introduction} -This file gives a very limited introduction to the use of longtable -together with the nomencl package for writing nomenclatures. - -It requires nomencl to be present on your system. - -The way to go is: Install \texttt{nomenltb.sty} where latex can find it, and -\texttt{nomenltb.ist} where makeindex can find that. -\begin{itemize} -\item Run latex. This generates the glossary input file - \texttt{foo.glo}. -\item Run makeindex with \texttt{makeindex -s nomenltb.ist -o foo.gls - foo.glo } -\item Run latex again. -\end{itemize} - -An equation is needed for the current setup: -\begin{equation} - \label{eq:1} - \mathbf{J}_i\cdot\Delta\underline{x}_{i+1}=-\underline{f}_i -\end{equation} -%Here follows the nomenclature entries. -\nomenclature[aJ]{$J$}{Jacobian Matrix}{} -\nomenclature[Zi]{$i$}{Variable number}{} -\nomenclature[ax]{$\Delta x$}{Variable displacement vector}{} -\nomenclature[af]{$f$}{Residual value vector}{} -\nomenclature[ax]{$x$}{Variable value vector}{} -The nomenclature is result of the following: -\begin{verbatim} -\nomenclature[aJ]{$J$}{Jacobian Matrix}{} -\nomenclature[Zi]{$i$}{Variable number}{} -\nomenclature[ax]{$\Delta x$}{Variable displacement vector}{} -\nomenclature[af]{$f$}{Residual value vector}{} -\nomenclature[ax]{$x$}{Variable value vector}{} -\end{verbatim} - -An some symbols with units: -\begin{equation} - \label{eq:3} - F=m \alpha -\end{equation} -\nomenclature[aF]{$F$}{Force}{N} -\nomenclature[am]{$m$}{mass}{kg} -\nomenclature[ga]{$\alpha$}{acceleration}{m/s$\mathrm{^2}$} -\begin{verbatim} -\nomenclature[aF]{$F$}{Force}{N} -\nomenclature[am]{$m$}{mass}{kg} -\nomenclature[ga]{$\alpha$}{acceleration}{m/s$\mathrm{^2}$} - -\end{verbatim} -\end{document} |