-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtest.tex
More file actions
33 lines (29 loc) · 755 Bytes
/
test.tex
File metadata and controls
33 lines (29 loc) · 755 Bytes
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
\documentclass[a4paper, 12pt, fontset=windows, draft]{ctexbook}
\title{TITLE FOR TEST}
\author{syc}
\usepackage{layout}
\usepackage[top=34mm, bottom=25mm, left=25mm, right=25mm, marginparwidth=20mm,]{geometry}
\usepackage{fancyhdr,graphicx,amssymb}
\usepackage{amssymb}
\newCJKfontfamily\FZXBSong{FZXiaoBiaoSong-B05S}
\setmainfont{times}[
Path=fonts/,
Extension=.ttf,
BoldFont=timesbd,
% ItalicFont=timessi
]
% \newcommand{\TimesNR}[1]{\times #1}
\begin{document}
% \phantomsection
% \addcontentsline{toc}{section}{Some place in the document}
% \label{some}
% This is just \hyperref[some]{some place} in the document.
你好,世界!
你好,世界!
\clearpage
你好,世界!
hello,world!
\bf
hello,world!
just test
\end{document}