Slides
Preentation slides are greatly faciliated by Markdown, as is shown here.
- The template, slides.md and premeable.tex.
- All files: https://github.com/jinghuazhao/physalia/tree/master/docs/slides.
The slides in PDF are rendered as follows,
#!/usr/bin/bash
module load texlive
pandoc -t beamer --citeproc --mathjax -s -V theme:metropolis slides.md -o slides.pdf
See slides.pdf.
html
This could be done as follows via pandoc but marp appears to be far better,
module load ceuadmin/node
marp slides.md
See slides.html.
ppt/pptx
Slides produced by pandoc look awkward but generally acceptable with these tools; they can be viewed via MicroSoft Edge without being downloaded,
- slides.ppt with images by online-convert, https://document.online-convert.com/convert/pdf-to-ppt.
- slides.pptx with OCR but <100% math conversion by iLovePDF, https://www.ilovepdf.com/pdf_to_powerpoint.
CTAN
This is to make beamerthemegotham.sty
available.
wget https://mirrors.ctan.org/macros/latex/contrib/beamer-contrib/themes/beamertheme-gotham.zip
unzip beamertheme-gotham.zip
cd beamertheme-gotham/
latex gotham.ins
mkdir -p ~/texmf/tex/latex/beamertheme-gotham
mv *.sty ~/texmf/tex/latex/beamertheme-gotham
texhash ~/texmf
kpsewhich beamerthemegotham.sty
tlmgr install --user-mode l3kernel
kpsewhich expl3.sty
fc-list