| 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,369 |
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.
|
Nov 29 |
comment |
How to make proportional subscript when using smaller font in math mode? Additional info for others: If you use other font packages, they must be included after lmodern. Otherwise, lmodern will override. |
|
Nov 29 |
comment |
Is there a LaTeX editor supporting Subversion out of the box? Thank you @Matthew Leingang and @Mikael Vejdemo-Johansson for the response. I will figure out those to find one suits my need. |
|
Nov 29 |
comment |
Is there a LaTeX editor supporting Subversion out of the box? I am a Windows lover. Thanks. |
|
Nov 29 |
asked | Is there a LaTeX editor supporting Subversion out of the box? |
|
Nov 27 |
accepted | How to make proportional subscript when using smaller font in math mode? |
|
Nov 27 |
comment |
How to make \lstinputlisting applicable to file paths with spaces? It works. Thanks @Ulrike Fischer! For others: Use "path to the file" rather than ``path to the file''. |
|
Nov 27 |
accepted | How to make \lstinputlisting applicable to file paths with spaces? |
|
Nov 27 |
comment |
Adding a large brace next to a body of text Good idea. To span more rows, use \parbox instead of tabular. $\left. \parbox{\linewidth}{\lipsum[1]} \,\right\} \textrm{Title}$. Note: \lipsum[1] is a dummy text from lipsum.sty package. |
|
Nov 27 |
answered | Adding a large brace next to a body of text |
|
Nov 27 |
asked | How to make \lstinputlisting applicable to file paths with spaces? |
|
Nov 27 |
asked | How to make proportional subscript when using smaller font in math mode? |
|
Nov 27 |
accepted | Is there a package to pull out Answer Keys from Exercises to the last page? |
|
Nov 27 |
comment |
Is there a package to pull out Answer Keys from Exercises to the last page? @TH, thank you for the useful links. |
|
Nov 26 |
answered | PSTricks, draw line only knowing one point. |
|
Nov 26 |
asked | Is there a package to pull out Answer Keys from Exercises to the last page? |
|
Nov 26 |
awarded | Scholar |
|
Nov 26 |
comment |
How to suppress BOM effect in the output? Thanks very much Ulrike Fischer. |
|
Nov 26 |
revised |
How to suppress BOM effect in the output? added 15 characters in body |
|
Nov 26 |
revised |
How to suppress BOM effect in the output? added 64 characters in body; added 629 characters in body |
|
Nov 26 |
comment |
How to suppress BOM effect in the output? Thanks for the solution. However, I think the BOM preceding the keyword "using" causes listings.sty not to interpret it as C# keyword. In addition, the result also contains unwanted space. Please see my EDIT 2 in my post above. |