Giter VIP home page Giter VIP logo

ecnu-undergraduate-latex's Introduction

Éphémères......

I'm YijunYuan, a Ph.D. student at Yau Mathematical Sciences Center, Tsinghua University. I am interested in $p$-adic Galois representations and $p$-adic Hodge theory.

Personal Homepage

Anurag's GitHub stats

Top Langs

  • Frequently Used Languages:

    LaTeX

  • Tools

    VSC GIT

ecnu-undergraduate-latex's People

Contributors

yijunyuan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

ecnu-undergraduate-latex's Issues

一些问题20190413

  1. 目录
    目录我个人觉得其实是些小问题。一个是摘要和页码中间没有点连接,一个是页码之间的行距有点大。

  2. 摘要
    这个版本里摘要有三个地方需要改
    2.1 中英文摘要都是有页眉页脚的,因此需要把\thispagestyle{plain}改成\thispagestyle{fancy}
    2.2 摘要页不需要论文题目,因此可以直接删去。
    2.3 摘要首行需要空一行,可以在摘要正文部分前一行插入\vspace{1em}

  3. 正文
    正文页脚居中,在package_and_settings.tex中修改
    %设置页眉页脚
    \usepackage{fancyhdr}
    \lhead{华东师范大学学士学位论文}
    \chead{}
    \rhead{\TitleCHS}
    \lfoot{}
    \cfoot{}
    \rfoot{\thepage}

    %设置页眉页脚
    \usepackage{fancyhdr}
    \lhead{华东师范大学学士学位论文}
    \chead{}
    \rhead{\TitleCHS}
    \lfoot{}
    \cfoot{\thepage}
    \rfoot{}

  4. 编号格式
    个人修改如下
    \setcounter{secnumdepth}{5}
    \ctexset { section = { name={,.},number={\arabic{section}},format={ \sffamily \zihao {-4}} } }
    \ctexset { subsection = { name={,},number={\arabic{section}.\arabic{subsection}},format={ \sffamily \zihao {-4}} } }
    \ctexset { subsubsection = { name={,},number={\arabic{section}.\arabic{subsection}.\arabic{subsubsection}},format={\sffamily \zihao {-4}} } }
    \ctexset { paragraph = { name={,},number={\arabic{section}.\arabic{subsection}.\arabic{subsubsection}.\arabic{paragraph}},format={\sffamily \zihao {-4}} } }
    \ctexset { subparagraph = { name={,)},number={\arabic{subparagraph}},format={\sffamily \zihao {-4}} } }
    但是这么改会造成参考文献、附录、致谢部分也跟着一起跑到左边了,这个问题有待解决

  5. 图表
    一个例子,图4-2代表第四章的第2张图可以在package_and_settings.tex中增加一行\renewcommand {\thetable} {\arabic{section}-\arabic{table}}

  6. 脚注
    脚注格式长这样①,因此这部分应修改为`\renewcommand{\thefootnote}{\textcircled{\arabic{footnote}}}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.