更改讲义模板
This commit is contained in:
parent
577980cde6
commit
39c60191db
|
|
@ -1,6 +1,13 @@
|
||||||
\documentclass[10pt,a4paper,twoside]{article}
|
\documentclass[10pt,a4paper,twoside]{article}
|
||||||
|
\usepackage{fontspec}
|
||||||
|
\IfFontExistsTF{STZhongsong}
|
||||||
|
{
|
||||||
\usepackage[UTF8, fontset = none, heading = true]{ctex}
|
\usepackage[UTF8, fontset = none, heading = true]{ctex}
|
||||||
\setCJKmainfont[BoldFont=黑体,ItalicFont=楷体]{华文中宋}
|
\setCJKmainfont[BoldFont=黑体,ItalicFont=楷体]{华文中宋}
|
||||||
|
}
|
||||||
|
{
|
||||||
|
\usepackage[UTF8, fontset = fandol, heading = true]{ctex}
|
||||||
|
}
|
||||||
\usepackage{amssymb,amsmath,amsfonts,amsthm,mathrsfs,graphicx}
|
\usepackage{amssymb,amsmath,amsfonts,amsthm,mathrsfs,graphicx}
|
||||||
\usepackage{ifthen,indentfirst,enumerate,color,lastpage}
|
\usepackage{ifthen,indentfirst,enumerate,color,lastpage}
|
||||||
\usepackage{tikz}
|
\usepackage{tikz}
|
||||||
|
|
|
||||||
Reference in New Issue