From: Jambunathan K <kjambunathan@gmail.com>
To: Alan L Tyree <alantyree@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Index of cases
Date: Sun, 08 Sep 2013 10:07:53 +0530 [thread overview]
Message-ID: <874n9wdj32.fsf@gmail.com> (raw)
In-Reply-To: <522BB194.7060705@gmail.com> (Alan L. Tyree's message of "Sun, 08 Sep 2013 09:07:00 +1000")
CC me in the reply.
Alan L Tyree <alantyree@gmail.com> writes:
> G'day,
>
> I am the author of a legal text of about 700 pages. I currently have
> the book in LaTeX using the memoir class. A couple of macros define
> special indexes for a Table of Cases and a Table of Statutes.
Please share the existing macros. Others may find it useful or get
inspiration from it.
> I would like to move the whole thing to Org to make it easier for my
> editors who can be easily alarmed by the LaTeX markup.
>
> The LaTeX is overkill since I submit the manuscript to the publisher
> in a Word file.
If you are interested in ODT export and find something missing, I would
be happy to implement.
The exporter currently doesn't print table of figures etc. It is
something that I hope to flesh out. Btw, the exporter already
categorises Math formula (meaning png images or MathML snippets
converted from Latex math snipppets) in to it's own sequence counter.
So I believe we can conjure up a way to enumerate the cases separately.
> Is there a standard way to get, say, the table of cases? A typical
> "case" looks like this:
>
> Howell v Coupland (1874) LR 9 QB 462; (1876) 1 QBD 258
>
> The Table of Cases needs to indicate where in the text the case is
> mentioned; reference to section numbers is OK. So, for example, in the
> Table of Cases, the above case appears as:
>
> Howell v Coupland (1874) LR 9 QB 462; (1876) 1 QBD 258 [15.16]
> [15.25]
Assuming that the cases are introduced in a paragraph you can attach a
label and caption to a paragraph and link to the NAME with the usual
"reference" link. (This is possible with the new exporter.)
#+CAPTION: A Non-sensical case
#+NAME: case:dismissed
This paragraph describes HowellvCoupland.
----------------------------------------------------------------
Another alternative would be to introduce the title of the case as a
paragraph of its own and styled separately and then link to the
paragraph.
#+ATTR_ODT: :style "Cases"
A Non-sensical case
This paragraph describes HowellvCoupland.
----------------------------------------------------------------
The difference between the two is this: In the second case, the name of
the case goes right in to document content rather than as a paragraph
caption.
In ODT, it is possible to "collect" paragraphs that have a given style
in to an index of it's own.
----------------------------------------------------------------
I am writing from memory and you know better than to repose trust on
someone you have never met.
next prev parent reply other threads:[~2013-09-08 4:35 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-07 23:07 Index of cases Alan L Tyree
2013-09-08 2:05 ` David Rogers
2013-09-08 5:56 ` Alan L Tyree
2013-09-08 4:37 ` Jambunathan K [this message]
2013-09-08 6:18 ` Alan L Tyree
2013-09-08 7:09 ` Jambunathan K
2013-09-08 7:29 ` Jambunathan K
2013-09-08 22:17 ` David Rogers
2013-09-08 22:55 ` Alan L Tyree
2013-09-09 6:58 ` David Rogers
2013-09-09 7:14 ` Alan L Tyree
2013-09-09 8:10 ` Suvayu Ali
2013-09-09 19:33 ` Alan L Tyree
2013-09-09 9:41 ` Paul Rudin
2013-09-09 19:41 ` Alan L Tyree
2013-09-09 18:56 ` Achim Gratz
2013-09-10 0:40 ` Brian van den Broek
2013-09-10 4:01 ` Alan Tyree
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=874n9wdj32.fsf@gmail.com \
--to=kjambunathan@gmail.com \
--cc=alantyree@gmail.com \
--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).