Template for Latex Reports/Documents in the context of school work. Made public.
Find a file
2025-04-22 20:26:32 +02:00
docs Revert "feat: add implicit scheme (Crank-Nicholson)" 2025-02-23 11:50:23 +01:00
.gitignore feat: 🙈 add .gitignore for auxilliary files at compile 2024-07-24 17:15:02 +02:00
logo_fmf.pdf init: 🎉 upload first version of generalized template 2024-07-24 16:16:51 +02:00
main.bib Revert "feat: add implicit scheme (Crank-Nicholson)" 2025-02-23 11:50:23 +01:00
main.pdf feat: 📝 add parindent 0pt 2025-04-22 20:26:32 +02:00
main.synctex.gz feat: 📝 add parindent 0pt 2025-04-22 20:26:32 +02:00
main.tex feat: 📝 add parindent 0pt 2025-04-22 20:26:32 +02:00
README.md Revert "feat: add implicit scheme (Crank-Nicholson)" 2025-02-23 11:50:23 +01:00

FMF Report Latex Template

This is a Latex template for the FMF report. The template is based on what we received as the mandatory template for the subject Seminar I which if I recall correctly was authored by doc. dr. Miha Muškinja. I've added some macros that I use while writing on topics such as Quantum Mechanics which make math writing a bit easier.

Clone this repo and start writing

This repo is public so you can use it if you like it's vibe and appearance. To clone this repo run the following command in your terminal:

git clone git@github.com:pengu5055/latex-template.git

Notice that for this you do need to have git setup and SSH keys added to your GitHub account. If you don't have that configured you can download the repo as a zip file. I recommend using a local installation of Latex such as TexLive or MikTex to compile the document. Personally I use VS Code with the LaTeX Workshop extension to write and compile my documents. However this template is trivial to upload to Overleaf and use it there if you so desire.

Packages

For novice users of Latex I want to point out that this template lacks some very commonly used packages such as:

  • amsmath
  • amssymb
  • siunitx
  • tikz
  • physics
  • bm
  • xcolor
  • minted

I prefer to keep my preamble as clean as possible and add packages as I need them.

Appearance

FMF Report Latex Template Cover FMF Report Latex Template TOC and Sections