Minor editing, but I still see (setting-constant nil)
This commit is contained in:
parent
b57898eb40
commit
1a206381d7
15
README.org
15
README.org
@ -2251,7 +2251,9 @@ backward compatibility. See table [[tab:org-latex-class-tag-placeholder]] and ty
|
|||||||
unicode=true,
|
unicode=true,
|
||||||
urlcolor=blue,
|
urlcolor=blue,
|
||||||
}\n")
|
}\n")
|
||||||
'(org-latex-listings 'minted)
|
`,(if (version< emacs-version "28.9.9")
|
||||||
|
'(org-latex-listings 'minted)
|
||||||
|
'(org-latex-src-block-backend 'minted))
|
||||||
'(org-latex-minted-langs '((cc "c++")
|
'(org-latex-minted-langs '((cc "c++")
|
||||||
(conf "text")
|
(conf "text")
|
||||||
(cperl "perl")
|
(cperl "perl")
|
||||||
@ -2354,7 +2356,8 @@ configuration.
|
|||||||
(custom-set-variables
|
(custom-set-variables
|
||||||
'(org-cite-export-processors '((latex biblatex)
|
'(org-cite-export-processors '((latex biblatex)
|
||||||
(t csl)))
|
(t csl)))
|
||||||
'(org-cite-global-bibliography '("~/VCS/research/refs.bib")))
|
'(org-cite-global-bibliography '("~/VCS/research/refs.bib")))
|
||||||
|
|
||||||
(when (require 'citar nil 'noerror)
|
(when (require 'citar nil 'noerror)
|
||||||
(custom-set-variables
|
(custom-set-variables
|
||||||
'(org-cite-activate-processor 'citar)
|
'(org-cite-activate-processor 'citar)
|
||||||
@ -2498,9 +2501,9 @@ listings below make* [[https://github.com/tecosaur/engrave-faces#readme][Engrave
|
|||||||
environments and non-floating breakable LaTeX environments by means of
|
environments and non-floating breakable LaTeX environments by means of
|
||||||
`org-latex-engraved-source-block-filter'."
|
`org-latex-engraved-source-block-filter'."
|
||||||
(interactive)
|
(interactive)
|
||||||
(autoload 'org-latex-src-block-backend "ox-latex" nil 'noerror)
|
(when (require 'ox-latex nil 'noerror)
|
||||||
(setq-local org-latex-src-block-backend 'engraved
|
(setq-local org-latex-src-block-backend 'engraved
|
||||||
org-latex-engraved-preamble "\\usepackage{fvextra}
|
org-latex-engraved-preamble "\\usepackage{fvextra}
|
||||||
[FVEXTRA-SETUP]
|
[FVEXTRA-SETUP]
|
||||||
|
|
||||||
% Make code and line numbers normalsize. Make line numbers grey.
|
% Make code and line numbers normalsize. Make line numbers grey.
|
||||||
@ -2534,7 +2537,7 @@ listings below make* [[https://github.com/tecosaur/engrave-faces#readme][Engrave
|
|||||||
left=2pt, right=2pt, top=1pt, bottom=1pt,
|
left=2pt, right=2pt, top=1pt, bottom=1pt,
|
||||||
}
|
}
|
||||||
|
|
||||||
[LISTINGS-SETUP]"))
|
[LISTINGS-SETUP]")))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
#+caption[Fix engraving of symbolic color names]:
|
#+caption[Fix engraving of symbolic color names]:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user