emacs/var/elfeed/db/data/63/63f2272ff8a4ac1035ca8077bc01dc6df949b080
2022-01-03 12:49:32 -06:00

1 line
2.8 KiB
Plaintext

<!-- SC_OFF --><div class="md"><p>I wrote my CV with org mode, thinking this would make it easier to refresh it by simply adding new refs to my bibliography file, but it&#39;s not as smooth as I expected.</p> <p>I tried org-ref, but I hardly can make it work again any time I need it.<br/> Now I&#39;m trying with basic latex, and I still can&#39;t make it work correctly. (I&#39;ve heard about the new citation system but it&#39;s not released yet and I&#39;m really not trying to experiment a lot of things and change my whole <code>completing-read</code> backend <em>right now</em>)</p> <p>I am down to this situation: at the end of my org file I specify the bibliography file, style, and <code>nocite</code> everything with a <code>*</code> (because I really don&#39;t want to manually add every ref, that&#39;s the whole point)</p> <pre><code>\nocite{*} \bibliography{biblio} \bibliographystyle{plain} </code></pre> <p>This nearly works, as it inserts a bibliography at the end of my CV, but the citations are in the order of the bibtex file, which would not be a problem if zotero did not <em>completely</em> randomize those refs.<br/> Maybe someone here does know how to get zotero to export in a set order, or org/latex to cite in a set order?</p> <p>Also, <code>bibliographystyle{…}</code> seems to be <em>completely</em> ignored as it&#39;s always the same citation style no matter what I write between the curly braces. Do I need to use a package even for the basic citation styles?</p> <p>My <code>org-latex-pdf-process</code> (of which I have found countless different versions on the web…) is <code>&#39;(&quot;latexmk -pdflatex=&#39;lualatex -shell-escape -interaction nonstopmode&#39; -pdf -f %f&quot;)</code>, maybe it&#39;s not the right one? (previously I had one that circulates with 4 entries in the list, it&#39;s not getting me better results)</p> <p>I&#39;m on archlinux with texlive-core, texlive-bin, texlive-latexextra, texlive-bibextra, and bibtool installed. Org is 9.4.6. Emacs is 27.2. Do I miss latex packages maybe?</p> <p>This seems to be mostly a zotero/bibtex/latex question, but I&#39;m pretty sure I&#39;m not the only one trying to write my CV with Org so these must be not so rare concerns (although I cannot find good ressources on the net about these!). </p> <p>Thanks for the help!</p> <p><em>edit: I tried using bibtool to sort my .bib file and be done with that part, but bibtool can&#39;t even sort by the date field (ISO encoded YYYY-MM-DD) correctly! This is insane.</em></p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/SataMaxx"> /u/SataMaxx </a> <br/> <span><a href="https://www.reddit.com/r/orgmode/comments/r2rg2x/how_to_cite_my_publications_in_my_cv/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/orgmode/comments/r2rg2x/how_to_cite_my_publications_in_my_cv/">[comments]</a></span>