From ec239becc730792dccf130c2730eacf65208f6a5 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 13 Nov 2008 01:36:32 +0000 Subject: program 3.3.1 (12nov08) git-svn-id: svn://tug.org/texlive/trunk@11276 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/program/README | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/program/README (limited to 'Master/texmf-dist/doc/latex/program/README') diff --git a/Master/texmf-dist/doc/latex/program/README b/Master/texmf-dist/doc/latex/program/README new file mode 100644 index 00000000000..3a231c3a275 --- /dev/null +++ b/Master/texmf-dist/doc/latex/program/README @@ -0,0 +1,27 @@ + +Here's a copy of my LaTeX2e style file for typesetting programs +and algorithms in my favourite style without having to type +in endless tabbing commands. Each line is set in math mode +so all the indentation and spacing is done automatically. +The notation |variable_name| can be used within normal text, +maths expressions or programs to indicate a variable name. +Use \origbar to get a normal | symbol in a program. +The commands \A, \B, \R, \T and \Z typeset the corresponding bold +letter with the next object as a substript (eg \S1 typesets {\bf +S$_1$} etc). They now cope with primes as well, (eg $\S2'''$). The +program.sty file can be easily edited to reflect your favoured style. +Typesetting a program is as easy as: + +\(\IF x \ne 0 \THEN |long_name|_{123} = x^y \FI\) + +See the program-demo.tex file for examples. + +The file should work with or without AMSLaTeX. + +This work is released under the GPL version 3. + + Martin Ward. + +martin@gkc.org.uk http://www.cse.dmu.ac.uk/~mward/ Erdos number: 4 +G.K.Chesterton web site: http://www.cse.dmu.ac.uk/~mward/gkc/ + -- cgit v1.2.3