Jürgen Fenn | 7 Feb 00:10

Finally bringing AUCTeX into Gnu Emacs

I would like to draw your attention to this discussion on emacs-devel
on whether AUCTeX could finally be included in GNU Emacs. I would
appreciate if you please could take part in the discussion.

http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00847.html
http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00004.html

Thanks in advance.

Regards,
Jürgen.
Mads Jensen | 3 Feb 09:10
Favicon

omicron

Hi,

Could you please add

    (?o "omicron" "Greek Lowercase" 959) ;; #X03BF

to latex.el between the xi and pi characters in LaTeX-math-default.
Thank you.
--

-- 
Med Venlig Hilsen / Kind Regards,
Mads Jensen
Rubinsteinsvej 31,st.th
DK-2450 Kbh. SV
Denmark
+45 6168 8518
"hippopotomonstrosesquipedaliophobia": fear of long words ...

_______________________________________________
auctex-devel mailing list
auctex-devel <at> gnu.org
https://lists.gnu.org/mailman/listinfo/auctex-devel
Uwe Brauer | 30 Jan 11:49
Picon
Favicon

org-preview-latex-fragment and preview-copy-region-as-mml

Hello

I am starting to use org-preview-latex-fragment also in non
org buffers, including message buffers.

What would be extremely helpful is to actually send the
images generates in the message buffers as images.

Preview-latex provides such a functionality
preview-copy-region-as-mml, from  a LaTeX buffer.

Of course the 2 preview functions org-preview and the
latex-preview function work differently. I had a look 
preview-copy-region-as-mml  and it is not clear to me how to
make if work for png generated by org-preview-latex-fragment
in a message buffer. 

Maybe some of the maintainers of org mode or auctex are
interested in having a look?

Uwe Brauer 
Uwe Brauer | 27 Jan 13:37
Picon
Favicon

future proposal: preview + files + header via \input.

Hello 

Preview does not work in files where the header is inserted
via the input argument like 

\input header-mtl.tex 

This 

\begin{equation}
\label{eq:test:1}
\int 
\end{equation}

\end{document}

I obtain the error.
Could such a feature be implemented?
Thanks 

Uwe Brauer 
Debugger entered--Lisp error: (error "Can't find preamble of `/home/oub/ALLES/Matlab-init/Compare-implicit/TeX/test.tex'")
  signal(error ("Can't find preamble of `/home/oub/ALLES/Matlab-init/Compare-implicit/TeX/test.tex'"))
  preview-reraise-error(#<process "Preview-LaTeX" pid 26674 state:exit>)
  (lambda (process string) (condition-case err (progn ... ...) (error ...)) (preview-reraise-error
process))(#<process "Preview-LaTeX" pid 26674 state:exit> "Preview-LaTeX")
  funcall((lambda (process string) (condition-case err (progn ... ...) (error ...))
(preview-reraise-error process)) #<process "Preview-LaTeX" pid 26674 state:exit> "Preview-LaTeX")
(Continue reading)

Mads Jensen | 14 Jan 23:03
Favicon

color.el

I have made a small extension file for color.sty which is attached.
--

-- 
Med Venlig Hilsen / Kind Regards,
Mads Jensen
Rubinsteinsvej 31,st.th
DK-2450 Kbh. SV
Denmark
+45 6168 8518
"hippopotomonstrosesquipedaliophobia": fear of long words ...
Attachment (color.el): text/x-emacs-lisp, 2929 bytes
_______________________________________________
auctex-devel mailing list
auctex-devel <at> gnu.org
https://lists.gnu.org/mailman/listinfo/auctex-devel
Mads Jensen | 20 Dec 22:54
Favicon

footmisc.el

Hi,

I've attached footmisc.el adding support for the footmisc.sty package.
I'm a bit in doubt of whether to include some support for completion for
setfnsymbol for the names defined with DefineFNsymbols(*), but it
doesn't seem to be practiced in other files; besides, I think
hippie-expand (M-;

I noticed the thread about the concerns about the activity in the cvs
repository. For reference, I submitted several files, of which only a
few were added to the repository. I'm curious if my work will be used.
--

-- 
Med Venlig Hilsen / Kind Regards,
Mads Jensen
Rubinsteinsvej 31,st.th
DK-2450 Kbh. SV
Denmark
+45 6168 8518
"hippopotomonstrosesquipedaliophobia": fear of long words ...

Attachment (footmisc.el): text/x-emacs-lisp, 2504 bytes
_______________________________________________
auctex-devel mailing list
auctex-devel <at> gnu.org
https://lists.gnu.org/mailman/listinfo/auctex-devel
Marcus Frings | 11 Dec 18:32
Face

AUCTeX development dead?

Hello everybody,

does anyone know what's up with the development of AUCTeX? For many
weeks I don't get any updates from the CVS version and especially the
biber/biblatex support which Philip submitted some time ago I would like
to see as official part of AUCTeX.

Best regards,
Marcus
--

-- 
"Thank you, you have saved us all some effort, by destroying the greater part
of earth civilization yourself. Please wait where you are, and a cortex reaver
will arrive shortly, to escort you to the celebration."
                                                      (Shodan in System Shock)
Florêncio Neves | 2 Dec 00:14
Picon

TikZ support

Hi,

I have written a sketch of style file for the TikZ drawing package. If
you find the functionality relevant and the code of acceptable
quality, I will be happy to contribute it.

There are two things I don't know how to do: one is to implement a
parser for TikZ's "subpackage" system, the other is how to make the
current key-val functionality of AUCTeX work better with pgfkeys,
which allows blank spaces in keys and values.

Best regards,
Florêncio Neves.
Attachment (tikz.el): text/x-emacs-lisp, 7812 bytes
_______________________________________________
auctex-devel mailing list
auctex-devel <at> gnu.org
https://lists.gnu.org/mailman/listinfo/auctex-devel
Mads Jensen | 10 Nov 10:07
Favicon

inserting document environment

Inserting the document environment automatically inserts the
documentclass-macro, even though it's already in the file.

Could you please change LaTeX-env-document to account for this?
--

-- 
Med Venlig Hilsen / Kind Regards,
Mads Jensen
Rubinsteinsvej 31,st.th
DK-2450 Kbh. SV
Denmark
+45 6168 8518
"hippopotomonstrosesquipedaliophobia": fear of long words ...

_______________________________________________
auctex-devel mailing list
auctex-devel <at> gnu.org
https://lists.gnu.org/mailman/listinfo/auctex-devel
Vladimir Lomov | 14 Oct 15:10
Picon

[oub <at> mat.ucm.es: Re: 11.84 preview does not work with hyperref]

Please, reply also in ML!

----- Forwarded message from Uwe Brauer <oub <at> mat.ucm.es> -----

Date: Fri, 14 Oct 2011 14:40:04 +0200
From: Uwe Brauer <oub <at> mat.ucm.es>
To: Vladimir Lomov <lomov.vl <at> gmail.com>
Subject: Re: [AUCTeX-devel] 11.84 preview does not work with hyperref
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.16) Gecko/20101206 Lightning/1.0b1 SeaMonkey/2.0.11

Vladimir Lomov wrote:
> Hello,
> ** Uwe Brauer [2011-10-14 13:55:46 +0200]:

>> Hello

> Works fine in both cases here: Archlinux, x86_64, emacs-bzr, auctex-cvs (= 11.86
> almost), TeX Live 2011.

ok thanks upgrade of auctex seems to be needed.

Uwe

----- End forwarded message -----

--

-- 
Type louder, please.
Uwe Brauer | 14 Oct 13:55
Picon
Favicon

11.84 preview does not work with hyperref

Hello

Below the following minimal example.

If I use hyperref now preveiw picts are inserted. If I
comment out that line everything is fine.

Uwe Brauer 

Attachment (Local_existence_6.tex): text/x-tex, 190 bytes
_______________________________________________
auctex-devel mailing list
auctex-devel <at> gnu.org
https://lists.gnu.org/mailman/listinfo/auctex-devel

Gmane