diff options
Diffstat (limited to 'doc/user/latexe.skb')
-rw-r--r-- | doc/user/latexe.skb | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/user/latexe.skb b/doc/user/latexe.skb index c9fc50b..fe4b802 100644 --- a/doc/user/latexe.skb +++ b/doc/user/latexe.skb @@ -1,7 +1,7 @@ ;;; latexe.skb -- Documentation of the LaTeX engine. ;;; +;;; Copyright 2007, 2008 Ludovic Courtès <ludo@gnu.org> ;;; Copyright 2003, 2004 Manuel Serrano -;;; Copyright 2007 Ludovic Courtès <ludovic.courtes@laas.fr> ;;; ;;; ;;; This program is free software; you can redistribute it and/or modify @@ -23,10 +23,13 @@ ;*---------------------------------------------------------------------*/ ;* Document */ ;*---------------------------------------------------------------------*/ -(section :title "The LaTeX Engine" :file #t +(section :title "LaTeX Engine" :file #t (mark "latex-engine") (index "LaTeX" :note "Engine") - (p [The LaTeX engine...]) + + (p [Not surprisingly, the LaTeX engine produces ,(ref :url +"http://www.latex-project.org/" :text [LaTeX]) output, which can then be +used to produce high-quality PostScript of PDF files for printing.]) (subsection :title "LaTeX Customization" |