diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2a91a2b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +pdf/ diff --git a/Makefile b/Makefile index e50efd8..22acbb3 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ PDFDIR = pdf SRCDIR = src PANDOC = pandoc -PANDOCFLAGS = +PANDOCFLAGS = -f markdown -t latex SRCS = $(shell find $(SRCDIR) -type f -iname '*.md') PDFS = $(patsubst $(SRCDIR)/%.md,$(PDFDIR)/%.pdf,$(SRCS)) diff --git a/assets/logo.png b/assets/logo.png new file mode 100644 index 0000000..9075d7d Binary files /dev/null and b/assets/logo.png differ diff --git a/src/example.md b/src/example.md new file mode 100644 index 0000000..7d437d5 --- /dev/null +++ b/src/example.md @@ -0,0 +1,18 @@ +# Titolo + +![logo](assets/logo.png) + +## Sottotitolo + +Paragrafo + +1. uno +2. due +3. tre + +Sintassi latex: + +$$ +\sum^{\infty}_{n = 1} n = \frac{n(n + 1)}{2} +$$ +