修改各模板的LaTeX文件头
This commit is contained in:
parent
0f5fd9882d
commit
2bb0f464fd
|
|
@ -1,6 +1,14 @@
|
|||
\documentclass[10pt,a4paper,twoside]{report}
|
||||
\documentclass[10pt,a4paper,twoside]{article}
|
||||
\usepackage{fontspec}
|
||||
\IfFontExistsTF{STZhongsong}
|
||||
{
|
||||
\usepackage[UTF8, fontset = none, heading = true]{ctex}
|
||||
\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{tikz}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,14 @@
|
|||
\documentclass[border = {2pt 2pt 2pt 2pt},varwidth=50em,12pt]{standalone}
|
||||
\usepackage[UTF8,fontset = none]{ctex}
|
||||
\usepackage{fontspec}
|
||||
\IfFontExistsTF{STZhongsong}
|
||||
{
|
||||
\usepackage[UTF8, fontset = none]{ctex}
|
||||
\setCJKmainfont[BoldFont=黑体,ItalicFont=楷体]{华文中宋}
|
||||
}
|
||||
{
|
||||
\usepackage[UTF8, fontset = fandol]{ctex}
|
||||
}
|
||||
\usepackage{amssymb,amsmath,amsfonts,amsthm,mathrsfs,graphicx}
|
||||
\usepackage{amssymb,amsmath,amsfonts,amsthm,mathrsfs,graphicx}
|
||||
\usepackage{ifthen,indentfirst,enumerate,color,titletoc}
|
||||
\usepackage{tikz}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,14 @@
|
|||
\documentclass[10pt,a4paper]{article}
|
||||
\usepackage[UTF8,fontset = none]{ctex}
|
||||
\documentclass[10pt,a4paper,twoside]{article}
|
||||
\usepackage{fontspec}
|
||||
\IfFontExistsTF{STZhongsong}
|
||||
{
|
||||
\usepackage[UTF8, fontset = none, heading = true]{ctex}
|
||||
\setCJKmainfont[BoldFont=黑体,ItalicFont=楷体]{华文中宋}
|
||||
}
|
||||
{
|
||||
\usepackage[UTF8, fontset = fandol, heading = true]{ctex}
|
||||
}
|
||||
\usepackage{amssymb,amsmath,amsfonts,amsthm,mathrsfs,graphicx}
|
||||
\usepackage{amssymb,amsmath,amsfonts,amsthm,mathrsfs,dsfont,graphicx}
|
||||
\usepackage{ifthen,indentfirst,enumerate,color,titletoc}
|
||||
\usepackage{tikz}
|
||||
|
|
|
|||
Reference in New Issue