This repository contains the source code that builds all posters presented by the PyAnsys Core Team for SciPyConf'23.
To compile the TeX files into a PDF files, a Makefile for Linux users and a
make.bat for Windows users are provided. The results are collected inside
the out/ directory.
For Linux users
Open a command prompt in that directory and run the following commands:
# To generate PDFs for all TeX files
make all
# To clean the output directory
make cleanFor Windows users
Open a command prompt in that directory and run the following commands:
# To generate PDFs for all TeX files
make.bat all
# To clean the output directory
make.bat clean