diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/umoline')
-rw-r--r-- | Master/texmf-dist/doc/latex/umoline/README | 28 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/umoline/umoline-man.tex | 65 |
2 files changed, 93 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/umoline/README b/Master/texmf-dist/doc/latex/umoline/README new file mode 100644 index 00000000000..3e5eb71b9a0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/umoline/README @@ -0,0 +1,28 @@ +umoline (v1.1): The Package for Under/Mid/Overline for Long Texts. + +[How to "make"] + + % tex umoline.ins # you'll have umoline.sty and umoline-man.tex + +# to have user's manual + % latex umoline-man + % makeindex -s gind.ist -o umoline-man.ind umoline-man.idx + % latex umoline-man + +# to have implementation document + % latex umoline.dtx + % makeindex -s gind.ist -o umoline.ind umoline.idx + % makeindex -s gglo.ist -o umoline.gls umoline.glo + % latex umoline.dtx + +[Features] + ++ \Underline{<text>} draw an underline for text allowing line breaks in + the <text> of "ordinary" character strings or general LaTeX staffs + surrounded by `{' and `}'. + ++ \Midline{<text>} and \Overline{<text>} are also available. + +Enjoy! + +Hiroshi Nakashima <nakasima@tutics.tut.ac.jp> diff --git a/Master/texmf-dist/doc/latex/umoline/umoline-man.tex b/Master/texmf-dist/doc/latex/umoline/umoline-man.tex new file mode 100644 index 00000000000..28b13a37505 --- /dev/null +++ b/Master/texmf-dist/doc/latex/umoline/umoline-man.tex @@ -0,0 +1,65 @@ +%% +%% This is file `umoline-man.tex', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% umoline.dtx (with options: `driver') +%% +%% IMPORTANT NOTICE: +%% +%% For the copyright see the source file. +%% +%% Any modified versions of this file must be renamed +%% with new filenames distinct from umoline-man.tex. +%% +%% For distribution of the original source see the terms +%% for copying and modification in the file umoline.dtx. +%% +%% This generated file may be distributed as long as the +%% original source files, as listed above, are part of the +%% same distribution. (The sources need not necessarily be +%% in the same archive or directory.) +%% Style file `umoline'. +%% Copyright (C) 1999,2000 Hiroshi Nakashima <nakasima@tutics.tut.ac.jp> +%% (Toyohashi Univ. of Tech.) +%% +%% This program can be redistributed and/or modified under the terms +%% of the LaTeX Project Public License distributed from CTAN +%% archives in directory macros/latex/base/lppl.txt; either +%% version 1 of the License, or any later version. +%% +%% \CharacterTable +%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z +%% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z +%% Digits \0\1\2\3\4\5\6\7\8\9 +%% Exclamation \! Double quote \" Hash (number) \# +%% Dollar \$ Percent \% Ampersand \& +%% Acute accent \' Left paren \( Right paren \) +%% Asterisk \* Plus \+ Comma \, +%% Minus \- Point \. Solidus \/ +%% Colon \: Semicolon \; Less than \< +%% Equals \= Greater than \> Question mark \? +%% Commercial at \@ Left bracket \[ Backslash \\ +%% Right bracket \] Circumflex \^ Underscore \_ +%% Grave accent \` Left brace \{ Vertical bar \| +%% Right brace \} Tilde \~} +%% +%% +\ProvidesFile{umoline.drv} +[2000/07/11 v1.1 ] +\documentclass{ltxdoc} +\usepackage{umoline} +\DisableCrossrefs +\PageIndex +\CodelineNumbered +\RecordChanges +\OnlyDescription +\def\ONLYDESCRIPTION{} +\advance\textwidth4em +\begin{document} +\DocInput{umoline.dtx} +\end{document} +\endinput +%% +%% End of file `umoline-man.tex'. |