public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
From: Hugh Esco <hresco3-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: pandoc-discuss <pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
Subject: How do I increase font size of tinos above 12pt?
Date: Wed, 18 Aug 2021 10:58:12 -0700 (PDT)	[thread overview]
Message-ID: <13887340-b62f-498c-b07b-f6be1168cf20n@googlegroups.com> (raw)


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


Thank you @BP and @BJP for guidance on use of the defaults.yaml 
`--defaults` option.  
It appears I am one step away now from satisfying my client with this 
project.  

When I add to the defaults.yaml file, `variables.fontsize: 12pt`, I am able 
to bump the font size up a bit, but when I make it 14pt, it looks as if I 
said 10pt, and I get two more complete paragraphs on page 1.  

I'm using this  font:
https://ctan.org/pkg/tinos

Is there some version of Times (my client's preference) which would support 
a larger font than 12pt?   And more importantly, how is it I would 
effectively search for this information myself?

-- Hugh 

```
from: markdown
to: pdf
pdf-engine: xelatex
variables:
  fontsize: 12pt
  mainfont: Tinos
  mainfontoptions: &fontoptions
    - 'Path=/usr/share/fonts/truetype/tinos/truetype/'
    - 'UprightFont=*-Regular.ttf'
    - 'BoldFont=*-Bold.ttf'
    - 'ItalicFont=*-Italic.ttf'
    - 'BoldItalicFont=*-BoldItalic.ttf'
  sansfont: Arimo
  sansfontoptions:
    - 'Path=/usr/share/fonts/truetype/arimo/truetype/'
    - 'UprightFont=*-Regular.ttf'
    - 'BoldFont=*-Bold.ttf'
    - 'ItalicFont=*-Italic.ttf'
    - 'BoldItalicFont=*-BoldItalic.ttf'
  monofont: Tinos 
  monofontoptions:
    - 'Path=/usr/share/fonts/truetype/tinos/truetype/'
    - 'UprightFont=*-Regular.ttf'
    - 'BoldFont=*-Bold.ttf'
    - 'Scale=MatchLowercase'
```

-- 
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/13887340-b62f-498c-b07b-f6be1168cf20n%40googlegroups.com.

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

             reply	other threads:[~2021-08-18 17:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-18 17:58 Hugh Esco [this message]
     [not found] ` <13887340-b62f-498c-b07b-f6be1168cf20n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2021-08-18 18:09   ` BPJ

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=13887340-b62f-498c-b07b-f6be1168cf20n@googlegroups.com \
    --to=hresco3-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).