|
发表于 2003-5-1 11:16:09
|
显示全部楼层
tetex是打包了tex及很多tex宏包如latex,context等的软件包
我一般用来写论文,翻译文章,做幻灯片.其中latex用的最多了.建议你到www.ctex.org去了解这方面的内容.提供一个魔板:
% This is the LaTeX template for the IATBR papers.
% Bryan Raney, Department of Computer Science, ETH Zurich (raney@inf.ethz.ch)
% August 2002
% $Id: iatbr-template.tex,v 1.4 2002/08/19 10:05:16 raney Exp $
\documentclass[a4paper,10pt,oneside,onecolumn,titlepage,final]{article}
\usepackage[a4paper,left=1.25in,right=1.25in,top=1in,bottom=1in]{geometry}
\usepackage{times}
\usepackage{helvetic}
\usepackage{tabularx}
\usepackage{fancyhdr}
% preserve fancyhdr's headrule and footrule commands
\makeatletter
\let\KEEPheadrule\headrule
\let\headrule\@undefined
\let\KEEPfootrule\footrule
\let\footrule\@undefined
\makeatother
\usepackage{graphicx}
\usepackage{amssymb}
\usepackage[nooneline]{caption}
\usepackage{titlesec}
%%\titleformat{--command--}[--shape--]{--format--}{--label--}{--sep--}{--before--}[--after--]
\titleformat{\section}{\Large\sffamily\bfseries}{\thesection.}{1em}{}
\titleformat{\subsection}{\large\sffamily\bfseries}{\thesubsection}{1em}{}
\titleformat{\subsubsection}{\normalfont\sffamily\bfseries}{\thesubsubsection}{1em}{}
% use \noindent after \paragraph and \subparagraph commands (in the text)
\titleformat{\paragraph}[hang]{\normalfont\sffamily\bfseries\itshape}{}{0pt}{}
% This one isn't quite right, but we probably won't use them anyway...
\titleformat{\subparagraph}[hang]{\small\sffamily\bfseries\itshape}{}{0pt}{}
\usepackage{natbib}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{german}
\selectlanguage{\USenglish}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% restore fancyhdr's headrule and footrule commands
\let\headrule\KEEPheadrule
\let\footrule\KEEPfootrule
\pagestyle{fancy}
\lhead{\textit{International Conference on Travel Behaviour Research}\\}
\rhead{\textit{August 10--15, 2003}}
%%\linespread{1} % line spacing
\setlength{\parindent}{0in}
\setlength{\parskip}{10pt}
\begin{document}
\begin{titlepage}
\hrule
\begin{center}
IMAGE
% Add, an image reflecting the content of your paper
\end{center}
\hrule
{\sffamily
\vspace{0.5in} {\center\LARGE\textbf{Title Title Title Title Title Title Title Title Title Title Title Title Title Title}}
\vspace{0.5in} {\Large
\noindent \textbf{Author 1, Institution}\\
\noindent \textbf{Author 2, Institution}
}
}
\vspace{0.25in} \noindent \textbf{\large Conference paper}\\
\textbf{\large Session XXX}
{\sffamily
\vspace{0.25in}
\begin{tabular}{cp{5in}}
\includegraphics[width=1.25in]{iatbr_logo.eps.gz} & {\large
\vspace{-0.75in}
\textbf{Moving through nets:}\newline
\textbf{The physical and social dimensions of travel}\newline
10$^{\hbox{\small th}}$ International Conference on Travel Behaviour Research\newline
Lucerne, 10-15. August 2003}
\end{tabular}
}
\vfill\eject
\setcounter{page}{1}
\vspace{0.25in} \noindent \textbf{\sffamily\Large Title}
\noindent Author\\
Department\\
Organisation\\
City
\noindent \parbox[t]{0.5in}{Phone:} 0\#\#-\#\#\# \#\# \#\#\\
\parbox[t]{0.5in}{Fax:} 0\#\#-\#\#\# \#\# \#\#\\
\parbox[t]{0.5in}{eMail:} name@xxx.ch
\vspace{0.25in} \noindent \textbf{\sffamily\Large Abstract}
\noindent Text abstract
\vfill
\vspace{0.25in} \noindent \textbf{\sffamily\Large Keywords}
\noindent Xyz, Xyz, Xyz, International Conference on Travel Behaviour Research, IATBR
\vspace{0.25in} \noindent \textbf{\sffamily\Large Preferred citation}
\noindent Author1, First name author1, first name author2 autthor2, .... and first name author<n> author<n> (2003) Titel of the paper, paper presented at the 10 th International Conference on Travel Behaviour Research, Lucerne, August 2003.
\end{titlepage}
\section{Heading 1}
Tables and Text should be typed according to the pattern used in this file:
Text
\begin{itemize}
\item List
\begin{itemize}
\item List 2
\item
\end{itemize}
References at Text
\end{itemize}
Text
\begin{table}
\begin{center}
\caption{Label}
\label{table1}
\vspace{1em}
\hrule
\vspace{1em}
\begin{tabularx}{\hsize}{XXXX}
Header-Table & Header-Table & Header-Table & Header-Table\\
\hline
Text - Table & Text - Table & Text - Table & Text - Table\\
Text - Table & - & Text - Table & Text - Table\\
Text - Table & Text - Table & Text - Table & Text - Table\\
\end{tabularx}
\vspace{1em}
Source: Author (Year) page $<$this and the previous row can be
deleted, if its your own data$>$
\end{center}
\hrule
\end{table}
Please include illustrations of usable quality for reproduction in the
appropriate place in your file . Any photographs should be in black
and white. Please
\begin{itemize}
\item Scan the image and insert a low-resolution image in the
appropriate place in the manuscript
\item Supply us with a high-resolution (300 ppi) digital file for each
image, in JPEG or TIFF file. This will then be inserted into the
manuscript when it goes into production.
\end{itemize}
Note that you should ensure that illustrations will be legible when
reduced to 75\% of the size of your original. All figures should be
labelled using an appropriate method.
Please note that we will not usually produce colour images within the
manuscript.
\begin{figure}
\begin{center}
\caption{Title}
\label{figure1}
\vspace{1em}
\hrule
\vspace{1em}
IMAGE
\vspace{1em}
Source: Author (Year) page $<$this and the previous row can be
deleted, if its your own data$>$
\end{center}
\hrule
\end{figure}
\subsection{Heading 2}
Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text
Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text
Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text
\subsubsection{Heading 3}
Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text
Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text
Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text
\paragraph{Heading 4}
\noindent Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text
Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text
Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text
\noindent \subparagraph{Heading 5}
\noindent Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text
Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text
Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text
\section{References}
References should follow the Harvard system. In the text the surname
of the author and the year of publication of the reference are given.
Two or more references by the same author published in the same year
are differentiated by the letters a, b, c etc. For references with
more than two authors, text citations should be shortened to the first
author followed by et al .
Jones (1965, 1968a, b, 1971b) discovered that . . .
Recent results (Brown and Carter, 1985; Green et al ., 1986) indicate that . .
.
References should be listed in alphabetical order at the end of the
article. References by the same author(s) should be in chronological
order. Journal references should include: author's surname and
initials; initials and surnames of remaining authors; year of
publication in brackets; article title (where provided); abbreviated
journal title, volume number and page numbers.
References to books should include: author's surname and initials;
initials and surnames of remaining authors; year of publication in
brackets; the book title; the name of the publisher and the place of
publication. References to multi-author works should include after
the date of publication: the chapter title (where provided); 'In:'
followed by book title; initials and name(s) of editor(s) in brackets;
volume number and pages; the name of the publisher and place of
publication.
The references should appear in the following form:
\citep{akcelik}
\citep{appleyard}
\citep{baass}
\citep{barker}
\citep{dot}
\citep{dujardin}
\citep{fellendorf}
\citep{johnson}
\citep{lerner}
%***********************************************************************
\bibliographystyle{iatbr}
\bibliography{iatbr_sample}
%***********************************************************************
% Sections from here down are appendices
\appendix
\section{Title}
Text
\subsection{Title}
Text
\end{document} |
|