Latex寫作

為了要寫論文格式,才得知國際上的物理期刊,其論文是用revtex4的規範來制定。revtex4是由美國物理學會所推廣的一種期刊論文寫作格式的標準規範,目的是為了讓全世界的物理論文,在寫作及閱讀到,達到統一的方式,方便物理資訊的流通,所以如果想要從事物理領域,成為終身職業的話,熟悉revtex4是需要的。

另外如果想要將論文,寫成類似科學上的文件,是透過GSW Latex(Get Started with Latex)來寫作,排版出來的效果不錯,可以再深入研究,以下是它的premable部份。

\documentclass[a4paper,12pt]{article}

\addtolength{\textwidth}{50pt}
\addtolength{\evensidemargin}{-25pt}
\addtolength{\oddsidemargin}{-25pt}

\def\displayandname#1{\rlap{$\displaystyle\csname #1\endcsname$}%
                      \qquad \texttt{\char92 #1}}
\def\mathlexicon#1{$$\vcenter{\halign{\displayandname{##}\hfil&&\qquad
                   \displayandname{##}\hfil\cr #1}}$$}

\usepackage{geometry}
\geometry{verbose,a4paper,tmargin=1.5cm,bmargin=1.5cm,lmargin=2cm,rmargin=2.5cm}
\usepackage[dvips]{graphicx}
\usepackage[dvipdfm,colorlinks=true,linkcolor=blue]{hyperref}
\newenvironment{num}
 {\leftmargini=6mm\leftmarginii=8mm
 \begin{enumerate}}{\end{enumerate}}

\begin{document}

\title{Keynotes of Jackson's EM-Dynamics}
\author{呂俊興\thanks{\href{mailto:samuel@nchc.org.tw}{Software developer}}}
\date{2nd Edition\\[3pt]
Copyright \copyright\ Samuel Lu 2005}
\maketitle
\tableofcontents

在編譯中文的tex文件,是透過cwTex系統來排版,流程如下:

  1. cwTex file.ctx
  2. latex file.tex
  3. dvipdfmx file.dvi
  4. file.pdf

其中是用dvips來處理圖形,如果是.jpg,要使用makebb,先作bounding box,.gif則可以先轉成.eps,然後直接再匯入tex檔案中即可。


Comments: Post a Comment



<< Home

This page is powered by Blogger. Isn't yours?