1 line
2.8 KiB
Plaintext
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'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'm trying with basic latex, and I still can't make it work correctly. (I've heard about the new citation system but it's not released yet and I'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't want to manually add every ref, that'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'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>'("latexmk -pdflatex='lualatex -shell-escape -interaction nonstopmode' -pdf -f %f")</code>, maybe it's not the right one? (previously I had one that circulates with 4 entries in the list, it's not getting me better results)</p> <p>I'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'm pretty sure I'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't even sort by the date field (ISO encoded YYYY-MM-DD) correctly! This is insane.</em></p> </div><!-- SC_ON -->   submitted by   <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>   <span><a href="https://www.reddit.com/r/orgmode/comments/r2rg2x/how_to_cite_my_publications_in_my_cv/">[comments]</a></span> |