commit d2c0985dd3acb65249a428ed6b437cb675e30663 Author: Sergiu Ivanov Date: Thu May 14 12:22:43 2015 +0200 Initial commit. diff --git a/candidature.sty b/candidature.sty new file mode 100644 index 0000000..4f1309e --- /dev/null +++ b/candidature.sty @@ -0,0 +1,3 @@ +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{candidature}[2015/05/14 Style for Sergiu Ivanov's Applications] +\typeout{Style for Sergiu Ivanov's Applications} diff --git a/candidature.tex b/candidature.tex new file mode 100644 index 0000000..8a40e52 --- /dev/null +++ b/candidature.tex @@ -0,0 +1,9 @@ +\documentclass[a4paper,oneside]{book} + +\usepackage{candidature} + +\usepackage[french]{babel} + +\begin{document} +Hello World +\end{document}