diff --git a/doc/Makefile b/doc/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..dd19ecd038ebdd0d26ba68587597c4bbbd002904 --- /dev/null +++ b/doc/Makefile @@ -0,0 +1,16 @@ +SRC = $(wildcard *.md) +NAMES = $(patsubst %.md,%,${SRC}) +PDF = $(patsubst %,%.pdf,${NAMES}) + +all: ${PDF} + +read: ${PDF} + firefox $^ + +%.pdf: %.md Makefile + pandoc --pdf-engine=xelatex -o $@ $< + +clean: + rm -rf ${PDF} + +.PHONY: clean read diff --git a/doc/rapport.md b/doc/rapport.md new file mode 100644 index 0000000000000000000000000000000000000000..e76c794f3d4f9f6fe9fda86c2cd4a358ce760a15 --- /dev/null +++ b/doc/rapport.md @@ -0,0 +1,12 @@ +--- +title: Physique - Travail Pratique, Champs Electriques +author: Boris Stefanovic +date: 2022-04-25 +geometry: "margin=35mm" +mainfont: DejaVu Sans +header-includes: +- \usepackage{float} +- \let\origfigure\figure +- \let\endorigfigure\endfigure +- \renewenvironment{figure}[1][2] {\expandafter\origfigure\expandafter[H]} {\endorigfigure} +--- diff --git a/enonce.pdf b/proto/enonce.pdf similarity index 100% rename from enonce.pdf rename to proto/enonce.pdf diff --git a/proto/phys_tp_elec_proto.pdf b/proto/phys_tp_elec_proto.pdf new file mode 100644 index 0000000000000000000000000000000000000000..abf0e052c25354a091f41177646fc20ddfa67529 Binary files /dev/null and b/proto/phys_tp_elec_proto.pdf differ