diff options
author | Ludovic Courtès | 2008-01-23 18:05:21 +0100 |
---|---|---|
committer | Ludovic Courtès | 2008-01-23 18:05:21 +0100 |
commit | 99a169d9d9dcf88433df17902e6f66afa1fcf1c4 (patch) | |
tree | efd3e0a6555b6a9b4fedaa29773e5870d46313a9 /doc/user/latexe.skb | |
parent | 727b76487f1d78a189836e89a5649e088dc823c4 (diff) | |
download | skribilo-99a169d9d9dcf88433df17902e6f66afa1fcf1c4.tar.gz skribilo-99a169d9d9dcf88433df17902e6f66afa1fcf1c4.tar.lz skribilo-99a169d9d9dcf88433df17902e6f66afa1fcf1c4.zip |
doc: Update & improve engine documentation.
* doc/user/engine.skb (Engines): Rewrote intro, fixed `resolve'.
(Functions dealing with engines): Renamed to...
(Manipulating Engines): New.
[Writing New Engines]: New.
* doc/user/{htmle,xmle,latexe}.skb: Add intro.
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" |