head	1.3;
access;
symbols
	tcllib-1-13:1.3
	tcllib-1-12:1.3
	tklib-0-5:1.3
	tcllib-1-11-1:1.3
	tcllib-1-11:1.3;
locks; strict;
comment	@# @;


1.3
date	2008.05.16.06.09.39;	author andreas_kupries;	state Exp;
branches;
next	1.2;

1.2
date	2008.04.15.06.08.07;	author andreas_kupries;	state Exp;
branches;
next	1.1;

1.1
date	2008.04.14.01.37.36;	author andreas_kupries;	state Exp;
branches;
next	;


desc
@@


1.3
log
@
	* checker.tcl: Reworked the (sub)section handling, enabled the
	* doctools_lang_cmdref.man: documentation writer to label
	  (sub)sections with logical names and use these in references.
	  Automatic logical names are improved, taking the current section
	  into account, making for a better ambiguity check. References
	  are now better as well.  Backends are given unique physical
	  (sub)section ids. Added a new formatting command
	  'sectref-external' for references to (sub)sections outside of
	  the current document, to disable checking, and documented it.

	* docidx_plugin_apiref.man: Fixed the external section references
	* doctoc_plugin_apiref.man: in the manpages to prevent false warnings.
	* doctools_plugin_apiref.man:

	* mpformats/c.msg: Message catalogs extended with new warning
	* mpformats/de.msg: 'missingsect' for apparently dangling
	* mpformats/en.msg: (sub)section references.
	* mpformats/fr.msg:

	* mpformats/fmt.html: Updated the backends for the changes in the
	* mpformats/fmt.latex: frontend/backend API, and updated testsuite
	* mpformats/fmt.nroff: results.
	* mpformats/fmt.text:
	* mpformats/fmt.tmml:
	* mpformats/fmt.wiki:
	* mpformats/_common.tcl:
	* tests/latex/00:
	* tests/latex/01:
	* tests/latex/02:
	* tests/latex/03:
	* tests/latex/04:
	* tests/latex/05:
	* tests/latex/06:
	* tests/latex/07:
	* tests/latex/08:
	* tests/tmml/00:
	* tests/tmml/01:
	* tests/tmml/02:
	* tests/tmml/03:
	* tests/tmml/04:
	* tests/tmml/05:
	* tests/tmml/06:
	* tests/tmml/07:
	* tests/tmml/08:
	* tests/html/00:
	* tests/html/01:
	* tests/html/02:
	* tests/html/03:
	* tests/html/04:
	* tests/html/05:
	* tests/html/06:
	* tests/html/07:
	* tests/html/08:

	* mpformats/_nroff.tcl: Modified the nroff backend to convert
	* tests/nroff/03: (sub)section titles into uppercase in the
	  output. Updated testsuite results.
@
text
@
% Generated from file '.FILE.' by tcllib/doctools with format 'latex'
% Copyright (c) .COPYRIGHT.
% CVS: @@ID@@ BASIC.a
\documentclass{article}
\begin{document}
\author{@@USR@@}
\title{.MODULE. / BASIC --  : }
\maketitle
\section{Synopsis}\label{synopsis}
\begin{itemize}
\item[] a-command 
\end{itemize}
\section{Description}\label{section1}
OK
\begin{itemize}
%
\item[] \underline{argument-1} integer
%
verification
%
\item[] \underline{argument-2} string (out)
%
 mogrification
\end{itemize}
\begin{itemize}
%
\item[] {\bf command-a}
%
 explanation
%
\item[] {\bf command-b}
%
elucidation
\end{itemize}
\begin{itemize}
%
\item[] term
%
 definition
%
\item[] a-command 
%
semantic
\end{itemize}
\begin{enumerate}
%
\item
%
A
%
\item
%
 B
C
D
\end{enumerate}
\begin{itemize}
%
\item
%
1
%
\item
%
 2
2a
2b
\end{itemize}
\begin{itemize}
%
\item[] {\bf option-1}
%
 meaning
%
\item[] {\bf option-2} value
%
elaboration
\end{itemize}
\begin{itemize}
%
\item[] Command-Line Switch:	{\bf background}\\
Database Name:	{\bf Background}\\
Database Class:	{\bf Color}\\
%
 candy
%
\item[] Command-Line Switch:	{\bf foreground}\\
Database Name:	{\bf Foreground}\\
Database Class:	{\bf Color}\\
%
caramel
\end{itemize}
KO
\section{Copyright}\label{copyright}
\begin{flushleft}
Copyright (c) .COPYRIGHT.\linebreak
\end{flushleft}
\end{document}
@


1.2
log
@
	* doctools.test: Fixed [Bug 1942472], reported by Michael
	* tests/latex/00: Schlenker, in made with the new test cases.
	* tests/latex/01: Now mapping the name of the user running
	* tests/latex/02: the tests around in the expected and
	* tests/latex/03: actual results as well. Modified the
	* tests/latex/04: expected results for the one backend
	* tests/latex/05: affected by the change.
	* tests/latex/06:
@
text
@d10 1
a10 1
\section{SYNOPSIS}
d14 1
a14 1
\section{DESCRIPTION}
d95 1
a95 1
\section{COPYRIGHT}
@


1.1
log
@
	* doctools.test: Added the remaining backends to the list of
	  backends checked.

	* tests/tmml/00: Expected results for TMML backend.
	* tests/tmml/01:
	* tests/tmml/02:
	* tests/tmml/03:
	* tests/tmml/04:
	* tests/tmml/05:
	* tests/tmml/06:

	* tests/text/00: Expected results for TEXT backend.
	* tests/text/01:
	* tests/text/02:
	* tests/text/03:
	* tests/text/04:
	* tests/text/05:
	* tests/text/06:

	* tests/wiki/00: Expected results for WIKI backend.
	* tests/wiki/01:
	* tests/wiki/02:
	* tests/wiki/03:
	* tests/wiki/04:
	* tests/wiki/05:
	* tests/wiki/06:

	* tests/latex/00: Expected results for LATEX backend.
	* tests/latex/01:
	* tests/latex/02:
	* tests/latex/03:
	* tests/latex/04:
	* tests/latex/05:
	* tests/latex/06:

	* tests/desc/00: Expected results for DESC backend.
	* tests/desc/01:
	* tests/desc/02:
	* tests/desc/03:
	* tests/desc/04:
	* tests/desc/05:
	* tests/desc/06:

	* tests/list/00: Expected results for LIST backend.
	* tests/list/01:
	* tests/list/02:
	* tests/list/03:
	* tests/list/04:
	* tests/list/05:
	* tests/list/06:

	* tests/null/00: Expected results for NULL backend.
	* tests/null/01:
	* tests/null/02:
	* tests/null/03:
	* tests/null/04:
	* tests/null/05:
	* tests/null/06:
@
text
@d7 1
a7 1
\author{aku}
@

