-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.tex
33 lines (33 loc) · 1.37 KB
/
test.tex
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
% This is test.tex of https://github.com/Willie169/LaTeX-ToolKit, licensed under either GPL-3.0-or-later or CC BY-SA 4.0-or-later.
\documentclass[a4paper,12pt]{article}
\usepackage[margin=1.27cm,foot=0.77cm]{geometry}
\setcounter{secnumdepth}{6}
\setcounter{tocdepth}{3}
\newcounter{CJK}
\setcounter{CJK}{1}
\newcounter{markdown}
\setcounter{markdown}{0}
\newcounter{Fonts}
\setcounter{Fonts}{1}
\newcounter{CJKFonts}
\setcounter{CJKFonts}{1}
\newcounter{CJKLanguage}
\setcounter{CJKLanguage}{0}
\newcounter{NotoCJKFamily}
\setcounter{NotoCJKFamily}{1}
\newcounter{SectionLanguage}
\setcounter{SectionLanguage}{1}
\newcounter{ZhRenew}
\setcounter{ZhRenew}{1}
\input{/usr/share/latex-toolkit/template.tex}
\begin{document}
\title{Test}
\author{Willie169}
\date{\zhdate{2025/1/8}}
\titletocdoc
\section{Section Title}
\text{默認 default }\textnormal{正常 normal }\textup{直立 up }\textbf{粗體 bf }\textit{斜體 it }\texttt{等寬 tt }\textsf{襯線 sf }\\
Math default, normal, up, bf, it, rm, tt, bb, cal, scr, frak, bfit, bbit, bfcal, bfscr, bffrak:
\[Aa\mathnormal{Aa}\mathup{Aa}\mathbf{Aa}\mathit{Aa}\mathrm{Aa}\mathtt{Aa}\mathbb{Aa}\mathcal{Aa}\mathscr{Aa}\mathfrak{Aa}\mathbfit{Aa}\mathbbit{Aa}\mathbfcal{Aa}\mathbfscr{Aa}\mathbffrak{Aa}\]
\[\overleftarrowsmall{a}\overlinesmall{a}\overrightarrowsmall{a}\underlinesmall{a}\overleftrightarrowsmall{a}\delta\Delta\updelta\]
\end{document}