紙張設定

LaTex

簡介

Windows

中文

紙張設定

雲端工具

Wiki+Tex

文件結構

數學式

MathJax

目錄

引用

索引

教學錄影

範例

訊息

相關網站

參考文獻

最新修改

簡體版

English

  1. LaTeX 常用功能 — http://blog.csdn.net/Solstice/article/details/638 (讚!)
  2. CTEX - 在线文档 - TeX/LaTeX 常用宏包 — http://www.ctex.org/documents/packages/layout/fancyhdr.htm (讚!)
  3. 18. How can you get custom page headers and footers?

A5 橫式用 \usepackage[a5paper, landscape]{geometry}

\documentclass[12pt]{article}
\usepackage[a5paper, landscape]{geometry}
\begin{document}
\textheight=14.8 cm %A5
\textwidth=21 cm %A5
\begin{equation}
(\alpha + \beta)2 = \alpha 2 + \beta 2 + 2\alpha\beta
\end{equation}
\[
\int\limits_0^{2\pi } {\phi dt} 
\]
\begin{tabular}{|l|l|l|l|}
\hline
Heading1 & Heading2 & Heading3 & Heading4 \\ 
\hline
1 & 2 & 3 & 4 \\ 
\hline
5 & 6 & 7 & 8 \\ 
\hline
9 & 10 & 11 & 12 \\ 
\hline
\end{tabular}
$$\frac{1}{{x}^{3}\,{\left( b\,x+a\right) }^{\frac{1}{3}}}$$

\end{document}

Facebook

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License