From 6aa067a1ace6cd85b1ef2236ca4947eae68e0550 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Sun, 7 Mar 2021 21:20:21 +0100 Subject: init --- conf.tex | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 conf.tex (limited to 'conf.tex') diff --git a/conf.tex b/conf.tex new file mode 100644 index 0000000..822a24a --- /dev/null +++ b/conf.tex @@ -0,0 +1,18 @@ +\documentclass[11pt]{report} +\usepackage{titlesec} + + +\titleformat{\chapter}[display] + {\Huge\bfseries} + {} + {0pt} + {\thechapter.\ } + +\titleformat{name=\chapter,numberless}[display] + {\Huge\bfseries} + {} + {0pt} + {} + +\pagenumbering{arabic} + -- cgit v1.2.3-18-g5258