public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
From: BPJ <bpj-J3H7GcXPSITLoDKTGw+V6w@public.gmane.org>
To: pandoc-discuss <pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
Subject: Re: Converting headings (.odt -> .tex)
Date: Tue, 16 May 2023 17:24:51 +0200	[thread overview]
Message-ID: <CADAJKhCnDBnRthrhr_KZnqmEoScyqke1pmfH6okgi6XCZzDOew@mail.gmail.com> (raw)
In-Reply-To: <df607dbb-adfd-e034-7f88-0510ecdfdc3a-0jttZa1E5sTe9xe1eoZjHA@public.gmane.org>

[-- Attachment #1: Type: text/plain, Size: 8009 bytes --]

In a text file metadata.yaml:

title: Title Text
subtitle: Subtitle Text

where obviously "Title Text" and "Subtitle Text" should be replaced with
your title and subtitle.

Then add

--metadata-file metadata.yaml

to your pandoc command line.

(The YAML file can be called anything. I used "metadata" for explanatory
purposes.)

Also you may get better results if you save the ODT file as a DOCX file in
Writer and convert from docx to latex with pandoc.

Den tis 16 maj 2023 17:10Ian Fantom <ian-0jttZa1E5sTe9xe1eoZjHA@public.gmane.org> skrev:

> Thanks. Is that
>
> libreoffice --metadata-file
>
> I'm not getting anything.
>
> Ian
>
> On 16/05/2023 11:59, Bastien DUMONT wrote:
> > Indeed, Pandoc does not seem to extract the title and the subtitle. I
> just created an ODT file with the following body:
> >
> > ```
> >     <text:p text:style-name="Title">Title</text:p>
> >     <text:p text:style-name="Subtitle">subtitle</text:p>
> >     <text:p text:style-name="P1"/>
> >     <text:h text:style-name="Heading_20_3" text:outline-level="3">A
> header</text:h>
> > ```
> >
> > The two first elements are handled as normal paragraph. However, the
> last element is correctly read as a header level 3.
> >
> > You could set the title and the subtitle in a metadata file (called with
> --metadata-file) and remove them from your odt file. As for your headers,
> we cannot know why Pandoc does not recognize them without looking into your
> file (are, better, a sample of your file reduced to the strict minimum).
> >
> > To get the default file for LaTeX, run pandoc -D latex.
> >
> > Le Tuesday 16 May 2023 à 11:32:32AM, Ian Fantom a écrit :
> >> I'm still puzzled on how the correspondences work. I must be
> misunderstanding
> >> something in the Manual ([1]https://pandoc.org/chunkedhtml-demo/
> >> 6-templates.html).
> >>
> >> If I enter 'pandoc -D odt' then I get the contents of the default file
> for odt,
> >> but if I enter 'pandoc -D tex' I get "Could not find data file
> templates/
> >> default.tex".
> >>
> >> The odt default file contains the lines:
> >>
> >> - ---------------
> >>
> >> $for(header-includes)$
> >>    $header-includes$
> >>
> >> ...
> >>
> >> $if(title)$
> >> <text:p text:style-name="Title">$title$</text:p>
> >> $endif$
> >> $if(subtitle)$
> >> <text:p text:style-name="Subtitle">$subtitle$</text:p>
> >> $endif$
> >>
> >>
> >> - -----------------------
> >>
> >> The odt book title is of type 'Title', and the chapter titles are of
> type
> >> 'Subtitle'. Subheadings are of type 'Header 3'. But instead of getting
> chapter
> >> headings I get eg:
> >>
> >> \protect\hypertarget{anchor-4}{}{}Preface
> >>
> >> Perhaps someone  could explain.
> >>
> >> Many thanks,
> >>
> >> Ian
> >>
> >>
> >> On 15/05/2023 20:26, Ian Fantom wrote:
> >>
> >>      Well the .odt file uses styles from Writer: Title, Subtitle,
> Header3.
> >>
> >>      Would looking up the code used in the .fodt help?
> >>
> >>      Ian
> >>
> >>
> >>      On 15 May 2023 18:15:06 BST, BPJ [2]<bpj-J3H7GcXPSITLoDKTGw+V6w@public.gmane.org> wrote:
> >>
> >>          Probably whoever wrote the ODT file faked the headings by
> enlarging the
> >>          font and applying bold font rather than applying the "Heading
> 1" etc
> >>          named paragraph styles. Only the latter will be recognised as
> headings
> >>          by Pandoc. There are a lot of such files in the wild.
> >>
> >>          Den mån 15 maj 2023 18:35Ian Fantom <[3]ian-0jttZa1E5sQhHD8HoNpTWA@public.gmane.orgk>
> skrev:
> >>
> >>              I've tried converting a book in .odt (LibreOffice Writer /
> Ubuntu)
> >>              to
> >>              .tex and viewing it in Texstudio.
> >>
> >>              It's not converting any of the headings and subheadings -
> just
> >>              producing
> >>              normal text. I used the '-s' and the '-o' options.
> >>
> >>              I think there must be something I haven't understood in
> the Pandoc
> >>              User
> >>              Guide ([4]https://pandoc.org/MANUAL.html)
> >>
> >>              I was expecting some way of defining a conversion table
> from Writer
> >>              to
> >>              Latex. For instance:
> >>
> >>              'Preface' is in style 'subtitle' in Writer, and is
> converted to:
> >>              '\protect\hypertarget{anchor-4}{}{}Preface' and appears as
> normal
> >>              text
> >>              in .tex.
> >>
> >>              Any ideas how I should proceed?
> >>
> >>              Thanks, Ian Fantom
> >>
> >>
> >>              --
> >>              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 [5]
> pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> >>              To view this discussion on the web visit [6]https://
> >>              groups.google.com/d/msgid/pandoc-discuss/
> >>              1201761b-53e9-f3bc-a6b5-4eedaf3b5146%40fantom.org.uk.
> >>
> >>      --
> >>      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 [7]pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> >>      To view this discussion on the web visit [8]
> https://groups.google.com/d/
> >>      msgid/pandoc-discuss/3BA7371B-D3AC-43A2-B8E3-C6FAB0A977E4%
> 40fantom.org.uk.
> >>
> >> --
> >> 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 [9]pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> >> To view this discussion on the web visit [10]
> https://groups.google.com/d/msgid/
> >> pandoc-discuss/7316b85d-27a0-abf5-1e0b-09e0c40186fd%40fantom.org.uk.
> >>
> >> References:
> >>
> >> [1] https://pandoc.org/chunkedhtml-demo/6-templates.html
> >> [2] mailto:bpj-J3H7GcXPSITLoDKTGw+V6w@public.gmane.org
> >> [3] mailto:ian-0jttZa1E5sTe9xe1eoZjHA@public.gmane.org
> >> [4] https://pandoc.org/MANUAL.html
> >> [5] mailto:pandoc-discuss%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
> >> [6]
> https://groups.google.com/d/msgid/pandoc-discuss/1201761b-53e9-f3bc-a6b5-4eedaf3b5146%40fantom.org.uk
> >> [7] mailto:pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
> >> [8]
> https://groups.google.com/d/msgid/pandoc-discuss/3BA7371B-D3AC-43A2-B8E3-C6FAB0A977E4%40fantom.org.uk?utm_medium=email&utm_source=footer
> >> [9] mailto:pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
> >> [10]
> https://groups.google.com/d/msgid/pandoc-discuss/7316b85d-27a0-abf5-1e0b-09e0c40186fd%40fantom.org.uk?utm_medium=email&utm_source=footer
>
> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/pandoc-discuss/df607dbb-adfd-e034-7f88-0510ecdfdc3a%40fantom.org.uk
> .
>

-- 
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 view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/CADAJKhCnDBnRthrhr_KZnqmEoScyqke1pmfH6okgi6XCZzDOew%40mail.gmail.com.

[-- Attachment #2: Type: text/html, Size: 13484 bytes --]

  parent reply	other threads:[~2023-05-16 15:24 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-15 16:34 Ian Fantom
     [not found] ` <1201761b-53e9-f3bc-a6b5-4eedaf3b5146-0jttZa1E5sTe9xe1eoZjHA@public.gmane.org>
2023-05-15 17:15   ` BPJ
     [not found]     ` <CADAJKhBLFXzYf_mNc+uZ2Ur+1kYn3zpgBR7B7tFqjOWaAGCiRQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2023-05-15 19:26       ` Ian Fantom
     [not found]         ` <3BA7371B-D3AC-43A2-B8E3-C6FAB0A977E4-0jttZa1E5sTe9xe1eoZjHA@public.gmane.org>
2023-05-16 10:32           ` Ian Fantom
     [not found]             ` <7316b85d-27a0-abf5-1e0b-09e0c40186fd-0jttZa1E5sTe9xe1eoZjHA@public.gmane.org>
2023-05-16 10:59               ` Bastien DUMONT
2023-05-16 15:09                 ` Ian Fantom
     [not found]                   ` <df607dbb-adfd-e034-7f88-0510ecdfdc3a-0jttZa1E5sTe9xe1eoZjHA@public.gmane.org>
2023-05-16 15:18                     ` Bastien DUMONT
2023-05-16 15:24                     ` BPJ [this message]
2023-05-15 17:18   ` Bastien DUMONT
2023-05-15 19:20     ` Ian Fantom

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=CADAJKhCnDBnRthrhr_KZnqmEoScyqke1pmfH6okgi6XCZzDOew@mail.gmail.com \
    --to=bpj-j3h7gcxpsitlodktgw+v6w@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).