summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/umoline/README
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/umoline/README
Initial commit
Diffstat (limited to 'macros/latex/contrib/umoline/README')
-rw-r--r--macros/latex/contrib/umoline/README28
1 files changed, 28 insertions, 0 deletions
diff --git a/macros/latex/contrib/umoline/README b/macros/latex/contrib/umoline/README
new file mode 100644
index 0000000000..3e5eb71b9a
--- /dev/null
+++ b/macros/latex/contrib/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>