GithubHelp home page GithubHelp logo

szu-latex's Introduction

Hello World!

AirManH's github stats

AirManH's top langs

szu-latex's People

Contributors

airmanh avatar

Stargazers

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

Watchers

 avatar  avatar

szu-latex's Issues

封面下划线位置不正确

问题描述

实际显示
right
由LaTeX模板生成的pdf效果
wrong
可以看到下划线位置比正确位置要靠下

原因

在代码中可以看到,这是在tabularx表格中采用cmidrule命令画图导致的

\usepackage{tabularx}
\usepackage{booktabs}
\newcolumntype{Y}{>{\centering\arraybackslash}X}

\newcommand{\NormalRow}[2]{
	\begin{tabularx}{\textwidth}{cY}
		#1:& #2 \\
		\cmidrule{2-2}
	\end{tabularx}
}

\newcommand{\ThreeRow}[6]{
	\begin{tabularx}{\textwidth}{cccccY}
		#1: & #2 & #3: & #4 & #5: & #6 \\
		\cmidrule{2-2} \cmidrule{4-4} \cmidrule{6-6}
	\end{tabularx}
}

事实上,封面中的每一行文字都是由一个表格组成,如下所示
issue

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.