From: Nick Dokos <nicholas.dokos@hp.com>
To: "Thomas S. Dye" <tsd@tsdye.com>
Cc: nicholas.dokos@hp.com, Org-mode <emacs-orgmode@gnu.org>
Subject: Re: biblatex citation
Date: Sat, 27 Aug 2011 04:16:41 -0400 [thread overview]
Message-ID: <9866.1314433001@alphaville.dokosmarshall.org> (raw)
In-Reply-To: Message from tsd@tsdye.com (Thomas S. Dye) of "Fri, 26 Aug 2011 21:10:56 -1000." <m139gn5ny7.fsf@tsdye.com>
Thomas S. Dye <tsd@tsdye.com> wrote:
> Aloha all,
>
> This biblatex construct:
> \parencites[234]{kirch85}[185]{kirch84}
>
> is output like this:
> \parencites[234]{kirch85}[185]\{kirch84\}
>
> The biblatex syntax is unusual (to me) in LaTeX. I wonder if it is
> possible to support it in Org-mode?
>
So is the syntax \parencites followed by an arbitrary number of pairs
[page#]{ref}?
latex export knows to do the right thing for a command with optional and
mandatory arguments: \command[opt]{mand} is properly protected, but the
above case stretches it to beyond its breaking point.
After a quick look, all I could come up with as a possibility was yet
another special case in org-export-latex-preprocess - and one more scan
of the whole file to add to the many (roughly 20!) that this function
does.
Nick
next prev parent reply other threads:[~2011-08-27 8:16 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-27 7:10 biblatex citation Thomas S. Dye
2011-08-27 8:16 ` Nick Dokos [this message]
2011-08-27 8:52 ` Nick Dokos
2011-08-27 9:38 ` Nicolas Goaziou
2011-08-27 21:12 ` Thomas S. Dye
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=9866.1314433001@alphaville.dokosmarshall.org \
--to=nicholas.dokos@hp.com \
--cc=emacs-orgmode@gnu.org \
--cc=tsd@tsdye.com \
/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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.