set link and url styles

This commit is contained in:
Marco Otte-Witte 2024-08-20 16:54:53 +02:00
parent 8730a8458a
commit d269320825
No known key found for this signature in database
1 changed files with 9 additions and 6 deletions

View File

@ -37,13 +37,13 @@ mainfont = "CoreSansA45.ttf"
mainfontoptions = [ mainfontoptions = [
"BoldFont=CoreSansA65.ttf", "BoldFont=CoreSansA65.ttf",
"ItalicFont=CoreSansA45It.ttf", "ItalicFont=CoreSansA45It.ttf",
"BoldItalicFont=CoreSansA65It.ttf" "BoldItalicFont=CoreSansA65It.ttf",
] ]
sansfont = "CoreSansA45.ttf" sansfont = "CoreSansA45.ttf"
sansfontoptions = [ sansfontoptions = [
"BoldFont=CoreSansA65.ttf", "BoldFont=CoreSansA65.ttf",
"ItalicFont=CoreSansA45It.ttf", "ItalicFont=CoreSansA45It.ttf",
"BoldItalicFont=CoreSansA65It.ttf" "BoldItalicFont=CoreSansA65It.ttf",
] ]
monofont = "Noto Sans Mono" monofont = "Noto Sans Mono"
mainfontfallback = ["Noto Color Emoji:mode=harf"] mainfontfallback = ["Noto Color Emoji:mode=harf"]
@ -51,13 +51,16 @@ sansfontfallback = ["Noto Color Emoji:mode=harf"]
monofontfallback = [ monofontfallback = [
"Noto Color Emoji:mode=harf", "Noto Color Emoji:mode=harf",
] ]
linkcolor = "blue" monobackgroundcolor = "\\color[HTML]{e7e7e7}"
urlcolor = "blue" linkcolor = "Links"
urlcolor = "Links"
linkstyle = "bold"
urlstyle = "rm" urlstyle = "rm"
documentclass = "book" documentclass = "book"
fontsize = "11pt" fontsize = "11pt"
geometry = "papersize={8in,10in},top=2cm,bottom=2cm,left=2.4cm,right=2.4cm" geometry = "papersize={8in,10in},top=2cm,bottom=2cm,left=2.4cm,right=2.4cm"
header-includes = [ header-includes = [
"\\definecolor{Links}{HTML}{6200EE}",
# Reduce font size of code blocks # Reduce font size of code blocks
"\\DefineVerbatimEnvironment{Highlighting}{Verbatim}{commandchars=\\\\\\{\\},fontsize=\\small}", "\\DefineVerbatimEnvironment{Highlighting}{Verbatim}{commandchars=\\\\\\{\\},fontsize=\\small}",
] ]
@ -77,13 +80,13 @@ mainfont = "CoreSansA45.ttf"
mainfontoptions = [ mainfontoptions = [
"BoldFont=CoreSansA65.ttf", "BoldFont=CoreSansA65.ttf",
"ItalicFont=CoreSansA45It.ttf", "ItalicFont=CoreSansA45It.ttf",
"BoldItalicFont=CoreSansA65It.ttf" "BoldItalicFont=CoreSansA65It.ttf",
] ]
sansfont = "CoreSansA45.ttf" sansfont = "CoreSansA45.ttf"
sansfontoptions = [ sansfontoptions = [
"BoldFont=CoreSansA65.ttf", "BoldFont=CoreSansA65.ttf",
"ItalicFont=CoreSansA45It.ttf", "ItalicFont=CoreSansA45It.ttf",
"BoldItalicFont=CoreSansA65It.ttf" "BoldItalicFont=CoreSansA65It.ttf",
] ]
monofont = "Noto Sans Mono" monofont = "Noto Sans Mono"
mainfontfallback = ["Noto Color Emoji:mode=harf"] mainfontfallback = ["Noto Color Emoji:mode=harf"]