blob: d0937c6fb202bcc38c8d991036813da375df4c24 (
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
|
% Linux
%
%\def\ghostscript{gs -dBATCH -dEPSCrop -dNOPAUSE \space
% -sDEVICE=bbox rubisha.pdf 2>rubishb.tex}
% windows
%
\def\ghostscript{"gswin32c.exe -dBATCH -dEPSCrop -dNOPAUSE \space
-sDEVICE=bbox rubisha.pdf 2>rubishb.tex"}
\def\setpunctfamilies{
\CJKpunctsetfamily{song}
\CJKpunctsetfamily{hei}
\CJKpunctsetfamily{fs}
\CJKpunctsetfamily{kai}
\CJKpunctsetfamily{you}
\CJKpunctsetfamily{li}
}
\input{setpunct-macros.tex}
\endinput
|