Fix Cross References

This commit is contained in:
2025-09-04 15:42:37 -04:00
parent 72ec0bbcca
commit 71bb316433

View File

@@ -505,8 +505,9 @@ updating our bibliography.
bibtex-autokey-titlewords 2 bibtex-autokey-titlewords 2
bibtex-autokey-titlewords-stretch 1 bibtex-autokey-titlewords-stretch 1
bibtex-autokey-titleword-length 5) bibtex-autokey-titleword-length 5)
(add-hook 'org-export-before-parsing-functions 'org-ref-csl-preprocess-buffer) (add-to-list 'org-export-before-parsing-functions 'org-ref-csl-preprocess-buffer)
:require org-ref org-ref-helm oc-bibtex oc-bibtex oc-csl oc-natbib) (add-to-list 'org-export-before-parsing-functions 'org-ref-refproc)
:require org-ref org-ref-helm oc-bibtex oc-bibtex oc-csl oc-natbib org-ref-refproc)
#+end_src #+end_src
** Extra Export Options ** Extra Export Options
@@ -521,7 +522,7 @@ We really do require latex
:config :config
(add-to-list 'org-latex-packages-alist '("" "minted")) (add-to-list 'org-latex-packages-alist '("" "minted"))
(setq org-latex-listings 'minted) (setq org-latex-listings 'minted)
(setq org-latex-prefer-user-labels t)
(add-to-list 'org-latex-classes (add-to-list 'org-latex-classes
'("labtemplate" "\\documentclass{labtemplate}" '("labtemplate" "\\documentclass{labtemplate}"
("\\section{%s}" . "\\section*{%s}") ("\\section{%s}" . "\\section*{%s}")