| bio | website | tex.stackexchange.com/users/… |
|---|---|---|
| location | Colombia | |
| age | 43 | |
| visits | member for | 2 years, 2 months |
| seen | 16 hours ago | |
| stats | profile views | 9,913 |
Useful notes for some of my answers:
CTAN lion drawing by Duane Bibby.
How do you accept an answer?](http://meta.tex.stackexchange.com/q/1852/3954)
minimal working example](http://www.minimalbeispiel.de/mini-en.html)
The demo option for graphicx simply replaces actual figures with black rectangles; do not use that option in your actual document.
|
May 17 |
comment |
How do I put list of figures and list of tables on separate pages? @MarcoDaniel I've incorporated this option to my answer, with a little note on the effect of the titles option. Thank you. |
|
May 17 |
comment |
How do I put list of figures and list of tables on separate pages? @lockstep you're right. I've edited my answer. Thank you. |
|
May 17 |
revised |
How do I put list of figures and list of tables on separate pages? improved the answer (thanks lockstep and Marco Daniel) |
|
May 17 |
awarded | Guru |
|
May 16 |
comment |
Change font in combine class @egreg true; i was writing in a hurry, and my comment didn't come out as I wanted, I will delete it. |
|
May 16 |
answered | How do I put list of figures and list of tables on separate pages? |
|
May 16 |
comment |
Add vertical line margin-aligned from a given point through subsequent pages The side margin paragraphs will be unique? I mean, there will be just one for each use of the construct, or will there be possibly many margin paragraphs in one construct? The horizontal rule will always be in the same position? |
|
May 16 |
comment |
Text decoration is trimmed off with standalone package I've updated my answer with some new options. |
|
May 16 |
revised |
Text decoration is trimmed off with standalone package new code, new images |
|
May 16 |
comment |
Text decoration is trimmed off with standalone package yes, it was trial/error. In fact, it has to be a larger value (see my answer below). |
|
May 16 |
answered | Text decoration is trimmed off with standalone package |
|
May 16 |
comment |
'Figure' in tikz makes image move 'forward' @TyranaSaur since you are using pdflatex, your images must be in one of three formats: JPG, PNG or PDF. And yes, you can do the same for any image which you want to appear exactly where you declare it in the code. If you want it to float, use figure. |
|
May 16 |
comment |
'Figure' in tikz makes image move 'forward' @TyranaSaur of course, you cannot use two \documentclass commands in one document; you can, however, use both options in one \documentclass command, as in \documentclass[conference,journal]{IEEEtran} |
|
May 16 |
comment |
'Figure' in tikz makes image move 'forward' @TyranaSaur I had some time, so I updated my answer with an option to have the figure appear exactly where you declared it. Regarding the document class, my answer uses IEEEtran, but with the conference option so your captions will be centered. Can't you use the conference option? |
|
May 16 |
revised |
'Figure' in tikz makes image move 'forward' added second code requested in comment |
|
May 16 |
comment |
'Figure' in tikz makes image move 'forward' @TyranaSaur I don't recommend the use of the H modifier from the float package. Kind of busy right now, but in 3 hours I can give you an alternative. |
|
May 16 |
awarded | Enlightened |
|
May 16 |
revised |
Dashed left arrow over symbol improved the code, reuploaded images |
|
May 16 |
comment |
Force all small caps @trmdttr I changed the example to include a command; I used \MakeLowercase since \lowercase is a TeX command which doesn't always work. |
|
May 16 |
revised |
Force all small caps defined a command |