[texworks] Typesetting

Joseph Wright joseph.wright at morningstar2.co.uk
Sat May 22 07:43:35 CEST 2010


On 21/05/2010 16:31, g cadogan wrote:
> What is "typesetting"?

In the LaTeX context, turning a source file into a PDF. More generally, 
the process of setting out a document for printing

> If I create an article with LaTeX do I need to get a
> "template" from the target journal(s) so that the output is in the form
> required by the journal?

Depends on the journal. Some accept LaTeX source and use it for 
typesetting the journal, and so you do need to use their template. Other 
journals do not, and you can use a simple LaTeX document.  Soemthing like

\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\begin{document}
\title{My title}
\author{A.N. Other}
\maketitle

Some text for the paper here
\end{document}
--
Joseph Wright


More information about the texworks mailing list