[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: pxref
From: |
Robert J. Chassell |
Subject: |
Re: pxref |
Date: |
Wed, 26 Oct 2005 19:02:50 +0000 (UTC) |
Today's GNU Emacs CVS snapshot, Wed, 2005 Oct 26 17:49 UTC
GNU Emacs 22.0.50.6 (i686-pc-linux-gnu, GTK+ Version 2.6.10)
started with `emacs -Q -D'
"Richard M. Stallman" <address@hidden> wrote,
I installed a fix I think is correct.
The change for Info looks correct to me. I added more test lines to
foo.texi and they all look right in the default Emacs Info.
(When I set `Info-hide-note-references' to nil, as I do customarily,
the cross references are shown by `*note' and `*Note' in a manner that
is correct.)
However, using `xdvi', I also checked the DVI version that was created
with `texi2dvi' (GNU Texinfo 4.8) 1.34. Unfortunately, the typeset
output displays a capitalized `See' when the preceding text both ends
with a colon and is not followed by a blank line.
Karl Berry, what do you see?
In DVI as viewed with xdvi:
Here is another @xref, no parentheses; this ends with a colon and
is not followed by a blank line: See Musings on fossil fuels.
(Note also the one space before the `See'; this is correct for
typesetting according to my copy of the Chicago Manual of Style,
although when I type, I tend to put in two spaces. The Texinfo source
has two spaces.)
But in the default Info display:
Here is another @xref, no parentheses; this ends with a colon and
is not followed by a blank line: see Musings on fossil fuels.
(Note the two spaces before the `see', which looks right to me.)
Here is the test file I used:
\input texinfo.tex @c -*-texinfo-*-
@comment %**start of header
@setfilename foo.info
@settitle Texinfo Test
@smallbook
@comment %**end of header
@ignore
## Summary of shell commands to create various output formats:
pushd /u/texinfo/
## Info output
makeinfo --force --fill-column=70 --no-split --paragraph-indent=0 \
--verbose foo.texi
## ;; (kill-buffer "*info*")
## ;; (info "/u/texinfo/foo.info" nil)
## DVI output
texi2dvi foo.texi
## View DVI output
## xdvi foo.dvi &
## HTML output
makeinfo --no-split --html foo.texi
## Plain text output
makeinfo --fill-column=70 --no-split --paragraph-indent=0 \
--verbose --no-headers --output=foo.txt \
foo.texi
## DocBook output
makeinfo --docbook --no-split --paragraph-indent=0 \
--verbose foo.texi
## XML output
makeinfo --xml --no-split --paragraph-indent=0 \
--verbose foo.texi
popd
@end ignore
@titlepage
@sp 6
@center @titlefont{Test document}
@sp 4
@center by Robert J. Chassell
@page
@vskip 0pt plus 1filll
@end titlepage
@contents
@ifnottex
@node Top, Chapter One, (dir), (dir)
@top Test Top
@end ifnottex
@menu
* Chapter One::
* Musings on fossil fuels::
@end menu
@node Chapter One, Musings on fossil fuels, Top, Top
@chapter Chapter One
Contents of chapter 1.
@sp 1
@ifnotinfo
@noindent
@end ifnotinfo
See
@ifnotinfo
@noindent
@end ifnotinfo
@url{http://www.rattlesnake.com/notions/Choice-and-Constraint.html},
@ifnotinfo
@noindent
@end ifnotinfo
which is intended as a description of `what is'
@dots{} not the `what is' that most often concern citizens,
politicians, and political scientists, but a `what is' that reflects
the current world and of `what can be done'.
@sp 1
Here is an @@pxref (@pxref{Musings on fossil fuels}) in a sentence.
Here is a standalone xref within parentheses:
(@xref{Musings on fossil fuels}.)
Here is another @@xref, no parentheses; this ends with a colon and
is followed by a blank line:
@xref{Musings on fossil fuels}.
Here is another @@xref, no parentheses; this ends with a period and
is followed by a blank line.
@xref{Musings on fossil fuels}.
Here is another @@xref, no parentheses; this ends with a colon and
is not followed by a blank line: @xref{Musings on fossil fuels}.
Here is another @@xref, no parentheses; this ends with a period and
is not followed by a blank line. @xref{Musings on fossil fuels}.
Here is a standalone xref within parentheses, no blank line:
(@xref{Musings on fossil fuels}.)
@sp 1
More contents of chapter 1.
@node Musings on fossil fuels, , Chapter One, Top
@chapter Musings on Fossil Fuels
More than three decades ago, some modern people I knew tried to
replace fossil fuels with alternate sources of energy.
@bye
--
Robert J. Chassell
address@hidden GnuPG Key ID: 004B4AC8
http://www.rattlesnake.com http://www.teak.cc
- Re: pxref, (continued)
- Re: pxref, Eli Zaretskii, 2005/10/23
- Re: pxref, Robert J. Chassell, 2005/10/23
- Re: pxref, Eli Zaretskii, 2005/10/23
- Re: pxref, Robert J. Chassell, 2005/10/23
- Re: pxref, Eli Zaretskii, 2005/10/23
- Re: pxref, Richard M. Stallman, 2005/10/24
- Re: pxref, Robert J. Chassell, 2005/10/24
- Re: pxref, Richard M. Stallman, 2005/10/26
- Re: pxref, Robert J. Chassell, 2005/10/26
- Re: pxref, Robert J. Chassell, 2005/10/26
- Re: pxref,
Robert J. Chassell <=
- Re: pxref, Robert J. Chassell, 2005/10/26
- Re: pxref, Karl Berry, 2005/10/26
- Re: pxref, Robert J. Chassell, 2005/10/27
- Re: pxref, Karl Berry, 2005/10/27
- Re: pxref, Robert J. Chassell, 2005/10/27
- Re: pxref, Karl Berry, 2005/10/27
- Re: pxref, Robert J. Chassell, 2005/10/27
- Re: pxref, Karl Berry, 2005/10/27
- Re: pxref, Eli Zaretskii, 2005/10/28
- Re: pxref, Luc Teirlinck, 2005/10/28