Age | Commit message (Collapse) | Author |
|
* tex-conf.el (end-exit-paren, open-back-paren): Refined handling of
right angled brackets.
(durand-o-things-list, durand-insert-o-things): Take right angled
brackets into consideration.
|
|
* tex-conf.el (durand-tex-hiero): Send the region to the executable
that translates it to the LaTeX commands that produce the
corresponding hieroglyphs. This makes it convenient to obtain the
correct LaTeX codes to use.
|
|
Add a binding to run the commands.
|
|
Sometimes I want to display the pdf side-by-side with the source file,
in which case it would be natural and convenient to reuse the same
window for displaying the pdf file, instead of switching to the pdf
file in the window that was displaying the source file.
|
|
* tex-conf.el (reftex-insert-label-flags): Be smarter when inserting
labels.
|
|
* tex-conf.el (end-exit-paren, (open-back-paren): Modify the commands
so that they treat \right as part of the parentheses.
|
|
|
|
* tex-conf.el (durand-tex-do-all): Do everything I want.
(LaTeX-mode-map): Bind to 'C-c t'.
|
|
|
|
I don't know why I didn't do this previously.
|
|
|
|
|
|
* tex-conf.el
("/usr/local/share/emacs/site-lisp/auctex/tex.el"):
("/usr/local/share/emacs/site-lisp/auctex/latex.el"): Load the files explicitly.
|
|
* tex-conf.el (TeX-after-compilation-finished-functions): Revert the
PDF after compilation.
(pdf-sync-forward-display-action):
(pdf-sync-backward-display-action): Display the PDF in the same
window.
(TeX-source-correlate-start-server): Start syncronization between the
TeX buffer and the PDF buffer.
(font-latex-fontify-sectioning): Make sections bigger.
(LaTeX-mode-hook): Add my own preparation function.
(open-paren): Insert a pair of parentheses and put the cursor in
between.
(open-curly): Insert a pair of curly braces and put the cursor in
between.
(open-bracket): Insert a pair of square brackets and put the cursor in
between.
(durand-delete-pair): When the character before point is an open
bracket, delete the corresponding closing bracket as well.
(end-exit-paren): When the character after point is a closing bracket,
exit out of it instead of inserting a closing bracket.
(open-back-paren): If the character before point is a closing bracket,
go back one character into the brackets.
(parens-require-spaces): Don't require spaces around parentheses.
(durand-prepare-latex): Treat the escape character as a symbol, turn
on auto-fill, and don't require spaces around parentheses.
(durand-latex-delete-newline): Delete a newline before point, if any.
(LaTeX-section-hook): Delete the newline between the section and the
label, so that chktex doesn't complain about that space.
|
|
Configure TeX and add some skeletons, and bind a key to eww.
|
|
Now TeX and elfeed are roughly configured.
|