Search found 4 matches

by gert
Thu Feb 25, 2010 9:42 am
Forum: Text Formatting
Topic: prefix in front of section numbering, all left aligned
Replies: 2
Views: 2450

prefix in front of section numbering, all left aligned

Thank you very much gmedina. This is exactly what I was looking for. Tried a few things myself with

Code: Select all

\noindent
but never achieved the result your proposed solution gives.
Many thanks,
Gert
by gert
Wed Feb 24, 2010 11:21 pm
Forum: Text Formatting
Topic: prefix in front of section numbering, all left aligned
Replies: 2
Views: 2450

prefix in front of section numbering, all left aligned

Earlier today I asked how to get a prefix in front of section numbers and got this perfect answer:
http://www.latex-community.org/forum/viewtopic.php?f=44&t=7815

However I'm trying to get my sections left-aligned. While working on the code I ended up creating a style (see below) but still didn't ...
by gert
Wed Feb 24, 2010 5:47 pm
Forum: Text Formatting
Topic: prefix in front of section numbers
Replies: 3
Views: 2587

Re: prefix in front of section numbers

it certainly does what I'm trying to achieve.
Thank you very much, amazing.

Would it be possible to have the sections, subsections all left aligned. With the set-up as given the sections are centered. I've been trying to work on the code but haven't been successful.

Thanks,
Gert
by gert
Wed Feb 24, 2010 10:34 am
Forum: Text Formatting
Topic: prefix in front of section numbers
Replies: 3
Views: 2587

prefix in front of section numbers

Dear Latex Gurus,

Is it possible to put a prefix in front of section numbers?

\documentclass[12pt]{amsart}

\begin{document}

\section{Article General Remarks}
\subsection{sub 1. Additional notes}

\end{document}


Should look like:

Article 1. General Remarks
Article 1.1 Additional notes ...