Towards LaTeX Coding Standards

From LRDE

Revision as of 15:02, 22 October 2013 by Bot (talk | contribs) (Created page with "{{Publication | date = 2011-01-01 | authors = Didier Verna | title = Towards LaTeX Coding Standards | booktitle = TUGboat | pages = 309 to 328 | editors = Barbara Beeton, Kar...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Abstract

Because LaTeX is only a macro-expansion system, the language does not impose any kind of good software engineering practice, program structure or coding style. Maybe because in the LaTeX world, collaboration is not so widespread, the idea of some LaTeX Coding Standards is not so pressing as with other programming languages. Over the years, the permanent flow of personal development experiences contributed to shape our own taste in terms of coding style. In this paper, we report on all these experiences and describe what we think are good programming practices.


Bibtex (lrde.bib)

@InProceedings{	  verna.11.tug,
  author	= {Didier Verna},
  title		= {Towards {\LaTeX} Coding Standards},
  booktitle	= {TUGboat},
  pages		= {309--328},
  year		= 2011,
  editor	= {Barbara Beeton and Karl Berry},
  volume	= 32,
  number	= 3,
  project	= {Software},
  abstract	= {Because \LaTeX{} is only a macro-expansion system, the
		  language does not impose any kind of good software
		  engineering practice, program structure or coding style.
		  Maybe because in the \LaTeX{} world, collaboration is not
		  so widespread, the idea of some \LaTeX{} Coding Standards
		  is not so pressing as with other programming languages.
		  Over the years, the permanent flow of personal development
		  experiences contributed to shape our own taste in terms of
		  coding style. In this paper, we report on all these
		  experiences and describe what we think are good programming
		  practices.}
}