Skip to content

hennequin-lab/templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lab Templates

Gnuplot Figure template (combination of gnuplot and tikz)

Compilation:

gnuplot -c template.gp

This will call pdflatex separately and compile everything into a final output template.pdf. If you want to rename, you should rename both the .gp and .tex files so they keep the same name.

Usage mkfig:

mkfig [figname]

to create [figname].gp and [figname].tex files in the working directory.

Install mkfig:

make install

Uninstall mkfig:

make uninstall

Python Figure template (combination of matplotlib and tikz)

Compilation:

python template.py

Usage mkpyfig:

mkpyfig [figname]

to create [figname].py and [figname].tex files in the working directory.

Talk template

Compilation:

pdflatex slides.tex

This will call compile the slides.

Usage mktalk:

mktalk [talkname]

to create a folder [talkname] that contains slides.tex and figs

Install mkfig and mktalk:

make install

Uninstall mkfig and mktalk:

make uninstall