public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
From: jiri vesely <empleat100-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: pandoc-discuss <pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
Subject: Re: pdflatex not found. Please select a different --pdf-engine or install pdflatex
Date: Tue, 26 Jul 2022 08:52:47 -0700 (PDT)	[thread overview]
Message-ID: <9124866c-395b-4539-a08e-e1a1137a22a8n@googlegroups.com> (raw)
In-Reply-To: <Yt/clyMkN0DIGfwF@localhost>


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

So I made some progress, I used command (not sure if syntax is right): 
pandoc --pdf-engine=xelatex test.epub -s -o test.pdf

And it gave me response: qt.qpa.fonts: Unable to open default EUDC font: 
"C:\\Windows\\FONTS\\EUDC.TTE"

*wit:* What do you mean by quad, it is not pdf engine?



On Tuesday, July 26, 2022 at 2:22:53 PM UTC+2 Bastien Dumont wrote:

> The problem is that your file contains Unicode characters that pdflatex 
> does not handle directly (for instance, to typeset ë, one has to encode it 
> as \"e in the document). Set --pdf-engine to xelatex or lualatex to use a 
> Unicode-aware TeX engine.
>
> Le Tuesday 26 July 2022 à 05:11:17AM, jiri vesely a écrit :
> > It wants to install other packages than listed here anyways. And since I 
> would
> > have to ctrl+f these one by one anyways, it is easier to click pop out
> > windows. 
> > 
> > It said this when I tried to convert epub to pdf: 
> > Error producing PDF.
> > ! LaTeX Error: Unicode character ΓÇâ (U+2003)
> > not set up for use with LaTeX.
> > 
> > See the LaTeX manual or LaTeX Companion for explanation.
> > Type H <return> for immediate help.
> > ...
> > 
> > l.17310 ΓÇâ
> > 
> > Note: I also don't want install all packages
> > 
> > ...I tried to install your packages list anyways: but after it downloads 
> it
> > says: it is extracting and nothing ever happens, if I hit close package 
> shows
> > as installed.
> > I couldn't find these package names: longtable, typography, citation 
> rendering.
> > For following I could find only packages with similar names but not 
> exact (so I
> > installed them): graphicx, biber.
> > 
> > After doing all of this still doesn't work:
> > 
> > Error producing PDF.
> > ! LaTeX Error: Unicode character ΓÇâ (U+2003)
> > not set up for use with LaTeX.
> > 
> > See the LaTeX manual or LaTeX Companion for explanation.
> > Type H <return> for immediate help.
> > ...
> > 
> > l.17310 ΓÇâ
> > 
> > 
> > 
> > 
> > On Monday, July 25, 2022 at 2:49:02 PM UTC+2 denis...-NSENcxR/0n0@public.gmane.org wrote:
> > 
> > 
> > I guess you used Miktex ? Texlive will include everything so no need to 
> add
> > packages, but the initial installations takes like forever.
> > 
> >  
> > 
> > You can open the miktex package manager and install the required packages
> > yourself.
> > 
> >  
> > 
> > From the manual:
> > 
> > When using LaTeX, the following packages need to be available (they are
> > included with all recent versions of [1]TeX Live): [2] amsfonts, [3] 
> > amsmath, [4] lm, [5] unicode-math, [6] iftex, [7] listings (if the [8] 
> > --listings option is used), [9]fancyvrb, [10]longtable, [11]booktabs, 
> [12]
> > graphicx (if the document contains images), [13]hyperref, [14]xcolor, 
> [15]
> > ulem, [16]geometry (with the geometry variable set), [17] setspace (with 
> > linestretch), and [18]babel (with lang). If CJKmainfont is set, [19]xeCJK
> > is needed. The use of xelatex or lualatex as the PDF engine requires [20]
> > fontspec. lualatex uses [21] selnolig. xelatex uses [22]bidi (with the 
> dir
> > variable set). If the mathspec variable is set, xelatex will use [23]
> > mathspec instead of [24]unicode-math. The [25]upquote and [26]microtype
> > packages are used if available, and [27]csquotes will be used for [28]
> > typography if the csquotes variable or metadata field is set to a true
> > value. The [29]natbib, [30]biblatex, [31]bibtex, and [32]biber packages 
> can
> > optionally be used for [33]citation rendering. The following packages 
> will
> > be used to improve output quality if present, but pandoc does not require
> > them to be present: [34]upquote (for straight quotes in verbatim
> > environments), [35]microtype (for better spacing adjustments), 
> [36]parskip
> > (for better inter-paragraph spaces), [37]xurl (for better line breaks in
> > URLs), [38]bookmark (for better PDF bookmarks), and [39]footnotehyper or
> > [40]footnote (to allow footnotes in tables).
> > 
> >  
> > 
> > Von: pandoc-...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org <pandoc-...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> Im 
> Auftrag
> > von jiri vesely
> > Gesendet: Montag, 25. Juli 2022 14:42
> > An: pandoc-discuss <pandoc-...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
> > Betreff: Re: pdflatex not found. Please select a different --pdf-engine 
> or
> > install pdflatex
> > 
> >  
> > 
> > Great, it worked!
> > 
> >  
> > 
> > One issue tho: how do I download all required files together? There were
> > some fonts missing! It wants me to download 10+ files by clicking install
> > individually every time there is pop up window. Why I can't download them
> > all at once? Every time this happens I don't want to be clicking god 
> knows
> > how many times on install and then waiting...
> > 
> > On Monday, July 25, 2022 at 9:29:21 AM UTC+2 denis...-NSENcxR/0n0@public.gmane.org wrote:
> > 
> > Google found nothing? Really?
> > 
> >  
> > 
> > Anyway: you can use one of those :
> > 
> > Miktex: [41]https://miktex.org/
> > 
> > TeXLive : [42]https://tug.org/texlive/
> > 
> >  
> > 
> >  
> > 
> > Von: pandoc-...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org <pandoc-...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> Im
> > Auftrag von jiri vesely
> > Gesendet: Freitag, 22. Juli 2022 17:49
> > An: pandoc-discuss <pandoc-...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
> > Betreff: pdflatex not found. Please select a different --pdf-engine or
> > install pdflatex
> > 
> >  
> > 
> > Hello,
> > 
> >  
> > 
> > I Am trying to convert .epub to .pdf. I tried syntax: pandoc test1.md
> > -s -o test1.tex
> > 
> >  
> > 
> > But it says: pdflatex not found. Please select a different --pdf-engine
> > or install pdflatex
> > 
> >  
> > 
> > How do I install pdflatex please? Google found nothing! I Am on Windows
> > 10!
> > 
> >  
> > 
> > Thanks!
> > 
> > --
> > 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-discus...-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> > To view this discussion on the web visit [43] https://groups.google.com
> > /d/msgid/pandoc-discuss/
> > 41df72e3-c5e5-48ae-90ad-031dbbf2feabn%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-discus...-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> > 
> > To view this discussion on the web visit [44] 
> https://groups.google.com/d/
> > msgid/pandoc-discuss/
> > 460b3413-bb3e-4ffc-8d3e-a26fbe2b975en%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 [45]pandoc-discus...-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> > To view this discussion on the web visit [46]
> https://groups.google.com/d/msgid/
> > pandoc-discuss/e752cf67-ee83-4354-844e-0a7f90e622f3n%40googlegroups.com.
> > 
> > References:
> > 
> > [1] https://www.tug.org/texlive/
> > [2] https://ctan.org/pkg/amsfonts
> > [3] https://ctan.org/pkg/amsmath
> > [4] https://ctan.org/pkg/lm
> > [5] https://ctan.org/pkg/unicode-math
> > [6] https://ctan.org/pkg/iftex
> > [7] https://ctan.org/pkg/listings
> > [8] https://pandoc.org/MANUAL.html#option--listings
> > [9] https://ctan.org/pkg/fancyvrb
> > [10] https://ctan.org/pkg/longtable
> > [11] https://ctan.org/pkg/booktabs
> > [12] https://ctan.org/pkg/graphicx
> > [13] https://ctan.org/pkg/hyperref
> > [14] https://ctan.org/pkg/xcolor
> > [15] https://ctan.org/pkg/ulem
> > [16] https://ctan.org/pkg/geometry
> > [17] https://ctan.org/pkg/setspace
> > [18] https://ctan.org/pkg/babel
> > [19] https://ctan.org/pkg/xecjk
> > [20] https://ctan.org/pkg/fontspec
> > [21] https://ctan.org/pkg/selnolig
> > [22] https://ctan.org/pkg/bidi
> > [23] https://ctan.org/pkg/mathspec
> > [24] https://ctan.org/pkg/unicode-math
> > [25] https://ctan.org/pkg/upquote
> > [26] https://ctan.org/pkg/microtype
> > [27] https://ctan.org/pkg/csquotes
> > [28] https://pandoc.org/MANUAL.html#typography
> > [29] https://ctan.org/pkg/natbib
> > [30] https://ctan.org/pkg/biblatex
> > [31] https://ctan.org/pkg/bibtex
> > [32] https://ctan.org/pkg/biber
> > [33] https://pandoc.org/MANUAL.html#citation-rendering-1
> > [34] https://ctan.org/pkg/upquote
> > [35] https://ctan.org/pkg/microtype
> > [36] https://ctan.org/pkg/parskip
> > [37] https://ctan.org/pkg/xurl
> > [38] https://ctan.org/pkg/bookmark
> > [39] https://ctan.org/pkg/footnotehyper
> > [40] https://ctan.org/pkg/footnote
> > [41] https://miktex.org/
> > [42] https://tug.org/texlive/
> > [43] 
> https://groups.google.com/d/msgid/pandoc-discuss/41df72e3-c5e5-48ae-90ad-031dbbf2feabn%40googlegroups.com?utm_medium=email&utm_source=footer
> > [44] 
> https://groups.google.com/d/msgid/pandoc-discuss/460b3413-bb3e-4ffc-8d3e-a26fbe2b975en%40googlegroups.com?utm_medium=email&utm_source=footer
> > [45] mailto:pandoc-discus...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
> > [46] 
> https://groups.google.com/d/msgid/pandoc-discuss/e752cf67-ee83-4354-844e-0a7f90e622f3n%40googlegroups.com?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/9124866c-395b-4539-a08e-e1a1137a22a8n%40googlegroups.com.

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

      parent reply	other threads:[~2022-07-26 15:52 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <AQHYneKXAky0KPk4zEKocpbVaLNVSq2Os58wgAA26QCAACL6kA==>
     [not found] ` <AQHYneKXAky0KPk4zEKocpbVaLNVSq2Os58w>
2022-07-22 15:49   ` jiri vesely
     [not found]     ` <41df72e3-c5e5-48ae-90ad-031dbbf2feabn-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2022-07-25  7:29       ` AW: " denis.maier-NSENcxR/0n0
     [not found]         ` <e64ffdd60afb4603bf594432767f986d-NSENcxR/0n0@public.gmane.org>
2022-07-25 12:41           ` jiri vesely
     [not found]             ` <460b3413-bb3e-4ffc-8d3e-a26fbe2b975en-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2022-07-25 12:48               ` AW: " denis.maier-NSENcxR/0n0
     [not found]                 ` <ae83bce8ca014887bdf1d91d0f169dab-NSENcxR/0n0@public.gmane.org>
2022-07-26 12:11                   ` jiri vesely
     [not found]                     ` <e752cf67-ee83-4354-844e-0a7f90e622f3n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2022-07-26 12:22                       ` Bastien DUMONT
2022-07-26 12:51                         ` Vít Novotný
     [not found]                           ` <CAKt3JyUOe4chesMvAA16OgB8iCPFjc1KkJkZj_JJacbXzav=9Q-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2022-07-26 15:54                             ` jiri vesely
2022-07-26 16:18                             ` jiri vesely
2022-07-26 15:52                         ` jiri vesely [this message]

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=9124866c-395b-4539-a08e-e1a1137a22a8n@googlegroups.com \
    --to=empleat100-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).