Instructional Resources by Predrag
Undergraduate Research Mentoring Manual
This is a work-in-progress document that I wrote for the needs of the Center for Undergraduate Research and Scholarship at 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 the intention of streamlining 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 a corresponding pdf file and clean up 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
.