Re: enumerate overrides leftskip
Consider looking at the enumitem package
\usepackage{enumitem}
that allows you to adequately manipulate the enumerate/itemize
margins, labels, referencing, etc. Read more about the documentation
and formatting commands, available on CTAN at
http://tug.ctan.org/cgi-bin/ctanPackageInformation.py?id=enumitem
It also includes a number of examples showing the generated output -
this will help you figure out what settings you have to adapt.
Werner
.
Relevant Pages
- Re: EndInvoke still required?
... not even seen any unofficial statement along these lines (like whatever ... one Jon was referencing). ... It's nice to see in print, but it seems like they've had plenty of time to incorporate this advice into the documentation. ... the valid behavior needs to be explicitly described in the official docs. ... (microsoft.public.dotnet.framework) - Re: Code labelling
... I often use unnecessary braces to highlight that a bit of code should be ... I probably do it more in C/C++ than Java. ... So my take on it is that the use of extra braces for documentation is good. ... Use of labels bad, since it is no more documenting than a comment. ... (comp.lang.java.programmer) - Re: hyperref and redefining label, ref, and pageref again
... \ref, and \pageref macros. ... I want to do later referencing ... with perl, but even after 10 years, latex is still mostly a black box ... labels inside equations, even after I take care of nameref. ... (comp.text.tex) - Re: Suspected bug in Tk::DialogBox.pm
... The documentation supports the advice I ... got from Pit, but apparently it doesn't work for me. ... hard-coded value of 10 under MSWin32. ... we are doomed to use shorter labels in order to ensure we don't ... (comp.lang.perl.tk) - Re: Timeline API
... I will create a full set of documentation. ... Setting down your thoughts in a clear statement of functionality will ... In Firefox 1.5 and IE6 it shows the text labels over the date interval ... and adding the ordinal suffix without creating ... (comp.lang.javascript) |
|