public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
From: AnnFran <aftimm-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: pandoc-discuss <pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
Subject: Re: Scrivener->pandoc->DOCX rogue footnote problems
Date: Thu, 9 Aug 2018 21:55:03 -0700 (PDT)	[thread overview]
Message-ID: <394df501-b036-49eb-ba34-20a3a42374c9@googlegroups.com> (raw)
In-Reply-To: <61cdd877-96d0-4889-8668-7312b7f5b953-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>


[-- Attachment #1.1: Type: text/plain, Size: 2683 bytes --]

Darn. I'm sorry. I really thought I had parsed things down. But here are 
examples on the basis of just two references:


*The Markdown Source for two references (one repeated and one with text in 
the note):*
arguments about diversity.[^fn1] 

interwar Berlin.[^fn2] 

in a 1949 article [^fn3]

[^fn1]: @hirschfeldTransvestitenUntersuchungUeber1910.

[^fn2]: @hirschfeldTransvestitenUntersuchungUeber1910, 4-5.

[^fn3]: @cauldwellPsychopathiaTransexualis1949. Lorem ipsum dolor sit amet, 
consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et 
dolore magna aliqua.

*The .BIB source for these two citations:*

@book{hirschfeldTransvestitenUntersuchungUeber1910,
  langid = {german},
  location = {{Berlin}},
  title = {Die Transvestiten: Eine Untersuchung \"uber den erotischen 
Verkleidungstrieb},
  publisher = {{Alfred Pulvermacher \& Co.}},
  date = {1910},
  author = {Hirschfeld, Magnus}
}

@article{cauldwellPsychopathiaTransexualis2001,
  title = {Psychopathia {{Transexualis}}},
  volume = {5},
  abstract = {(Originally published in Sexology, vol. 16, 1949, pp. 
274-280. Copyright, 1949, by Sexology Magazine.)
http://www.iiav.nl/ezines/web/ijt/97-03/numbers/symposion/cauldwell\_02.htm},
  number = {2},
  journaltitle = {The International Journal of Transgenderism},
  date = {2001},
  author = {Cauldwell, David Oliver}
}
% == BibLateX quality report for cauldwellPsychopathiaTransexualis2001:
% ? Title looks like it was stored in title-case in Zotero

*The precise command line I used in terminal: *

pandoc --bibliography=MY_Zotero_refs.bib -s MY_compiled_doc.txt -o 
output.docx --csl=chicago.csl -f markdown -t docx

The Word output in the footnotes (with brackets to denote superscript. Line 
starting with the 6. is what was generated for FN 3):

 [1]
 [2]    
 [3]  1, 4-5.
 
6.    Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do 
eiusmod tempor incididunt ut labore et dolore magna aliqua. Dictum at 
tempor commodo ullamcorper. Nibh venenatis cras sed felis eget velit. Orci 
phasellus egestas tellus rutrum tellus pellentesque eu tincidunt tortor.

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/394df501-b036-49eb-ba34-20a3a42374c9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

[-- Attachment #1.2: Type: text/html, Size: 3319 bytes --]

  parent reply	other threads:[~2018-08-10  4:55 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-10  0:59 AnnFran
     [not found] ` <61cdd877-96d0-4889-8668-7312b7f5b953-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2018-08-10  4:12   ` John MacFarlane
2018-08-10  4:55   ` AnnFran [this message]
     [not found]     ` <394df501-b036-49eb-ba34-20a3a42374c9-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2018-08-10  5:17       ` John MacFarlane
2018-08-10 15:32   ` AnnFran
     [not found]     ` <9b71ffb8-66ab-47af-9158-d22c8c39fc50-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2018-08-10 17:40       ` John MacFarlane
2018-08-13 16:08   ` AnnFran

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=394df501-b036-49eb-ba34-20a3a42374c9@googlegroups.com \
    --to=aftimm-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.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.
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 NNTP newsgroup(s).