From 007f67a693e4d031fd3d792df8e4d5f43e2cb2e7 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 9 Jan 2006 00:49:07 +0000 Subject: doc/latex git-svn-id: svn://tug.org/texlive/trunk@84 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/umoline/README | 28 ++++++++++ .../texmf-dist/doc/latex/umoline/umoline-man.tex | 65 ++++++++++++++++++++++ 2 files changed, 93 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/umoline/README create mode 100644 Master/texmf-dist/doc/latex/umoline/umoline-man.tex (limited to 'Master/texmf-dist/doc/latex/umoline') 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{} draw an underline for text allowing line breaks in + the of "ordinary" character strings or general LaTeX staffs + surrounded by `{' and `}'. + ++ \Midline{} and \Overline{} are also available. + +Enjoy! + +Hiroshi Nakashima 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 +%% (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'. -- cgit v1.2.3