From 7e24d9d392aff890981f13c299b283189d94a75d Mon Sep 17 00:00:00 2001 From: Gloria Mundi Date: Fri, 15 Mar 2024 01:25:09 +0100 Subject: too many changes for one commit - simplify envelope code - add more files as optional - allow compiling optional without editing tcr.tex - formatting changes --- tcr.tex | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tcr.tex') diff --git a/tcr.tex b/tcr.tex index fe56ef6..f623796 100644 --- a/tcr.tex +++ b/tcr.tex @@ -11,7 +11,9 @@ % Options \newif\ifoptional -%\optionaltrue +\ifdefined\OPTIONAL + \optionaltrue +\fi % Font encoding. \usepackage[T1]{fontenc} @@ -43,6 +45,7 @@ % Content. \begin{multicols*}{3} + \raggedcolumns \input{datastructures/datastructures} \input{graph/graph} \input{geometry/geometry} @@ -51,6 +54,7 @@ \clearpage \input{math/tables} \begin{multicols*}{3} + \raggedcolumns \input{string/string} \input{java/java} \input{other/other} -- cgit v1.2.3