summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/gentombow/README.md
blob: 0c1f9d9cb357331a720f1ebd696f6c9cc5d5d2d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
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