博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
我的 xelatex 模板
阅读量:7261 次
发布时间:2019-06-29

本文共 2295 字,大约阅读时间需要 7 分钟。

1 \documentclass[twoside,11pt]{article}  2 \usepackage{amsmath,amsfonts} 3 \usepackage{hyperref} 4 \usepackage{fontspec} 5 \usepackage{xunicode} 6 \usepackage{xltxtra} 7 \usepackage{eucal,mathrsfs}  8 \usepackage{amsthm}  9 \usepackage{amssymb}10 \usepackage{graphicx,color} 11 \usepackage{mathrsfs} 12 \usepackage[all]{xy}13 \usepackage{fancybox} 14 \usepackage{xeCJK} 15 %\usepackage{CJKutf8}16 \newtheorem{theorem}{定17   理} \newtheorem{lemma}{引理}[section]18 \newtheorem{proposition}{命题}[section] \newtheorem{corollary}{推19   论}[theorem] \newtheorem{example}{例}20 \newtheorem{remark}{注} \newtheorem{definition}{定义}[section]21 \setCJKmainfont[BoldFont=KaiTi_GB2312,ItalicFont=KaiTi_GB2312]{FangSong_GB2312}22 \def\ZZ{\mathbb{Z}} \topmargin -0.40in \oddsidemargin 0.08in23 \evensidemargin 0.08in \marginparwidth 0.00in \marginparsep 0.00in24 \textwidth 16cm \textheight 24cm \newcommand{\D}{\displaystyle}25 \newcommand{\ds}{\displaystyle} \renewcommand{\ni}{\noindent}26 \newcommand{\pa}{\partial} \newcommand{\Om}{\Omega}27 \newcommand{\om}{\omega} \newcommand{\sik}{\sum_{i=1}^k}28 \newcommand{\vov}{\Vert\omega\Vert} \newcommand{\Umy}{U_{\mu_i,y^i}}29 \newcommand{\lamns}{\lambda_n^{^{\scriptstyle\sigma}}}30 \newcommand{\chiomn}{\chi_{_{\Omega_n}}}31 \newcommand{\ullim}{\underline{\lim}} \newcommand{\bsy}{\boldsymbol}32 \newcommand{\mvb}{\mathversion{bold}} \newcommand{\la}{\lambda}33 \newcommand{\La}{\Lambda} \newcommand{\va}{\varepsilon}34 \newcommand{\be}{\beta} \newcommand{\al}{\alpha}35 \newcommand{\dis}{\displaystyle} \newcommand{\R}{
{\mathbb R}}36 \newcommand{\N}{
{\mathbb N}} \newcommand{\cF}{
{\mathcal F}}37 \newcommand{\gB}{
{\mathfrak B}} \newcommand{\eps}{\epsilon}38 \renewcommand\refname{参考文献} \def \qed {\hfill \vrule height6pt39 width 6pt depth 0pt} \topmargin -0.40in \oddsidemargin 0.08in40 \evensidemargin 0.08in \marginparwidth0.00in \marginparsep 0.00in41 \textwidth 15.5cm \textheight 24cm \pagestyle{myheadings}42 \markboth{\rm \centerline{}} {\rm \centerline{}}43 \begin{document}44 \title{
{\bf {}}}45 \author{
{叶卢庆} \\{
{ \small{杭州46 师范大学理学院,学号:1002011005}}}\\{
{\small{Email:h5411167@gmail.com}}}} \date{}47 \maketitle48 49 \end{proof}50 \end{document}

 

转载于:https://www.cnblogs.com/yeluqing/p/3827373.html

你可能感兴趣的文章
MongoDB
查看>>
Computed property "XXX" was assigned to but it has no setter
查看>>
敏捷开发: 超级易用水桶估计系统
查看>>
Dojo 如何测试 widget
查看>>
SAP 前端技术的演化史简介
查看>>
聊聊flink的MemoryPool
查看>>
前嗅ForeSpider数据采集中采集列表界面介绍
查看>>
228. Summary Ranges
查看>>
原型链
查看>>
Nervos 双周报第 3 期:佛系新年之后的开工大吉!
查看>>
学习webpack4 - 抽离公共代码
查看>>
不同浏览器下 autoplay 的限制策略和方案的整理
查看>>
聊聊flink的ConnectionManager
查看>>
node.js初体验之利用node.js的fs-文件系统,来写一个批量修改文件名的小工具
查看>>
Promise面试题2实现异步串行执行
查看>>
Python使用xslt提取网页数据
查看>>
git常用命令速查表
查看>>
神经网络基础
查看>>
Linux常用命令
查看>>
k8s与aws--如何在cloud-provider=aws的k8s中设置externalTrafficPolicy为local
查看>>