On Wed, Apr 13, 2005 at 05:18:20PM +0200, Frank Lichtenheld wrote:
> tags 301684 patch
> thanks
This patch looks generally OK to fix problem but I am not sure about
one thing.
> Proposed patch for this:
...
> +@@@start-info-docbookxml-latexps-active@@@
> + -1 1 page per page (deprecated, default)
> +@@@end-info-docbookxml-latexps-active@@@
...
> +@@@start-info-docbookxml-latexps-active@@@
> +options="${options}1"
> +@@@end-info-docbookxml-latexps-active@@@
Why we allow this for all info docbookxml latexps
Why not make these sections as:
@@@start-latexps-active@@@
...
@@@end-latexps-active@@@
> @@ -287,6 +293,8 @@
> export PAPERSIZE
> paperopt="-t ${PAPERSIZE}"
> ;;
> + 1 ) echo >&2 "${script}: the -1 option is deprecated and will probably
> be removed in the future. It is activated by default now."
> + ;;
> @@@end-latexps-active@@@
Here you are doing only for latexps :-)
Osamu
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]