nochapterprefix
into this template. This means I am searching for a possibility to get a output like:\chapter{Introduction}
–> 1. Introductionand not
1. Chapter
Introduction
Does anyone know how to implement this?
Thank you very much
Stefan
nochapterprefix
into this template. This means I am searching for a possibility to get a output like:\chapter{Introduction}
–> 1. IntroductionLearn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
titlesec
’ package in the preamble and specify a custom title format for chapters using the \titleformat{\chapter}
command. Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis