Seweryn Kokot | 5 Jan 2007 19:14
Picon

special cross-references

Hello,

Since I need bilingual captions for figures and tables I'm using
the latex ccaption package. Unfortunately the syntax is the following:
\bitwonumcaption[label]{short1}{long1}{NAME}{short2}{long2}
for example
\bitwonumcaption[fig:fig1]{}{Long}{Rysunek}{ }{Dlugi}

and there is no \label command explicite in the tex source file
because \caption and \label are included in the one command. So
when I type "C-c ) f" for cross-referencing to figures I don't see any
labels available. 

How to solve this problem?

Regards,
Seweryn Kokot
Ralf Angeli | 5 Jan 2007 22:25

Re: special cross-references

* Seweryn Kokot (2007-01-05) writes:

> Since I need bilingual captions for figures and tables I'm using
> the latex ccaption package. Unfortunately the syntax is the following:
> \bitwonumcaption[label]{short1}{long1}{NAME}{short2}{long2}
> for example
> \bitwonumcaption[fig:fig1]{}{Long}{Rysunek}{ }{Dlugi}
>
> and there is no \label command explicite in the tex source file
> because \caption and \label are included in the one command. So
> when I type "C-c ) f" for cross-referencing to figures I don't see any
> labels available. 
>
> How to solve this problem?

M-x customize-variable RET reftex-label-alist RET

See also (info "(reftex)Defining Label Environments") and `C-h v
reftex-label-alist RET'.

--

-- 
Ralf
Ralf Angeli | 6 Jan 2007 23:45
Face

New version of Emacs/AUCTeX bundle for Windows available

There is a new version of the Emacs/AUCTeX bundle for Windows
available.

Release notes
  <URL:ftp://alpha.gnu.org/gnu/auctex/RELEASE-2007-01-06.txt>

Precompiled bundle
  <URL:ftp://alpha.gnu.org/gnu/auctex/emacs+auctex-w32-2007-01-06.zip>

Source code
  <URL:ftp://alpha.gnu.org/gnu/auctex/emacs+auctex-src-2007-01-06.zip>

Changes compared to last version:

* Update Emacs.

* Reflect new version number in directory name and Makefile.

--

-- 
Ralf
Reiner Steib | 7 Jan 2007 00:16
X-Face

Re: New version of Emacs/AUCTeX bundle for Windows available

On Sat, Jan 06 2007, Ralf Angeli wrote:

>   <URL:ftp://alpha.gnu.org/gnu/auctex/RELEASE-2007-01-06.txt>

,----
| Package date:   2007-01-06
| Emacs version:  22.0.90 (CVS check-out on 2007-01-06)
`----

Hm, I get a different number (22.0.92) from CVS (also
<ftp://alpha.gnu.org/gnu/emacs/pretest/≥ already has 22.0.92)

In order to help pretesting, it might be useful to build the  bundle
starting with a pretest tar-ball.

Bye, Reiner.
--

-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/
Ralf Angeli | 7 Jan 2007 00:32
Face

Re: New version of Emacs/AUCTeX bundle for Windows available

* Reiner Steib (2007-01-07) writes:

> On Sat, Jan 06 2007, Ralf Angeli wrote:
>
>>   <URL:ftp://alpha.gnu.org/gnu/auctex/RELEASE-2007-01-06.txt>
>
> ,----
> | Package date:   2007-01-06
> | Emacs version:  22.0.90 (CVS check-out on 2007-01-06)
> `----
>
> Hm, I get a different number (22.0.92) from CVS (also
> <ftp://alpha.gnu.org/gnu/emacs/pretest/≥ already has 22.0.92)

Sorry, forgot to update the version number in the release notes.

--

-- 
Ralf
Adam Johnson | 8 Jan 2007 17:40
Picon
Favicon

RE: New version of Emacs/AUCTeX bundle for Windows available

>There is a new version of the Emacs/AUCTeX bundle for Windows
>available.

Got it.  It works.

Thanks.

--
Adam

_________________________________________________________________
Communicate instantly! Use your Hotmail address to sign into Windows Live 
Messenger now. http://get.live.com/messenger/overview
M. Damerell | 9 Jan 2007 12:43
Picon
Favicon

Problem with TeX-command-region


It works but if the region contains refs to labels
that are outside the region, these are unresolved.
I assume that this is because Latex reads

region.aux  instead of  master.aux

Also if the start of region comes in page 37 of the
master file, then region.dvi still starts at
page 1.

Please any advice?

Minor problem: The info file  auctex > node Mathematics
refers to the auctex ref. card. Please, where is it?

Thank you.
David Kastrup | 9 Jan 2007 19:57
Picon
Picon

Re: Problem with TeX-command-region

"M. Damerell" <uhah208 <at> rhul.ac.uk> writes:

> It works but if the region contains refs to labels
> that are outside the region, these are unresolved.
> I assume that this is because Latex reads
>
> region.aux  instead of  master.aux
>
> Also if the start of region comes in page 37 of the
> master file, then region.dvi still starts at
> page 1.
>
> Please any advice?

Expected behavior.  Fixes would be complicated.  Something like
putting
\def\jobname{originalfile}
\nofiles

into the head of _region_.tex might do the trick, but currently there
is no provision for AUCTeX to do that.

> Minor problem: The info file  auctex > node Mathematics
> refers to the auctex ref. card. Please, where is it?

doc/tex-ref.tex

--

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum
(Continue reading)

Sean Sieger | 9 Jan 2007 23:17
Picon

LaTeX/FM

In the screenshots at
http://www.gnu.org/software/auctex/screenshots.html
the mode-line in the images has '(LaTeX/FM Ref Fill)'
--what is the FM indicating?
Andreas Matthias | 10 Jan 2007 11:46
Picon
Favicon

preview equations in reftex-reference

This is just a thought about something that would simplify
my work even more.

I prefer to use reftex-reference to insert references. However
it is still cumbersome to find the right equation in a long
list of equations. It would be marvelous if equations were
previewed in RefTeX Select Buffer (M-x reftex-reference)
as well.

Maybe this is worth an item in your, definitely not short,
TODO list?

Ciao
Andreas

Gmane