Search found 4 matches

by nick1234
Wed Aug 10, 2011 4:20 pm
Forum: Text Formatting
Topic: List numbering problems using the enumerate package
Replies: 4
Views: 6529

Re: List numbering problems using the enumerate package

Ah right, sorry my fault for not reading it properly. :oops:

Thanks very much that is working perfectly now!
by nick1234
Wed Aug 10, 2011 4:05 pm
Forum: Text Formatting
Topic: List numbering problems using the enumerate package
Replies: 4
Views: 6529

Re: List numbering problems using the enumerate package

Ohhh ok. That looks pretty good. Thanks for the quick response. The only problem is that I would like my sub points to be like:

1
_1.1
_1.2
__1.2.1

so you can see where exactly you are in the document. Currently the sub points don't show the parent point number too(if that makes sense). Can't get ...
by nick1234
Wed Aug 10, 2011 3:18 pm
Forum: Text Formatting
Topic: List numbering problems using the enumerate package
Replies: 4
Views: 6529

List numbering problems using the enumerate package

Hello all,

Hope someone can help with this, I've spent quite a long time on it already and can't seem to find anything that solves my problem.

I am trying to use the enumerate package to generate a numbered list like this:

1 text text text
1.1 text text text
1.1.1 text text text
1.1.2 text text ...
by nick1234
Thu Nov 11, 2010 1:35 pm
Forum: Text Formatting
Topic: Formatting text inline with fancyvrb package
Replies: 0
Views: 1997

Formatting text inline with fancyvrb package

Hello,

Hopefully someone can help with this, I seem to be constantly struggling to get some feature of latex to work. I am using xelatex to dynamically generate pdfs depending on certain parameters passed in to a php function. This all works fine but i need a way of ensuring that the text passed in ...