summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/gentombow/README.md
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-03-16 21:30:44 +0000
committerKarl Berry <karl@freefriends.org>2018-03-16 21:30:44 +0000
commitad72985f1b2d23650ced8fed8b86c4700b6ecee6 (patch)
treeaf07afe5e5eb7d68753dcbc41add2aad26518a45 /Master/texmf-dist/doc/latex/gentombow/README.md
parent9a54c5f23b8512956986fd84dc7253a7aa45c1fa (diff)
gentombow (16mar18)
git-svn-id: svn://tug.org/texlive/trunk@46987 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/gentombow/README.md')
-rw-r--r--Master/texmf-dist/doc/latex/gentombow/README.md54
1 files changed, 54 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/gentombow/README.md b/Master/texmf-dist/doc/latex/gentombow/README.md
new file mode 100644
index 00000000000..0c1f9d9cb35
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/gentombow/README.md
@@ -0,0 +1,54 @@
+# gentombow
+
+This bundle provides a LaTeX package for generating Japanese-style
+crop marks (called 'tombow' in Japanese) for practical use in
+self-publishing.
+
+## Bundle contents
+
+- pxgentombow.sty:
+ Generate crop marks (called 'tombow' in Japanese) for
+ practical use in self-publishing.
+ This package requires a core 'tombow' feature provided by
+ pLaTeX/upLaTeX, LuaTeX-ja or gentombow (described below).
+- gentombow.sty:
+ Provides the core 'tombow' feature if not available.
+ The pLaTeX/upLaTeX kernel and LuaTeX-ja package have
+ a native 'tombow' feature, but the others
+ (pdfLaTeX, XeLaTeX etc.) do not;
+ in the latter case, this package provides a counterpart.
+- bounddvi.sty:
+ Set papersize special to DVI file.
+ Can be used on LaTeX/pLaTeX/upLaTeX (with DVI output mode)
+ with dvips or dvipdfmx drivers.
+ Old version (v6.0) of this package, written by Koichi INOUE
+ in 2004, is available at
+ https://www.ma.ns.tcu.ac.jp/Pages/TeX/bounddvi.sty.html
+ (dead link).
+ Now it is maintained by Hironobu Yamashita by his courtesy.
+
+## Character encoding
+
+All the package files (.sty) contain ASCII characters only.
+All the document files (.tex) are encoded in UTF-8.
+
+## Installation
+
+- *.sty -> $TEXMF/tex/platex/gentombow
+- *.tex, *.pdf -> $TEXMF/doc/platex/gentombow
+
+## Repository
+
+The bundle is maintained on GitHub:
+ https://github.com/aminophen/gentombow
+
+## License
+
+The bundle may be distributed and/or modified under the terms of
+the 3-clause BSD license (see [LICENSE](./LICENSE)).
+
+## Release Date
+
+2018-03-16
+
+Hironobu Yamashita