public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
From: Shakrmaker <tojonmz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: pandoc-discuss <pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
Subject: Re: Available default fonts in a factory pandoc/latex Docker image?
Date: Wed, 30 Jun 2021 16:34:10 -0700 (PDT)	[thread overview]
Message-ID: <58a94bbf-36e1-415f-b928-bb0abcf4f9c6n@googlegroups.com> (raw)
In-Reply-To: <4ed25c3b-269a-4564-8eb5-42de0c7c0202n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>


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

Ok, well I built a custom docker image based on:
pandoc/latex:2.14.0.3

Then I did this in my custom Docker container, hoping I'd get at least some 
fonts installed. It appears to install quite a few, and exited normally.
tlmgr install collection-fontsrecommended

Then in my custom Docker container CLI, I do this, I look for Helvetica, 
and get this:
/opt/texlive/texmf-local # tlmgr search --all "fonts" | grep helv
helvetic - URW "Base 35" font pack for LaTeX
helvetic:
    texmf-dist/fonts/afm/adobe/helvetic/phvb8a.afm
    texmf-dist/fonts/afm/adobe/helvetic/phvb8an.afm
    texmf-dist/fonts/afm/adobe/helvetic/phvbo8a.afm
    texmf-dist/fonts/afm/adobe/helvetic/phvbo8an.afm
    texmf-dist/fonts/afm/adobe/helvetic/phvr8a.afm
    ...etc

I've pushed this custom Docker image to my repo on Docker Hub 
<https://hub.docker.com/repository/docker/tojdk/pandoc-latex-fonts>, and my 
GitHub Action in another repo loads my custom Docker image, and calls 
convert_via_pandoc with this arg
 -V fontfamily=helvet

While it runs my custom Docker image, and converts the PDF, I still don't 
get Helvetica, I still get Latin Modern in the PDF. What am I doing wrong?

*Note:* I can tell that "helvet" is the desired spelling. Since if I 
misspell it intentionally, or feed that -V fontamily argument some bogus 
font family name, the conversion will fail on the missing '.sty'.

Is there something I still have to configure in my custom Docker container 
image to use that installed Helvetica font? Or should that tlmgr install 
collection-fontsrecommended have been sufficient?

Thanks

On Wednesday, June 30, 2021 at 3:10:32 PM UTC-4 Shakrmaker wrote:

> Thanks Pedro for confirming. I guess I will look at building a custom 
> docker image with a basic sans serif font installed, and use and maintain 
> that image going forward.
>
> On Wednesday, June 30, 2021 at 7:07:24 AM UTC-4 pedro....-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote:
>
>> This is the normal behavior. Latin Modern comes packaged in LaTeX itself. 
>> If you need a different font, you can customize your own docker image based 
>> on the pandoc/latex image and install the appropriate package (installing 
>> packages at runtime has not worked for me), or use --pdf-engine=xelatex and 
>> map your fonts directory as a volume onto the docker container. In the 
>> latter case, you can no longer use the `uses:` syntax in GitHub Actions, 
>> but have to declare it with `run:`.
>>
>> Em quarta-feira, 30 de junho de 2021 às 05:11:25 UTC+1, Shakrmaker 
>> escreveu:
>>
>>> Well, when I tried Elham my GitHub action run failed on the font, and 
>>> when I check these in the factory local docker/latex 2.14.0.3 image, I seem 
>>> to be coming up empty:
>>>
>>> # ls /usr/share/fonts
>>> ls: /usr/share/fonts: No such file or directory
>>> # ls /usr/local/share/fonts
>>> ls: /usr/local/share/fonts: No such file or directory
>>> # ls ~./fonts
>>> ls: ~./fonts: No such file or directory
>>> # fc-list
>>> #
>>>
>>> The interesting thing to a newbie like me - is where is pandoc getting 
>>> its default *Latin Modern* from the docker/latex image? Since the docs 
>>> say for this latex variable:
>>>
>>> https://pandoc.org/MANUAL.html#variables-for-latex > *Fonts:*
>>> *"fontfamily* font package for use with pdflatex: The default is Latin 
>>> Modern <https://ctan.org/pkg/lm>."
>>>
>>> On Tuesday, June 29, 2021 at 11:50:21 PM UTC-4 Shakrmaker wrote:
>>>
>>>> Well, if I'm doing this correctly... when I spin up the 2.14.0.3 
>>>> docker/latex image and poke around, in:
>>>> /usr/share/fontconfig/conf.avail/
>>>>
>>>> I see in: 40-nonlatin.conf:
>>>>
>>>> <!--                                                                                   
>>>>  
>>>>   Sans-serif faces                               
>>>>  -->                                                     
>>>>         <alias>                                                   
>>>>                 <family>Arshia</family>
>>>>                 <default><family>sans-serif</family></default>
>>>>         </alias>                                         
>>>>         <alias> 
>>>>                 <family>Elham</family>
>>>>                 <default><family>sans-serif</family></default>
>>>>         </alias>                                         
>>>>
>>>> ...and a continued long list of sans serif ^ font family entries.
>>>>
>>>> Does this mean they're available as a GitHub Action arg with -V 
>>>> fontfamily=Elham, etc? I will try that out next.               
>>>>
>>>>

-- 
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/58a94bbf-36e1-415f-b928-bb0abcf4f9c6n%40googlegroups.com.

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

  parent reply	other threads:[~2021-06-30 23:34 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-29 22:44 Shakrmaker
     [not found] ` <bb821641-7fc9-420f-907f-36d198800d84n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2021-06-30  3:50   ` Shakrmaker
     [not found]     ` <8a071f76-add3-4917-aa67-6fd73402d3f6n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2021-06-30  4:11       ` Shakrmaker
     [not found]         ` <1d9e9bc2-6820-4b57-9729-ef7c170cbd43n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2021-06-30 11:07           ` Pedro P. Palazzo
     [not found]             ` <dbe68bc0-6b51-4c28-81ac-ae4c3e4d8743n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2021-06-30 19:10               ` Shakrmaker
     [not found]                 ` <4ed25c3b-269a-4564-8eb5-42de0c7c0202n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2021-06-30 23:34                   ` Shakrmaker [this message]
     [not found]                     ` <58a94bbf-36e1-415f-b928-bb0abcf4f9c6n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2021-07-01  2:22                       ` Shakrmaker
     [not found]                         ` <f6a86403-c99d-41b3-8568-c4f6aef23812n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2021-07-01 13:52                           ` Pedro P. Palazzo
     [not found]                             ` <A2E180F9-B20C-416D-BFB8-59139ACEB020-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2021-07-01 15:56                               ` John MacFarlane
     [not found]                                 ` <m24kdejaee.fsf-jF64zX8BO0+FqBokazbCQ6OPv3vYUT2dxr7GGTnW70NeoWH0uzbU5w@public.gmane.org>
2021-07-06 21:51                                   ` Shakr Maker
     [not found]                                     ` <e14acfcd-b5da-42ef-9261-fc5a0ab0953bn-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2021-07-07  7:21                                       ` BPJ
     [not found]                                         ` <CADAJKhCyYv67UAEBG4fWr_MbETy3mQ1gCuyG57G=5OT9btUDpw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2021-07-07 21:16                                           ` Shakr Maker
2021-07-01 20:37                               ` Shakrmaker
     [not found]                                 ` <1e628991-6606-4d72-80c9-7489b9d08518n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2021-07-06 15:56                                   ` Shakr Maker
2021-07-07 22:05   ` Pedro P. Palazzo
     [not found]     ` <3c5dc4f1-2030-45a0-abb3-387bfee5014en-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2021-07-08  7:33       ` BPJ
     [not found]         ` <CADAJKhA2W91wizTEtRu0b7QsYnMUFbMtj9y8akhK8uvy=sq4JA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2021-07-08 13:50           ` Shakr Maker

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=58a94bbf-36e1-415f-b928-bb0abcf4f9c6n@googlegroups.com \
    --to=tojonmz-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).