| 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,365 |
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.
|
Dec 7 |
asked | What are the advantages of TikZ/PGF over PSTricks? |
|
Dec 7 |
comment |
How to switch between two different marginparwidth size? If you want to make a modification, just press edit button right below your answer. And if you want to remove your comment, just press the delete button below your comment. :-) Anyway, thank for your effort. |
|
Dec 7 |
accepted | Why couldn't (La)TeX's layout model be as simple as CSS's layout model? |
|
Dec 7 |
comment |
How to switch between two different marginparwidth size? Thanks @pluton. However, it does not work for twoside documents; even and odd numbered pages should be symmetrical. |
|
Dec 7 |
comment |
Drawing 3d diagrams A surface made of sequences of points joined by line segments is also known as a mesh surface. |
|
Dec 7 |
comment |
How to switch between two different marginparwidth size? minipage cannot determine the page break automatically. |
|
Dec 7 |
comment |
How to switch between two different marginparwidth size? thanks for the answer. However, I am not using ConTeXt. :-) |
|
Dec 6 |
comment |
How to switch between two different marginparwidth size? @jan, try change the preamble by inserting twoside option into the \documentclass optional argument and change \lipsum[2] to \lipsum[1-20]. See the result. :-) |
|
Dec 6 |
comment |
How to switch between two different marginparwidth size? Thanks @godbyk. However, it does not work for twoside documents; even and odd numbered pages should be symmetrical. |
|
Dec 6 |
awarded | Promoter |
|
Dec 6 |
comment |
Is it possible to call an external application prior to latex.exe to prepare a new file to be imported from within the (La)TeX input file? @Caramdir, Makefile in Linux works like a batch file in Windows? |
|
Dec 6 |
comment |
Is there a package to create Optical Mark Reader answer-sheets? I have not offered a bounty because I don't know what it is. |
|
Dec 6 |
comment |
Is there a package to create Optical Mark Reader answer-sheets? thank for answering. Tikz is great, but I only know beloved PSTricks. :-) |
|
Dec 6 |
comment |
How to find the ratio of a length command (e.g., \textwidth) to a reference value (e.g., 6cm) ? No problem Will, it is fun! |
|
Dec 5 |
revised |
Is there a package to create Optical Mark Reader answer-sheets? added 75 characters in body |
|
Dec 5 |
comment |
Best practice for maintaining change history in tex Probably you will need [changebar.sty][1] to mark the revision. [1]: ftp.jaist.ac.jp/pub/CTAN/macros/latex/contrib/changebar/… |
|
Dec 5 |
revised |
Is it possible to call an external application prior to latex.exe to prepare a new file to be imported from within the (La)TeX input file? added 197 characters in body |
|
Dec 5 |
asked | Is it possible to call an external application prior to latex.exe to prepare a new file to be imported from within the (La)TeX input file? |
|
Dec 5 |
comment |
How to include all files within a directory relative to the edited *.tex-file? @Konrad, the topic starter @elementz wants to include any java source code in a directory under the directory in which the main TeX input file resides automatically and using relative paths. |
|
Dec 5 |
comment |
How to include all files within a directory relative to the edited *.tex-file? @elements, @TH, I have written the application in c#, please see the last part of my answer. Use Mono .NET runtime to compile and run the application. |