asas | 13 Jun 2006 19:05
Picon
Favicon

アキバ+萌え=?

特種最新号【同人サークルの実態】
「こういう本を発行しているんです」と、
差し出されたのは、激しい男性の・・・・↓
http://www.e-step123.com/tokudane/
 <at>  <at>  <at>  <at> 
nixhiyang <at> yahoo.com.ar

_______________________________________________

Mike Dowling | 18 Jun 2006 11:20
Picon
Favicon

(no subject)

To: bug-auctex <at> gnu.org
Subject: 11.83; subarray
Reply-to: ML.Dowling <at> t-online.de
--text follows this line--

Remember to cover the basics, that is, what you expected to happen and
what in fact did happen.

Be sure to consult the FAQ section in the manual before submitting
a bug report.  If the bug (or problem) is triggered by a specific
(La)TeX file, you should try to produce a minimal sample file
showing the problem and include it in your report.

Your bug report will be posted to the AUCTeX bug reporting list.
------------------------------------------------------------------------

With ^C-^E subarray, AUCTEX seems to be unaware that there are centring
options like

\begin{subarray}{c}

\end{subarray}

AUCTEX does not insert the '{c}', and does not prompt for it.  But if it
is ignored, then the formula will not be set correctly.  (LaTeX does not
cause an error; but the first character in the array get gobbled up by
TeX.)

subarray comes from what used to be called AMSLaTeX, but which is now
part of LATeX2e.
(Continue reading)

Ralf Angeli | 19 Jun 2006 21:10

Re: (no subject)

* Mike Dowling (2006-06-18) writes:

> With ^C-^E subarray, AUCTEX seems to be unaware that there are centring
> options like
>
> \begin{subarray}{c}
>
> \end{subarray}
>
> AUCTEX does not insert the '{c}', and does not prompt for it.  But if it
> is ignored, then the formula will not be set correctly.  (LaTeX does not
> cause an error; but the first character in the array get gobbled up by
> TeX.)

Thanks for bringing this to our attention.  I changed the AUCTeX style
file for amsmath in AUCTeX's CVS repository in order for the user to
be prompted for the alignment option upon insertion of the
environment.

> subarray comes from what used to be called AMSLaTeX, but which is now
> part of LATeX2e.

Can you tell me where in LaTeX2e is it defined?  Grepping through the
sources provided by teTeX only revealed the definition in amsmath.sty.

--

-- 
Ralf
asas | 21 Jun 2006 18:41
Picon
Favicon

上半期を振り返って <at> 体験談

今年はまあまあですね。無料サイトのお陰です。
http://www.goods-select.com/niki/
出会い体験談===
hageyamakoichi <at> yahoo.com

_______________________________________________

Roussanka Loukanova | 22 Jun 2006 21:36

11.82; previewing latex source in AUCTeX

Hi,

I have installed Aquamacs (and Gerben Wierda's TeX). Then,
I downloaded AUCTeX from <http://yaced.sf.net/> the Gzipped tarball
auctex-11.83.tar.gz (signature)
http://www.gnu.org/software/auctex/download-for-macosx.html

I issued `./configure', `make', and `make install' (the later with  
sudo).

If I mark a region and select Preview->for region I get the following:

LaTeX Warning: You have requested, on input line 5, version
                `2004/11/05' of package preview,
                but only version
                `2004/04/11 preview-latex 0.8.1'
                is available.

  !name(oslo.tex) !offset(29)   !name(oslo.tex) !offset(93)  )
No pages of output.
Transcript written on _region_.log.

Preview-LaTeX finished with nothing to show at Tue Jun 20 22:44:05
LaTeX: LaTeX found no preview images

Some help?

In what follows I am providing the information that David Kastrup asked.
Accept my kind apology if I am not handling it properly (I'm using a
report you create with M-x for the first time).
(Continue reading)

David Kastrup | 22 Jun 2006 23:29
Picon
Picon

Re: 11.82; previewing latex source in AUCTeX

Roussanka Loukanova <rloukano <at> bredband.net> writes:

> I have installed Aquamacs (and Gerben Wierda's TeX). Then,
> I downloaded AUCTeX from <http://yaced.sf.net/> the Gzipped tarball
> auctex-11.83.tar.gz (signature)
> http://www.gnu.org/software/auctex/download-for-macosx.html
>
> I issued `./configure', `make', and `make install' (the later with
> sudo).
>
> If I mark a region and select Preview->for region I get the following:
>
> LaTeX Warning: You have requested, on input line 5, version
>                `2004/11/05' of package preview,
>                but only version
>                `2004/04/11 preview-latex 0.8.1'
>                is available.
>
>  !name(oslo.tex) !offset(29)   !name(oslo.tex) !offset(93)  )
> No pages of output.
> Transcript written on _region_.log.
>
> Preview-LaTeX finished with nothing to show at Tue Jun 20 22:44:05
> LaTeX: LaTeX found no preview images
>
> Some help?
>
> In what follows I am providing the information that David Kastrup asked.
> Accept my kind apology if I am not handling it properly (I'm using a
> report you create with M-x for the first time).
(Continue reading)

Patrick Drechsler | 23 Jun 2006 00:33
Picon
Gravatar

11.83; pst-pdf disables preview-latex

Remember to cover the basics.  Including a minimal LaTeX example
file exhibiting the problem might help.

Hi,

I have reported this before[1]. Using the package pst-pdf
displays no image when typing `C-c C-p C-b'. Excluding the
pst-pdf package works fine (image is created). Since both
preview-latex and pst-pdf use preview.sty I can see which
direction trouble is coming from. Searching the preview-latex
manual did reveal any further hints.

Is there a workaround for this? 

--8<------------------------schnipp------------------------->8---
\documentclass{article}
\usepackage{pst-pdf}
\begin{document}
\begin{equation}
  \label{eq:1}
  a^2+b^2=c^2
\end{equation}
\end{document}
--8<------------------------schnapp------------------------->8---

Kind Regards

Patrick

[1]
(Continue reading)

David Kastrup | 23 Jun 2006 08:04
Picon
Picon

Re: 11.83; pst-pdf disables preview-latex

Patrick Drechsler <patrick <at> pdrechsler.de> writes:

> Remember to cover the basics.  Including a minimal LaTeX example
> file exhibiting the problem might help.
>
> Hi,
>
> I have reported this before[1]. Using the package pst-pdf
> displays no image when typing `C-c C-p C-b'. Excluding the
> pst-pdf package works fine (image is created). Since both
> preview-latex and pst-pdf use preview.sty I can see which
> direction trouble is coming from. Searching the preview-latex
> manual did reveal any further hints.

pst-pdf is not in TeXlive yet which makes testing rather inconvenient.
No idea what it is doing or how to fix it.

--

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum

Gmane