From 71e477c98d723ec8855ad38dfd3cf64c8f70221e Mon Sep 17 00:00:00 2001 From: Pavel 'LEdoian' Turinsky Date: Thu, 13 Jul 2023 10:04:30 +0200 Subject: [PATCH] =?UTF-8?q?A=20useless=20attempt=20to=20create=20a=20gener?= =?UTF-8?q?ic=20unnumbered=20chapter/section/=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- en/macros.tex | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/en/macros.tex b/en/macros.tex index c658498..a465f92 100644 --- a/en/macros.tex +++ b/en/macros.tex @@ -88,3 +88,14 @@ % Old habbits die hard. \newcommand{\uv}[1]{\enquote{#1}} + +% Create an unnumbered thing and put it in TOC (usable for Introduction and +% Conclusion} +% \unnumbered{what}{title} +% I can't make it work though. +%\newcommand{\unnumbered}[2]{ +% %\chapter*{wtf} +% \csname chapter \endcsname{wtf} +% \csname textbf \endcsname{wtf} +% \addcontentsline{toc}{#1}{#2} +%}