Do you need auctex?
#1
Posted 06 March 2008 - 11:58 PM
now it is (after a long search I figured this out): ctrl-c ctrl-c. I would like to go back to the usual comands , so is this due to auctex as I guess? Is there any use for auctex on linux (I thought it was only for compiling latex documents on emacs installed on windows)?
Thanks very much for any hints and/or elucidations (is this english?)!
A COUNTRY WITHOUT AN ARMY IS LIKE A FISH WITHOUT A BIKE!!!
I don't believe in god, but I do believe in what others call utopies.
#2
Posted 07 March 2008 - 06:25 AM
it does change shortcuts, because it creates a load of them.... here is all the shortcuts that auctex creates: AUCTeX 11.85
here's auctex manual, detalied about everything it does:
AUCTeX 11.85
compiling latex documents is done with the latex package auctex alows you to have latex syntax highlighting, and to preview your documents, and stuff
Caution: some thinking required when using this product, keep your axons and dendrites inside your head at all times.
#3
Posted 09 March 2008 - 10:05 PM
But to my question, why do I compile at home with C-c C-f and now at work with C-c C-c Latex Enter?
A COUNTRY WITHOUT AN ARMY IS LIKE A FISH WITHOUT A BIKE!!!
I don't believe in god, but I do believe in what others call utopies.
#4
Posted 10 March 2008 - 03:01 AM
Caution: some thinking required when using this product, keep your axons and dendrites inside your head at all times.
#5
Posted 10 March 2008 - 05:59 AM
A COUNTRY WITHOUT AN ARMY IS LIKE A FISH WITHOUT A BIKE!!!
I don't believe in god, but I do believe in what others call utopies.
#6
Posted 10 March 2008 - 06:33 AM
Caution: some thinking required when using this product, keep your axons and dendrites inside your head at all times.
#7
Posted 10 March 2008 - 06:41 AM
A COUNTRY WITHOUT AN ARMY IS LIKE A FISH WITHOUT A BIKE!!!
I don't believe in god, but I do believe in what others call utopies.
#8
Posted 10 March 2008 - 07:18 AM
you can insert this in custom.el to have cool latex highlighting:
(custom-set-faces ; only one 'custom-set-faces' entry must exist in custom.el '(default ((t (:foreground "white" :background "black" :size "12" :family "courier"))) t) '(cperl-array-face ((t (:foreground "orangered" :bold t)))) '(cperl-hash-face ((t (:foreground "Red" :bold t)))) '(cperl-nonoverridable-face ((t (:foreground "orange" :bold t)))) '(custom-button-face ((t (:bold t :foreground "#3fdfcf")))) '(custom-group-tag-face ((t (:underline t :foreground "blue")))) '(custom-saved-face ((t (:underline t :foreground "orange")))) '(custom-state-face ((t (:foreground "green3")))) '(custom-variable-button-face ((t (:bold t :underline t :foreground "white")))) '(dired-face-permissions ((t (:foreground "green")))) '(font-latex-bold-face ((((class color) (background light)) (:bold t)))) '(font-latex-italic-face ((((class color) (background light)) (:italic t)))) '(font-latex-math-face ((((class color) (background light)) (:foreground "green3")))) '(font-latex-sedate-face ((((class color) (background light)) (:foreground "gold")))) '(font-lock-comment-face ((t (:foreground "orange3")))) '(font-lock-doc-string-face ((t (:foreground "Wheat3")))) '(font-lock-function-name-face ((t (:foreground "blue" :bold t)))) '(font-lock-keyword-face ((t (:foreground "gold")))) '(font-lock-preprocessor-face ((t (:foreground "red" :bold t)))) '(font-lock-reference-face ((t (:foreground "orangered")))) '(font-lock-string-face ((t (:foreground "green3")))) '(font-lock-type-face ((t (:foreground "#886fff" :bold t)))) '(font-lock-variable-name-face ((t (:foreground "yellow" :bold t)))) '(font-lock-warning-face ((t (:foreground "Violetred" :bold t)))) '(highlight ((t (:foreground "red3" :background "white"))) t) '(isearch ((t (:foreground "red" :background "white"))) t) '(list-mode-item-selected ((t (:foreground "green"))) t) '(message-cited-text ((t (:bold t :italic nil)))) '(secondary-selection ((t (:foreground "white" :background "red"))) t) '(text-cursor ((t (:foreground "black" :background "green"))) t) '(zmacs-region ((t (:background "RoyalBlue"))) t) )
but yeah auctex allows you to do inline preview, thats about it...
Caution: some thinking required when using this product, keep your axons and dendrites inside your head at all times.
#9
Posted 10 March 2008 - 07:35 AM
A COUNTRY WITHOUT AN ARMY IS LIKE A FISH WITHOUT A BIKE!!!
I don't believe in god, but I do believe in what others call utopies.
#10
Posted 10 March 2008 - 08:01 AM
Caution: some thinking required when using this product, keep your axons and dendrites inside your head at all times.
#11
Posted 10 March 2008 - 08:03 AM
A COUNTRY WITHOUT AN ARMY IS LIKE A FISH WITHOUT A BIKE!!!
I don't believe in god, but I do believe in what others call utopies.
#12
Posted 10 March 2008 - 08:09 AM
ok, look at this:
Quote
Read the section Installing AUCTeX, or Installation under MS Windows, respectively for comprehensive information about how to install AUCTeX.
The installation routine tries to make the modes provided by AUCTeX the default for all supported file types. If this does not happen in your case, add
(load "auctex.el" nil t t)
to your init file and consult the section Loading the package.
If you want to change the modes for which it is operative instead of the default, use
M-x customize-variable RET TeX-modes RET
If you want to remove a preinstalled AUCTeX completely before any of its modes have been used,
(unload-feature 'tex-site)
should accomplish that.
those lines in your .emacs are likely the cause of auctex loading
Caution: some thinking required when using this product, keep your axons and dendrites inside your head at all times.
#13
Posted 10 March 2008 - 08:10 AM
Caution: some thinking required when using this product, keep your axons and dendrites inside your head at all times.
#14
Posted 10 March 2008 - 11:30 PM
(setq reftex-plug-into-AUCTeX t)
So it have to be in another hidden file I guess...
A COUNTRY WITHOUT AN ARMY IS LIKE A FISH WITHOUT A BIKE!!!
I don't believe in god, but I do believe in what others call utopies.
#15
Posted 11 March 2008 - 03:12 AM
Caution: some thinking required when using this product, keep your axons and dendrites inside your head at all times.

Help
Join now


Promote to Article










