Minor editing of the writing LateX files section
This commit is contained in:
parent
e009d98bd1
commit
3ab1d0de4b
13
README.org
13
README.org
@ -1060,9 +1060,8 @@ a LaTeX file that sets ~TeX-master~. Listing [[lst:require-auctex]] initializes
|
||||
'(TeX-parse-self t)))
|
||||
#+end_src
|
||||
|
||||
Although, the LaTeX =biblatex= is in use, listing [[lst:configure-bibtex]]
|
||||
configures the Emacs =bibtex= library for the LaTeX =BiBTeX= package to maintain
|
||||
backwards compatibility.
|
||||
Listing [[lst:configure-bibtex]] configures the Emacs =bibtex= library to use the
|
||||
LaTeX =BiBTeX= dialect for backwards compatibility.
|
||||
|
||||
#+caption[Configure =bibtex=]:
|
||||
#+caption: Configure =bibtex=.
|
||||
@ -1084,7 +1083,9 @@ Listing [[lst:configure-font-latex]] disables font scaling of section titles.
|
||||
#+end_src
|
||||
|
||||
Listing [[lst:configure-latex]] configures =latex= for a full featured
|
||||
=LaTeX-section-command=.
|
||||
=LaTeX-section-command=. Finally, out of the box, [[https://en.wikipedia.org/wiki/AUCTeX][AUCTeX]] does not indent text
|
||||
between square brackets. The code in listing [[lst:configure-tex]] corrects this by
|
||||
advising to override ~TeX-brace-count-line~ with ~my-TeX-brace-count-line~.
|
||||
|
||||
#+caption[Configure =latex=]:
|
||||
#+caption: Configure =latex=.
|
||||
@ -1099,10 +1100,6 @@ Listing [[lst:configure-latex]] configures =latex= for a full featured
|
||||
LaTeX-section-label))))
|
||||
#+end_src
|
||||
|
||||
Out of the box, [[https://en.wikipedia.org/wiki/AUCTeX][AUCTeX]] does not indent text between square brackets. The code
|
||||
in listing [[lst:configure-tex]] corrects this by advising to override
|
||||
~TeX-brace-count-line~ with ~my-TeX-brace-count-line~.
|
||||
|
||||
#+caption[Configure =TeX=]:
|
||||
#+caption: Configure =TeX=.
|
||||
#+name: lst:configure-tex
|
||||
|
Loading…
Reference in New Issue
Block a user