From 40ae1f8d2a0e851c08df216398efd08ded54d688 Mon Sep 17 00:00:00 2001 From: Jan Vales Date: Tue, 18 Mar 2014 13:29:21 +0100 Subject: [PATCH] Building the source will now create a file listing all used files. Also made git ignore that file. --- .gitignore | 1 + basics.tex | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ba31621..ebb76a1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ ##### .gitignore default file. ##### +*.dep *.swp *.pdf *.aux diff --git a/basics.tex b/basics.tex index 02e7420..0747695 100644 --- a/basics.tex +++ b/basics.tex @@ -1,3 +1,5 @@ +\RequirePackage{snapshot} % stats of included files: $filename.dep + \documentclass[10pt,a5paper,twoside,openright,twocolumn,ngerman]{book} \usepackage[ngerman]{babel} @@ -113,7 +115,6 @@ \onecolumn \thispagestyle{empty} \input{articles/_adressen.tex}\vspace{\fill}\newpage -%\input{articles/_editorial.tex}\vspace{\fill}\newpage \twocolumn \thispagestyle{empty} @@ -155,7 +156,6 @@ Document (.tex) compiled on: \textbf{\today} \clearpage\Hide\chapter{Unialltag}\thispagestyle{fancy} \input{articles/unialltag_bibliothek.tex}\vspace{\fill}\newpage -%\input{articles/unialltag_lokaltipps.tex}\vspace{\fill}\newpage \input{articles/unialltag_lernraume.tex}\vspace{\fill}\newpage \clearpage\Hide\chapter{Uni im Internet}\thispagestyle{fancy} @@ -163,7 +163,6 @@ Document (.tex) compiled on: \textbf{\today} \onecolumn \input{articles/inet_tiss.tex}\vspace{\fill}\newpage \twocolumn -%\input{articles/inet_fsinf.tex}\vspace{\fill}\newpage \input{articles/inet_vowi.tex}%\vspace{\fill}\newpage \input{articles/inet_infforum.tex}\vspace{\fill}\newpage -- 2.43.0