Sem descrição

Federico Amedeo Izzo 0088eadeb7 Added recent work há 7 anos atrás
Advanced Computer Architectures 29b16ff4e1 Added first lesson of ACA há 9 anos atrás
Advanced OS & Embedded Sys 0088eadeb7 Added recent work há 7 anos atrás
Artificial Intelligence a7977f8e42 Added last Artificial Intelligence lessons há 9 anos atrás
Computer Ethics 0088eadeb7 Added recent work há 7 anos atrás
Computer Security 0088eadeb7 Added recent work há 7 anos atrás
Cryptography 0088eadeb7 Added recent work há 7 anos atrás
Data Bases 2 0d7db4a352 Added artificial intelligence lesson 9 and 10 and data bases exe 1 há 9 anos atrás
Formal Languages and Compilers 171024074d Fixed errors in formulas and document now compiles to latex há 9 anos atrás
Game Theory 0088eadeb7 Added recent work há 7 anos atrás
OR 0088eadeb7 Added recent work há 7 anos atrás
OR_Lab 769922f83a Added notes há 9 anos atrás
Piattaforme Software per la Rete 0088eadeb7 Added recent work há 7 anos atrás
Principles of Programming Languages 0088eadeb7 Added recent work há 7 anos atrás
Segnali 0088eadeb7 Added recent work há 7 anos atrás
Software Engineering 2 ca1389faed Fixed some tables and titles há 9 anos atrás
polimd_archived 0088eadeb7 Added recent work há 7 anos atrás
.gitignore f89525000e Added gitignore for pdf and lesson template há 9 anos atrás
README.md a92394283f Completed FLC lesson 4 há 9 anos atrás
SC_lab_1.md 769922f83a Added notes há 9 anos atrás
lesson_temp.md f89525000e Added gitignore for pdf and lesson template há 9 anos atrás
makefile 80927e2ec4 Added scripts for pdf generation há 9 anos atrás
markdown2pdf.sh 80927e2ec4 Added scripts for pdf generation há 9 anos atrás
markdown2pdf2.sh 80927e2ec4 Added scripts for pdf generation há 9 anos atrás

README.md

polimd - README

Lecture notes taken mainly to avoid sleeping in class

The idea is the following:

  • take notes in markdown
  • embed mathematical formulas in latex
  • use pandoc to compile the document to pdf format

Status

Subject completed to last lesson
Artificial Intelligence lesson 4 lesson 4
Data Bases 2 lesson 3 lesson 3
Formal Languages and Compilers lesson 4 lesson 5
Software Engineering 2 missing content lesson 4

Compiling to pdf

example pandoc command

pandoc --from=markdown_github+pipe_tables+tex_math_dollars -o AI_final.pdf lesson_01.md 
lesson_02.md lesson_03.md lesson_04.md