emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Michael Strey <mstrey@strey.biz>
To: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: references to arbitrary labels in org and export to latex
Date: Wed, 03 Feb 2016 09:56:49 +0100	[thread overview]
Message-ID: <87zivi41f2.fsf@strey.biz> (raw)
In-Reply-To: 56B1A6C9.8000208@gmail.com


On Mi, 2016-02-03 at 08:05, Christian Wittern wrote:
> I am writing a document with a lot of web references.  I would like to
> bundle them at the end in the same way this is usually done with
> bibliographic references, but separately.

I would use the great org-ref package and handle the URLs like normal
bibliographic references in a biblatex .bib file with the entry type
'Online'.

Biblatex allows to have multiple bibliographies as described here:
http://texblog.org/2012/10/22/multiple-bibliographies-with-biblatex/

with

#+BEGIN_EXPORT latex
\printbibliography[title={Online references},type=online]
\printbibliography[title={Other references}, nottype=online]
#+END_EXPORT  

Best regards
-- 
Michael Strey
http://www.strey.biz * https://twitter.com/michaelstrey

      parent reply	other threads:[~2016-02-03  8:57 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-03  7:05 references to arbitrary labels in org and export to latex Christian Wittern
2016-02-03  7:50 ` Loris Bennett
2016-02-05  9:46   ` Christian Wittern
2016-02-05 12:40     ` Kaushal Modi
2016-02-05 13:40       ` John Kitchin
2016-02-05 18:27         ` Kaushal Modi
2016-02-03  8:56 ` Michael Strey [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zivi41f2.fsf@strey.biz \
    --to=mstrey@strey.biz \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).