From 8e86a8c134642a6fbd5128f0c6d5ca3068b7ce1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sylvain=20Hall=C3=A9?= Date: Sun, 21 Feb 2016 10:06:22 -0500 Subject: [PATCH] Fixed readme (again) --- Readme.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/Readme.md b/Readme.md index abb08d0..37ab50e 100644 --- a/Readme.md +++ b/Readme.md @@ -1,3 +1,26 @@ +A Flexible LaTeX Article Environment +==================================== + +This repository provides a boilerplate environment for writing LaTeX +articles using the popular templates from Springer, IEEE, ACM and Elsevier. +It provides: + +- The up-to-date style and bibliography files of five different publishers + (journals and conferences) +- A script that generates the proper preamble (title, list of authors and + institution) specific to each style +- A very advanced Makefile (by [Chris + Monson](https://github.com/shiblon/latex-makefile)) taking care of the + compilation/cleaning process +- Scripts (for both Windows and Linux) to perform spell checking of the + LaTeX source with [GNU Aspell](http://aspell.net). The words added to the + dictionary while checking are also versioned with the project. +- A `.gitignore` file suitable for a single-document LaTeX project + +Using this template, switching a paper from any stylesheet to any other +simply amounts to selecting one line to de-comment in the main, `paper.tex` +document. + Why this template? ------------------