public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* Getting started
@ 2023-04-07 12:19 Michael Lipp
       [not found] ` <21a55a17-06e9-48cf-8deb-e3a2ae113b63n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Lipp @ 2023-04-07 12:19 UTC (permalink / raw)
  To: pandoc-discuss


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

(I *did* search the web for two hours...)

It shouldn't be that difficult to get started with pandoc, right? Well it 
is. I tried the progit example and TeX says that it cannot find font 
Helvetica. I tried another example from the web and TeX says it cannot find 
font Palatino. I've installed texlive-full on Fedora (that's 4 GB and 
specifically inludes a package "texlive-palatino"). 

Do I really have to understand all about TeX fonts before using pandoc? 
From my google results (barely understandable to the uninitiated), this 
looks like a several week's effort. That's about the time I wanted to spend 
on the document. Am I too stupid and should simply stick to LibreOffice?

-- 
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/21a55a17-06e9-48cf-8deb-e3a2ae113b63n%40googlegroups.com.

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Getting started
       [not found] ` <21a55a17-06e9-48cf-8deb-e3a2ae113b63n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2023-04-07 13:08   ` Bastien DUMONT
  0 siblings, 0 replies; 2+ messages in thread
From: Bastien DUMONT @ 2023-04-07 13:08 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

If you are not familiar with LaTeX, I would advise to begin with the most simple command:

pandoc my-doc.odt -o my-doc.pdf

(I suppose that you convert from ODT, but that does not really matter.)

Then, you can try the variables and options for LaTeX documented in the manual to customize the layout of your document.

As for the fonts, you can use --pdf-engin=lualatex and the variables mainfont, sansfont, etc., to use any OTF font installed on your system.

Le Friday 07 April 2023 à 05:19:19AM, Michael Lipp a écrit :
> (I *did* search the web for two hours...)
> 
> It shouldn't be that difficult to get started with pandoc, right? Well it is. I
> tried the progit example and TeX says that it cannot find font Helvetica. I
> tried another example from the web and TeX says it cannot find font Palatino.
> I've installed texlive-full on Fedora (that's 4 GB and specifically inludes a
> package "texlive-palatino"). 
> 
> Do I really have to understand all about TeX fonts before using pandoc? From my
> google results (barely understandable to the uninitiated), this looks like a
> several week's effort. That's about the time I wanted to spend on the document.
> Am I too stupid and should simply stick to LibreOffice?
> 
> --
> 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 [1]pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To view this discussion on the web visit [2]https://groups.google.com/d/msgid/
> pandoc-discuss/21a55a17-06e9-48cf-8deb-e3a2ae113b63n%40googlegroups.com.
> 
> References:
> 
> [1] mailto:pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
> [2] https://groups.google.com/d/msgid/pandoc-discuss/21a55a17-06e9-48cf-8deb-e3a2ae113b63n%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/ZDAVz0l5Ef2Peb9e%40localhost.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-04-07 13:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-07 12:19 Getting started Michael Lipp
     [not found] ` <21a55a17-06e9-48cf-8deb-e3a2ae113b63n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2023-04-07 13:08   ` Bastien DUMONT

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).