Skip to content

Commit

Permalink
samples/punctuation.tex: Add sample for punctuations
Browse files Browse the repository at this point in the history
  • Loading branch information
t-tk committed Mar 16, 2018
1 parent 64d9549 commit b461978
Show file tree
Hide file tree
Showing 3 changed files with 405 additions and 1 deletion.
3 changes: 3 additions & 0 deletions samples/00readme_uptex_samples.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ adobe-jp-utf8.tex, adobe-kr-utf8.tex
cjk_babel.tex, greek-uplatex.tex
: test for CJK and babel

punctuation.tex
: test for punctuations of CJK

simple-euc.tex, simple-jis.tex, simple-sjis.tex,
simple-u-jis.tex, simple-u-utf8.tex, simple-utf8.tex
: test for encodings
Expand Down
8 changes: 7 additions & 1 deletion samples/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ CONVBKMKO = convbkmk -g -o
PS2PDF = ps2pdf

all: uplatex-euc.fmt uplatex-sjis.fmt \
misc kin widow uptex uplatex aozora adobe encswitch \
misc kin widow uptex uplatex aozora adobe \
babel greek punct encswitch \
jscman tfpl otf jbib jisuni dvi2tty bkmk consio eplatex texxet

####
Expand Down Expand Up @@ -139,6 +140,11 @@ greek:
$(DVIPDFMX) greek-uplatex
$(DVIPS) greek-uplatex

punct:
$(UPLATEX) punctuation
$(DVIPDFMX) punctuation
$(DVIPS) punctuation

encswitch: encswitchj encswitchp encswitchu

### "platex on uptex" for test
Expand Down
Loading

0 comments on commit b461978

Please sign in to comment.