Skip to content
Snippets Groups Projects
Commit d0370dc2 authored by Boris Stefanovic's avatar Boris Stefanovic
Browse files

FILE: structure

parent 320efd5a
Branches
Tags untagged-9d1a8d01c160be73c2d7
No related merge requests found
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
---
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}
---
File moved
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment