Add example, tweak Makefile
This commit is contained in:
parent
d6df7eebb0
commit
0a7fae10a4
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
pdf/
|
2
Makefile
2
Makefile
|
@ -2,7 +2,7 @@ PDFDIR = pdf
|
||||||
SRCDIR = src
|
SRCDIR = src
|
||||||
|
|
||||||
PANDOC = pandoc
|
PANDOC = pandoc
|
||||||
PANDOCFLAGS =
|
PANDOCFLAGS = -f markdown -t latex
|
||||||
|
|
||||||
SRCS = $(shell find $(SRCDIR) -type f -iname '*.md')
|
SRCS = $(shell find $(SRCDIR) -type f -iname '*.md')
|
||||||
PDFS = $(patsubst $(SRCDIR)/%.md,$(PDFDIR)/%.pdf,$(SRCS))
|
PDFS = $(patsubst $(SRCDIR)/%.md,$(PDFDIR)/%.pdf,$(SRCS))
|
||||||
|
|
BIN
assets/logo.png
Normal file
BIN
assets/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 60 KiB |
18
src/example.md
Normal file
18
src/example.md
Normal file
|
@ -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}
|
||||||
|
$$
|
||||||
|
|
Loading…
Reference in New Issue
Block a user