I don't want to customize the title made by
\title
etc.
I want to create my own "title/heading" for a section which is not numbered and also not in the table of contents.
I can make it easily like:
Code: Select all
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \\
\noindent{\textbf{This is my title}} \\
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
But as I will use this format for a "title" many times, I want to create a preamble named "
\boldtitle
" such it looks like:
In this preamable, I want to define the spacings before and after the title, bold text, not numbered, left aligned and not in taken into account for the table of contents.