This repository contains the content for the PyVista - Visualizing CAE and Results with Python presentation.
These slides were generated using the Ansys Beamer Template
Please visit the PyVista Tutorial for more details
Please feel free to point out any problems with this presentation by opening an issue.
Visit techcon_2022_pyvista.pdf to see the full generated presentation.
Due to the usage of ttf fonts, this template requires LuaTeX.
On Linux (Debian) install with:
sudo apt update
sudo apt install -y latexmk texlive-luatex texlive-fonts-extra
On Windows, use a distribution like MiKTeX. See Get LaTeX.
Clone this repository with:
git clone https://github.com/ansys/techcon-2022-pyvista
cd techcon-2022-pyvista
Build with:
latexmk -pdflatex=lualatex -pdf *.tex -interaction=nonstopmode -outdir=./build --shell-escape
Or simply:
make
This will output techcon_2022_pyvista.pdf
in the build
directory.