Instructional Resources by Predrag
Undergraduate Research Mentoring Manual
This is a work in progress document which I wrote for needs of Center for Undergraduate Research and Scholarship of Augusta State University.
Syllabus-Generator
is a project I started with Michael Renfro from Tennessee Tech University to write a new LaTeX class and a collection of scripts with intention to streamline syllabus creation and management. The project is hosted on GitHub and can be checked out
git clone https://github.com/ppunosevac/Syllabus-Generator.git
to your local machine.
Course Coordinator Web Pages
Downloads
- Makefile
- Teaching related LaTeX templates and various math courses samples
- Useful AWK scripts for processing grade books
To use a LaTeX template simply export SRC=file_name.tex
and run
make pdf clean-ps
which will create corresponding pdf file and clean the trash after
processing. If you do not wish to use PDF format for your final target
alternative targets are available in the above Makefile
.