Search found 9 matches

by ditrans
Thu Feb 25, 2010 6:18 pm
Forum: Text Formatting
Topic: label alignment in list environment
Replies: 7
Views: 11263

Re: label alignment in list environment

There is no problem with the enumitem package, it's just that over the years I have already created quite a few customized itemize/enumerate environments using the list environment and to keep things uniform I would have liked to just create the new environment in the same way. If that's not ...
by ditrans
Tue Feb 16, 2010 3:40 pm
Forum: Text Formatting
Topic: label alignment in list environment
Replies: 7
Views: 11263

label alignment in list environment

Thanks for you answer, Thorsten!
This is what it looks like with your code (the numbers are right aligned):
status.png
But what I am actually trying to achieve (maybe I wasn't clear enough) is this (the numbers are left aligned):
target.png
I've had a look at the enumitem documentation, and the ...
by ditrans
Tue Feb 16, 2010 2:22 pm
Forum: Page Layout
Topic: KOMA twoside, but type area at same position on both sides?
Replies: 5
Views: 4829

Re: KOMA twoside, but type area at same position on both sides?

Thanks alot!
Looking at my document, I mixed up the odd and even pages, that's why I thought of the negative BCOR. Pretty stupid. :oops:
(Also, I tried putting the BCOR value in the document options, but that didn't work at all.)
by ditrans
Mon Feb 15, 2010 6:24 pm
Forum: Page Layout
Topic: KOMA twoside, but type area at same position on both sides?
Replies: 5
Views: 4829

KOMA twoside, but type area at same position on both sides?

Thanks for your answer.
My very minimal working example:

\documentclass{scrbook}
\areaset{118mm}{180mm}
\usepackage{lipsum}
\begin{document}
\lipsum
\end{document}
To move the type area to where I need it to be, I would have to use a negative BCOR, but that doesn't work.
I guess, I only need to ...
by ditrans
Mon Feb 15, 2010 6:10 pm
Forum: Text Formatting
Topic: label alignment in list environment
Replies: 7
Views: 11263

Re: label alignment in list environment

I don't want to modify enumerate or itemize, I want to create a custom environment (with left aligned roman numerals), if possible, using list.
by ditrans
Mon Feb 15, 2010 4:21 pm
Forum: Text Formatting
Topic: label alignment in list environment
Replies: 7
Views: 11263

label alignment in list environment

Is there any way to change the alignment of the label in a list environment? (I would like the label to be left aligned.)
Or does that only work with the enumitem package?

Thanks,
DT
by ditrans
Mon Feb 15, 2010 2:04 pm
Forum: Page Layout
Topic: KOMA twoside, but type area at same position on both sides?
Replies: 5
Views: 4829

KOMA twoside, but type area at same position on both sides?

Hello everyone,

I'm using scrbook with the twoside option on (I need it for headers etc.). I have to have a type area with a specific width and height, so I set it using \areaset. Now I also need the margins to be the same on left and right pages, as they would be with twoside=false. (It would be ...
by ditrans
Fri Jan 15, 2010 2:11 pm
Forum: Page Layout
Topic: Period after section number
Replies: 2
Views: 5843

Re: Period after section number

Thank you a lot for your indepth response. I tried your first solution and just added commands for subsection etc., but your second solution seems cleaner so I think I'll use that.

Thanks again!
by ditrans
Mon Jan 11, 2010 4:13 pm
Forum: Page Layout
Topic: Period after section number
Replies: 2
Views: 5843

Period after section number

Hello everyone,

could someone please tell me how I can put a period after section numbers (without then having two periods between a section and a subsection number)?

Thanks!!