| bio | website | tex.stackexchange.com/users/… |
|---|---|---|
| location | Colombia | |
| age | 43 | |
| visits | member for | 2 years, 2 months |
| seen | 18 hours ago | |
| stats | profile views | 9,915 |
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.
|
23h |
comment |
How do I control the space between the figure number (or table number) and the caption on the list of figures (list of tables) page? @PeterPalmer don't use \cftfigfont and \cfttabfont to add the words "Figure" and "Table" (those commands are only meant to change font attributes). Use these instead: \renewcommand\cftfigpresnum{Figure\ }
\renewcommand\cfttabpresnum{Table\ }
\newlength\mylenf
\settowidth\mylenf{\cftfigpresnum}
\addtolength\cftfignumwidth{\mylenf}
\addtolength\cfttabnumwidth{\mylenf} |
|
23h |
revised |
Which package should I use for doing a connecting homomorphism diagram like this in latex suppressed superfluous code |
|
1d |
answered | How to adust margin in listoftheorem |
|
1d |
answered | Which package should I use for doing a connecting homomorphism diagram like this in latex |
|
1d |
comment |
How to deal with the size of the exponential type function's argument? I wouldn't use superscripts in this case, I would use the \exp notation: $Q= \rho V c_{p} ( T -T_{\infty} )\Bigl[ 1-\exp\Bigl({\frac {h A_s}{\rho V c_{p}}t\Bigr)}\Bigr]$. Perhaps it would also be a good idea to use a displayed expresion. |
|
1d |
awarded | Enlightened |
|
1d |
awarded | Nice Answer |
|
1d |
awarded | Enlightened |
|
1d |
awarded | Nice Answer |
|
2d |
awarded | Nice Answer |
|
May 18 |
answered | Putting row of dots in an equation |
|
May 18 |
comment |
Beautifully format text of an external document @rowman Sure! Using the listings package, you can define your own settings. The package documentation has the details. I am not familiar enough with the minted package, so I wouldn't know how hard would be to do the same. |
|
May 17 |
comment |
Button on all slides after Table of Contents in beamer @LuanResende I've updated my answer with a simpler and more general solution (it's at the beginning of my answer now). |
|
May 17 |
revised |
Button on all slides after Table of Contents in beamer new improved code |
|
May 17 |
revised |
Beautifully format text of an external document new code, new image |
|
May 17 |
answered | Beautifully format text of an external document |
|
May 17 |
answered | How do I get the titles on the list of contents, list of tables and list of figures pages to be a specific height on the page? |
|
May 17 |
answered | Button on all slides after Table of Contents in beamer |
|
May 17 |
comment |
How do I get the table of contents, list of figures and list of tables to have the header I specify Sorry to bother you. Don't forget that you can up-vote good answers and also accept the ones you consider best solved your problems. Up-voting and accepting are two different actions. In case of doubt, please see How do you accept an answer?. |
|
May 17 |
revised |
Missing number treated as zero \end{tikzpicture} added 1076 characters in body |