| 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,367 |
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 3 |
comment |
LaTeX sourcefiles older than 5 years old. XeLaTeX fails I can compile it without errors. There are only 2 warnings " pdftext global options are not used". |
|
Aug 3 |
comment |
LaTeX sourcefiles older than 5 years old. XeLaTeX fails Please submit your minimal not-working example. :-) |
|
Aug 3 |
comment |
How to remove trailing spaces at the end of each line in a block of code? "Otherwise you could just place it inside \begin{document} and it will be valid till the end of that environment, even when the file is processed as sub-file." is only true for standalone class. Other classes used by sub-files (that will be imported by a main file using docmute) do not localize the effect of \endlinechar=-1\relax. |
|
Aug 2 |
comment |
Is there a collaboration system on the web that I can use to write book together with others? (This comment will be deleted later): I am reading the links given in the following answers. Need time to grasp what they are talking about. :-) |
|
Aug 2 |
comment |
What are the advantages of TeX Live over MiKTeX? @lockstep: The quality of this question does not fit the standard that a certain group of people expect. On the other hand, some other people like upvoting very basic question like this one. I don't know why? :-) |
|
Aug 2 |
comment |
Is there a collaboration system on the web that I can use to write book together with others? So I must work in HTML mode? |
|
Aug 2 |
comment |
Referring to dates other than \today NOTE: this solution has not considered a leap day (February 29). :-) |
|
Aug 2 |
comment |
Horizontal space in lists @Alan: Just define a new common environment, namely mylist. :-) Depending on the scenario we want, we might need to reset the counter. |
|
Aug 2 |
comment |
Align text and image on the same line? The current title still does NOT reflect you question. It was confusing before seeing the accepted answer. :-) |
|
Aug 2 |
comment |
How to remove trailing spaces at the end of each line in a block of code? +1 but it only removes the trailing space of \endpspicture. :-) |
|
Aug 2 |
comment |
How to remove trailing spaces at the end of each line in a block of code? +1 but it did not work for making an environment. |
|
Aug 1 |
comment |
How to prevent pagebreak in description environment @Nico: Try add more and more items until the minipage gets cropped. :-) |
|
Jul 31 |
comment |
Is there a way to load additional packages specified in the document environment? where shoud I use \usepackage{pkgindoc}? in main.tex or subfile.tex (see my question). |
|
Jul 31 |
comment |
Is it possible to change jobname from within the input file? +1 Accepted. Thanks. |
|
Jul 31 |
comment |
Is it possible to change jobname from within the input file? @egreg: DONE. :-) |
|
Jul 31 |
comment |
Is it possible to change jobname from within the input file? +1 but I want to change it internally. |
|
Jul 31 |
comment |
Is it possible to change jobname from within the input file? +1 @egreg: Thanks for checking the code. It has been corrected. |
|
Jul 31 |
comment |
Why is there a gap on the right side of child image imported from within the main input file? Will you fix this bug in the next version or leave it as is as a feature? :-) |
|
Jul 31 |
comment |
Is there a way to load additional packages specified in the document environment? +1 thanks, it is a good news! |
|
Jul 31 |
comment |
Is there a way to load additional packages specified in the document environment? +1 Does the main file do a test to avoid multiple inclusion of the same package? |