mirror of
https://github.com/vale981/master-thesis-tex
synced 2025-03-05 09:31:39 -05:00
install pagella through tlmgr
This commit is contained in:
parent
b8b0f99204
commit
dbd78e9e37
1 changed files with 2 additions and 5 deletions
7
.github/workflows/build-pdf.yml
vendored
7
.github/workflows/build-pdf.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Build the Master\'s Thesis as PDF
|
||||
name: "Build the Master's Thesis as PDF"
|
||||
on: [push]
|
||||
jobs:
|
||||
build_latex:
|
||||
|
@ -7,9 +7,6 @@ jobs:
|
|||
- name: Set up Git repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Install Tex Gyre Pagella
|
||||
run: sudo apt-get update && sudo apt-get install -y fonts-texgyre
|
||||
|
||||
- uses: yegor256/latexmk-action@0.4.0
|
||||
with:
|
||||
cmd: latexmk
|
||||
|
@ -19,4 +16,4 @@ jobs:
|
|||
physics mathtools amsmath fontspec booktabs siunitx caption biblatex float
|
||||
pgfplots microtype fancyvrb csquotes setspace newunicodechar hyperref
|
||||
cleveref multirow bbold unicode-math biblatex-phys xpatch beamerposter
|
||||
type1cm changepage lualatex-math
|
||||
type1cm changepage lualatex-math tex-gyre-pagella
|
||||
|
|
Loading…
Add table
Reference in a new issue