public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
From: pierrO Lelou <pifetpof-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: pandoc-discuss <pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
Subject: Re: tex > odt Could not load include file
Date: Sat, 12 Oct 2019 08:19:41 -0700 (PDT)	[thread overview]
Message-ID: <bdd445c5-84c9-4443-89b2-0c8f1b89d06b@googlegroups.com> (raw)
In-Reply-To: <m2d0f5nsig.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>


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

Hi John,
OK here is my ecm :

\documentclass[french]{article}
\usepackage{fontspec}
\usepackage{xunicode}
\usepackage[a4paper]{geometry}
\usepackage{babel}
\usepackage{siunitx}
\usepackage{varioref}
\usepackage{ifthen}
\usepackage{eurosym}

%my command :
%blaze purpose is to print in different ways some people in a meeting
%\blaze takes 4 arguments and the first one is optional with nothing by 
default, the second is the department number, the third his first name, the 
fourth his name.
%if the second equals 00 then the grade, the first name, and the name are 
printed, else it is the first name and department number

\newcommand*\blaze[4][]{%
    \ifthenelse{\equal{#2}{(00)}}
{#4 #3 {#1}}{#4 #2}}

\newcommand{\reR}{\blaze[(chef du personnel)]{(00)}{Ridau}{Marc}}
\newcommand{\yvF}{\blaze[(CT)]{(14)}{Fernand}{Joseph}}




\begin{document}

Le 1\ier{} juin  
%\ier \ieme are provided by babel's option french
\reR{} rencontre \yvF{} pour lui donner \num{40000}~\euro{} de sa poche.
% \num is provided by siunitx
Voir résumé chap. \vpageref{chapitre}
%vref is a command of varioref package

\section{Résumé}
\label{chapitre} Le chat nous faisait rire.

\end{document}



Le jeudi 10 octobre 2019 06:17:58 UTC+2, John MacFarlane a écrit :
>
>
> The messages are harmless; they are just informing you that 
> pandoc did not try to load and parse these include files 
> (which it would only do if they were in your working directory). 
>
> If some commands are not being converted, please list them and 
> let us know where these are defined. If they come from 
> specialized packages, then they may be out of scope. If you 
> define them yourself, then pandoc should be able to handle them; 
> we'd like to see the definitions. If they are standard LaTeX 
> commands, we should try to handle them. 
>
> -N isn't supported yet for ODT, as the documentation says. 
>
>
>
> pierrO Lelou <pife...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <javascript:>> writes: 
>
> > Hello 
> > When I convert from (xe)latex to open document text pandoc produces info 
> > messages : 
> > [INFO] Could not load include file 'fontspec.sty' at line 3 column 22 
> > [INFO] Could not load include file 'xunicode.sty' at line 4 column 22 
> > [INFO] Could not load include file 'geometry.sty' at line 5 column 31 
> > [INFO] Could not load include file 'babel.sty' at line 6 column 19 
> > 
> > Then the document.odt just contains text but nothing for \num{}, \ieme{} 
> > (etc.) commands also personal ones. 
> > If I use -N option with pandoc, the document.odt does not have 
> numeration. 
> > 
> > 
> > The simple ECM produces the same info messages than above with the 
> command : 
> > pandoc -s --verbose -o ecm.odt ecm.tex 
> > 
> > \documentclass[french]{article} 
> > \usepackage{fontspec}           
> > \usepackage{xunicode} 
> > \usepackage[a4paper]{geometry} 
> > \usepackage{babel} 
> > 
> > \begin{document} 
> > Toto est le plus beau 
> > \end{document} 
> > 
> > 
> > My pandoc version is 2.2.1 on Kubuntu 18.10 
> > 
> > I do not find anything in documentations. Thank you for your help. 
> > 
> > -- 
> > 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-...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org <javascript:>. 
> > To view this discussion on the web visit 
> https://groups.google.com/d/msgid/pandoc-discuss/bd6f6518-9756-4832-9ea5-a10b1cb9ac16%40googlegroups.com. 
>
>

-- 
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/bdd445c5-84c9-4443-89b2-0c8f1b89d06b%40googlegroups.com.

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

  parent reply	other threads:[~2019-10-12 15:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-09 17:26 pierrO Lelou
     [not found] ` <bd6f6518-9756-4832-9ea5-a10b1cb9ac16-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2019-10-10  4:17   ` John MacFarlane
     [not found]     ` <m2d0f5nsig.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>
2019-10-12 15:19       ` pierrO Lelou [this message]
     [not found]         ` <bdd445c5-84c9-4443-89b2-0c8f1b89d06b-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2019-10-13  0:30           ` John MacFarlane

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=bdd445c5-84c9-4443-89b2-0c8f1b89d06b@googlegroups.com \
    --to=pifetpof-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).