| bio | website | nobelprize.org |
|---|---|---|
| location | here | |
| age | 23 | |
| visits | member for | 2 years, 6 months |
| seen | Mar 6 '12 at 10:03 | |
| stats | profile views | 3,392 |
My last "answer" is here, but it was unfairly converted to a comment :-D.
I have problem to be neither asked nor answered.


\def\xport{%
\rm X%
\kern-.17em\lower.7ex\hbox{P}%
\kern-.20em\lower.2ex\hbox{O}%
\kern-.50em\lower-1.0ex\hbox{R}%
\kern-.07em\lower-.09ex\hbox{T}%
}
\xport
Notes
previewpackage- ignores
\pagecolor{}and paper size. - needs
-D10000option to get a tight output. - cannot work with
animatepackage.
- ignores
standaloneclass usespreviewpackage internally so it does the same behaviour.
|
Aug 13 |
comment |
How to write (La)TeX (with parentheses) [or any other TeX-related logo] A forgotten logo. |
|
Aug 13 |
comment |
Wrapping code (listings, verbatim, or other method) inside a newcommand I have not used minted. I use showexpl and listings packages. The former internally uses listings. I don't know why minted exists and what it wants to improve. :-) |
|
Aug 13 |
comment |
Wrapping code (listings, verbatim, or other method) inside a newcommand You can define unsupported language when using listings package. Read its manual by typing texdoc listings in your DOS prompt. |
|
Aug 13 |
comment |
Is there a simpler way to obtain the reference points enclosed by \rput frame? You have renamed t to tC, l to Cl, r to Cr, B to BC, b to bC, etc. All have 2 characters. Did you forget to rename C to CC? |
|
Aug 12 |
comment |
Table with two headers? If you can insert image with \includegraphics{} and the vertical alignment still works. For \[...\] or \begin{equation}...\end{equation}, there is an adjustment that must be applied. Let me know if you want to use them. :-) |
|
Aug 12 |
comment |
Table with two headers? NOTE: Neither \[...\] nor \begin{equation}...\end{equation} is allowed in this answer. :-) |
|
Aug 12 |
comment |
Table with two headers? @Danilo: It is not a big problem. Just show your formulas in your question, I will see how big they are. |
|
Aug 12 |
comment |
Table with two headers? I noticed that the border width does not equal for each box. You need to adjust it. :-) |
|
Aug 12 |
comment |
Attempting to export tikz to eps You don't need to pass -enable-write18 to pdflatex in batch.bat because pdftops is executed directly outside pdflatex. |
|
Aug 12 |
comment |
Attempting to export tikz to eps If you are satisfied with this answer, don't forget to upvote and give a green check mark. Because I noticed you have not done it yet for your other question. :-) |
|
Aug 12 |
comment |
Centering contents of table cells horizontally and vertically Why did you not try my answer here. If you are satisfied with it, don't forget to upvote even though it has been set to CW. |
|
Aug 11 |
comment |
Is there a TikZ equivalent to the PSTricks \ncdiag command? @Herbert: Why does \rnode{}{\rput(){}} not work while \rput(){\rnode{}{}} works? |
|
Aug 11 |
comment |
How to execute \LTXexample repeatitively with a looping macro such that its counter value gets rendered in both input/output parts? OK. I read the manual until page 24 yesterday. I will continue the remaining later. I will decide whether or not I should execute the green mark on this answer later after grasping the knowledge. :-) |
|
Aug 11 |
comment |
How to execute \LTXexample repeatitively with a looping macro such that its counter value gets rendered in both input/output parts? Only the first two lines of your answer are understandable. The remaining ones are difficult to understand even I read multiple times. :-) |
|
Aug 11 |
comment |
How to create magnified subfigures and corresponding boxes for portions of a large image @SSilk: You have to upgrade your MikTeX because it was the old issue, see Why cannot XeLaTeX clip my PSTricks graph plot correctly?. |
|
Aug 11 |
comment |
How to use different lstset settings for listings? high possible duplicate detected... |
|
Aug 11 |
comment |
How to define a macro to create a new macro with a name passed as its argument? +1 I might need this technique in the future. Thanks. |
|
Aug 11 |
comment |
How to define a macro to create a new macro with a name passed as its argument? @Leo: If you are interested in avoiding grouping, see my answer. I just applied what I learnt from this question. |
|
Aug 11 |
comment |
How to create magnified subfigures and corresponding boxes for portions of a large image I will create a macro to ease specifying a viewport by letting the user only pass the center point and scale values. The scale is relative to the whole image while maintaining its aspect ratio. See you later! |
|
Aug 11 |
comment |
How to define a macro to create a new macro with a name passed as its argument? @Leo: It cannot be avoided unless I create everything from scratch. |