Skip to content

mdbrnowski/notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notes

GitHub Repo stars

My notes, articles, papers, etc.

Computer Science at AGH University

  • analiza.tex [pdf] – Analiza II
  • algebra.tex [pdf] – Algebra

Miscellaneous

  • filtr.tex [pdf] – Funkcje tworzące i filtracja pierwiastkami jedności
  • fft.tex [pdf] - Szybka transformacja Fouriera (FFT)

The mystd.sty package

This repository contains mystd.sty – my template for creating notes in LaTeX.

\documentclass[11pt]{scrartcl}
\usepackage[pretty,polish]{mystd}
\title{}
\author{}
\date{}

\begin{document}
    \maketitle
    \tableofcontents
    \newpage
\end{document}

To the package mystd.sty one can pass a few arguments:

  • thm/nothm – colors and frames for theorems and similar environments
  • colorsec/nocolorsec – prettier sections numeration
  • pretty – passes thm and colorsec
  • polish – Polish version (keywords and other)
  • monofont – use JetBrainsMono font
  • answers – use answer and hint environments

Languages