From 0c33fe1697ba672b80e2a064d3bbedbdfd5592fa Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Thu, 21 Nov 2019 17:21:29 +0000 Subject: Added README to introduce the contents The newly created `README.md' gives a short description of the project, with a link to the final PDF, and the main template Gitlab page, along with a short description of the LaTeX dependencies and how to build the PDF. --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..988aff1 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +Slides to introduce the reproducible paper template +=================================================== + +Copyright (C) 2018-2019 Mohammad Akhlaghi \ +See the end of the file for license conditions. + +This is the LaTeX source of the slides presenting the [Reproducible +paper template](https://gitlab.com/makhlaghi/reproducible-paper). The +most recent version of the slides is available at +https://akhlaghi.org/pdf/reproducible-paper.pdf . + +To build the slides, you need to have the Beamer and Tikz LaTeX +packages installed, then simply run this command. + +```(shell) +$ make +``` + +Note that the `Makefile` will create a `git-commit.tex` file before +running LaTeX. So if you want to run LaTeX directly, make this file +manually, see the `Makefile` for the suggested command to generate it. \ No newline at end of file -- cgit v1.2.1