| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 9 months |
| seen | Oct 22 '12 at 14:42 | |
| stats | profile views | 2 |
|
Sep 2 |
accepted | Right align chapter number to the chapter name when using memoir with veelo style |
|
Sep 2 |
comment |
Right align chapter number to the chapter name when using memoir with veelo style Thank you very much... It worked brilliantly. I did not provide any information about the horizontal position of the title with respect to the text because it's the default one. |
|
Sep 1 |
awarded | Supporter |
|
Sep 1 |
asked | Right align chapter number to the chapter name when using memoir with veelo style |
|
Sep 1 |
accepted | How to combine the listings and algorithm2e packages to be used with List of Listings |
|
Sep 1 |
awarded | Scholar |
|
Aug 25 |
comment |
How to combine the listings and algorithm2e packages to be used with List of Listings Thanks for the suggestion. Unfortunately it din dot work for me, but I found a workaroud by beeing careful about where I put the algorithm that takes the whole page. |
|
Aug 24 |
comment |
How to combine the listings and algorithm2e packages to be used with List of Listings Thank you for you answer. It partially solved the numbering problem. The thing is I have an algorithm that takes up the whole page and then a listing. So the numbering would be: 1. Algorithm on page 1; 2. Listing on page 2. The problem is that, if I put the \refstepcounter... in from of \begin{algorithm} then I will get 1. Algorithm on page 2; 2. Listing on page 1. If I put the code after \begin{algorithm}, then I will get 2. Algorithm on page 1; 1. Listing on page 2. (in this order)... any ideas? ... besides using tocloft? |
|
Aug 24 |
awarded | Student |
|
Aug 24 |
asked | How to combine the listings and algorithm2e packages to be used with List of Listings |