public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* 'Font not found' error message
@ 2023-04-29  4:54 kcho17-KQhtac8ZjM8
       [not found] ` <22b445a3-4028-464e-9e87-7422ff9e98a6n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: kcho17-KQhtac8ZjM8 @ 2023-04-29  4:54 UTC (permalink / raw)
  To: pandoc-discuss


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

Hi all,

I am getting the below error message although I checked Tex Live that the 
font is installed:

Error producing PDF.

! LaTeX Error: File `LibreBaskerville.sty' not found.


Type X to quit or <RETURN> to proceed,

or enter new name. (Default extension: sty)


Enter file name: 

! Emergency stop.

<read *> 

         

l.21 \ifPDFTeX

---
My command line is : pandoc test.txt -s -o test.pdf -V --pdf-engine=xelatex 
-C --bibliography=library.bib --number-sections

And this is the TexLive Utilities screen shot.
[image: Screenshot 2023-04-28 at 11.53.36 PM.png]

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-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/22b445a3-4028-464e-9e87-7422ff9e98a6n%40googlegroups.com.

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

[-- Attachment #2: Screenshot 2023-04-28 at 11.53.36 PM.png --]
[-- Type: image/png, Size: 128792 bytes --]

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

* Re: 'Font not found' error message
       [not found] ` <22b445a3-4028-464e-9e87-7422ff9e98a6n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2023-04-29  5:06   ` John MacFarlane
       [not found]     ` <7C62D8C3-7584-4822-A07C-DA05255943FA-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: John MacFarlane @ 2023-04-29  5:06 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

If you're using xelatex, then it will look in your system fonts, not in special LaTex fonts.
Make sure Libre Baskerville is installed there.


> On Apr 28, 2023, at 9:54 PM, kcho17-KQhtac8ZjM8@public.gmane.org wrote:
> 
> Hi all,
> 
> I am getting the below error message although I checked Tex Live that the font is installed:
> 
> Error producing PDF.
> ! LaTeX Error: File `LibreBaskerville.sty' not found.
> 
> Type X to quit or <RETURN> to proceed,
> or enter new name. (Default extension: sty)
> 
> Enter file name: 
> ! Emergency stop.
> <read *> 
>          
> l.21 \ifPDFTeX
> 
> ---
> My command line is : pandoc test.txt -s -o test.pdf -V --pdf-engine=xelatex -C --bibliography=library.bib --number-sections
> 
> And this is the TexLive Utilities screen shot.
> <Screenshot 2023-04-28 at 11.53.36 PM.png>
> 
> 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-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/22b445a3-4028-464e-9e87-7422ff9e98a6n%40googlegroups.com.
> <Screenshot 2023-04-28 at 11.53.36 PM.png>


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

* Re: 'Font not found' error message
       [not found]     ` <7C62D8C3-7584-4822-A07C-DA05255943FA-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2023-04-29  5:35       ` kcho17-KQhtac8ZjM8
       [not found]         ` <7c3b416d-5742-4f80-a4e7-fd5c29a26c60n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: kcho17-KQhtac8ZjM8 @ 2023-04-29  5:35 UTC (permalink / raw)
  To: pandoc-discuss


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

Thanks for the response!

But the same problem keeps occurring with other fonts (it works only when I 
didn't specify the fontfamily) and with other pdf engines. 
Also, I just installed the Libre Baskerville font in my system, but still 
it doesn't work.

Thanks again for your help!

On Saturday, April 29, 2023 at 12:06:38 AM UTC-5 John MacFarlane wrote:

> If you're using xelatex, then it will look in your system fonts, not in 
> special LaTex fonts.
> Make sure Libre Baskerville is installed there.
>
>
> > On Apr 28, 2023, at 9:54 PM, kch...-KQhtac8ZjM8@public.gmane.org wrote:
> > 
> > Hi all,
> > 
> > I am getting the below error message although I checked Tex Live that 
> the font is installed:
> > 
> > Error producing PDF.
> > ! LaTeX Error: File `LibreBaskerville.sty' not found.
> > 
> > Type X to quit or <RETURN> to proceed,
> > or enter new name. (Default extension: sty)
> > 
> > Enter file name: 
> > ! Emergency stop.
> > <read *> 
> > 
> > l.21 \ifPDFTeX
> > 
> > ---
> > My command line is : pandoc test.txt -s -o test.pdf -V 
> --pdf-engine=xelatex -C --bibliography=library.bib --number-sections
> > 
> > And this is the TexLive Utilities screen shot.
> > <Screenshot 2023-04-28 at 11.53.36 PM.png>
> > 
> > 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 
> https://groups.google.com/d/msgid/pandoc-discuss/22b445a3-4028-464e-9e87-7422ff9e98a6n%40googlegroups.com
> .
> > <Screenshot 2023-04-28 at 11.53.36 PM.png>
>
>

-- 
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/7c3b416d-5742-4f80-a4e7-fd5c29a26c60n%40googlegroups.com.

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

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

* Re: 'Font not found' error message
       [not found]         ` <7c3b416d-5742-4f80-a4e7-fd5c29a26c60n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2023-04-29 18:05           ` kcho17-KQhtac8ZjM8
  0 siblings, 0 replies; 4+ messages in thread
From: kcho17-KQhtac8ZjM8 @ 2023-04-29 18:05 UTC (permalink / raw)
  To: pandoc-discuss


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

I've found that it only works when I copy "fontname.sty" file from tex 
directory to the working directory where I work on my docs. So it may be 
that I should designate where the fonts are located in latex? I am not sure 
how it can be done and whether this is the source of the problem.



On Saturday, April 29, 2023 at 12:35:03 AM UTC-5 kch...-KQhtac8ZjM8@public.gmane.org wrote:

> Thanks for the response!
>
> But the same problem keeps occurring with other fonts (it works only when 
> I didn't specify the fontfamily) and with other pdf engines. 
> Also, I just installed the Libre Baskerville font in my system, but still 
> it doesn't work.
>
> Thanks again for your help!
>
> On Saturday, April 29, 2023 at 12:06:38 AM UTC-5 John MacFarlane wrote:
>
>> If you're using xelatex, then it will look in your system fonts, not in 
>> special LaTex fonts. 
>> Make sure Libre Baskerville is installed there. 
>>
>>
>> > On Apr 28, 2023, at 9:54 PM, kch...-KQhtac8ZjM8@public.gmane.org wrote: 
>> > 
>> > Hi all, 
>> > 
>> > I am getting the below error message although I checked Tex Live that 
>> the font is installed: 
>> > 
>> > Error producing PDF. 
>> > ! LaTeX Error: File `LibreBaskerville.sty' not found. 
>> > 
>> > Type X to quit or <RETURN> to proceed, 
>> > or enter new name. (Default extension: sty) 
>> > 
>> > Enter file name: 
>> > ! Emergency stop. 
>> > <read *> 
>> > 
>> > l.21 \ifPDFTeX 
>> > 
>> > --- 
>> > My command line is : pandoc test.txt -s -o test.pdf -V 
>> --pdf-engine=xelatex -C --bibliography=library.bib --number-sections 
>> > 
>> > And this is the TexLive Utilities screen shot. 
>> > <Screenshot 2023-04-28 at 11.53.36 PM.png> 
>> > 
>> > 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 
>> https://groups.google.com/d/msgid/pandoc-discuss/22b445a3-4028-464e-9e87-7422ff9e98a6n%40googlegroups.com. 
>>
>> > <Screenshot 2023-04-28 at 11.53.36 PM.png> 
>>
>>

-- 
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/1043c1d9-fcb7-439c-ada2-1c1c0fd5c2b4n%40googlegroups.com.

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

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

end of thread, other threads:[~2023-04-29 18:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-29  4:54 'Font not found' error message kcho17-KQhtac8ZjM8
     [not found] ` <22b445a3-4028-464e-9e87-7422ff9e98a6n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2023-04-29  5:06   ` John MacFarlane
     [not found]     ` <7C62D8C3-7584-4822-A07C-DA05255943FA-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2023-04-29  5:35       ` kcho17-KQhtac8ZjM8
     [not found]         ` <7c3b416d-5742-4f80-a4e7-fd5c29a26c60n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2023-04-29 18:05           ` kcho17-KQhtac8ZjM8

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