Re: [O] Creating a (RabbitMQ) diagram

2019-10-18 Thread Fraga, Eric
On Thursday, 17 Oct 2019 at 15:21, Cecil Westerhof wrote: > I tried it out (after a bit of configuring) with the following: > > #+BEGIN_SRC plantuml :file groupingComponents.eps :noexport [...] > It looks a bit different, but I will not worry about it at the moment. I use the following tools wit

[O] org-ref: format full bibliography?

2019-10-18 Thread Matt Price
I'm successfully using org-ref to create bibliographic entries and citations in my lectures and syllabi, using ox-hugo and org-re-reveal, and of late also citeproc-orgref. It's great. Now I'd like to add a "bibliography' page to my course websites, which provides a long list of works that students

Re: [O] org-ref: format full bibliography?

2019-10-18 Thread John Kitchin
If you have a bibtex file open, run M-x org-ref-build-full-bibliography which should make a pdf of the entries. There isn't a super simple way to filter them right now. The way to do that is use org-ref to add the citations you want in an org file, and then run M-x org-ref-extract-bibtex-to-file,