417 reputation
29
bio website
location St. Petersburg, Russia
age 27
visits member for 2 years, 9 months
seen Apr 29 at 0:16
stats profile views 14

Nov
8
awarded  Popular Question
Oct
23
awarded  Yearling
May
11
awarded  Popular Question
Apr
9
awarded  Nice Question
Aug
5
awarded  Yearling
Dec
8
awarded  Nice Question
Oct
6
comment How to find a package name by a command name?
@Willie Wong. Yes, "graphics". It was my mistake. I just checked the place, where I've found this, and it is "graphics", not "graphicx". \def\scalebox was found in graphics.sty.
Oct
5
accepted How to find a package name by a command name?
Oct
5
comment How to find a package name by a command name?
It seems to be a nice idea. I've tested it for "\scalebox" and I see, that it is in "graphicx" package. This is a new way to search for a package for me.
Oct
5
asked How to find a package name by a command name?
Sep
20
accepted Is there any way to generate custom errors/warnings in LaTeX?
Sep
20
comment Is there any way to generate custom errors/warnings in LaTeX?
Thanks to search using \errmessage keyword I've found in TeXBook how to output warning. Actually I've found, that my editor (TeXnicCenter 1.0) treats as warnings output lines like "LaTeX Warning: \uzuka used outside of math mode on input line 211", which can be generated using \message{LaTeX Warning: \noexpand\uzuka used outside of math mode on input line \the\inputlineno}. Thank you.
Sep
20
comment Is there any way to generate custom errors/warnings in LaTeX?
Yes, that will allow to generate errors. But what about warnings? Is it possible to generate them too?
Sep
20
asked Is there any way to generate custom errors/warnings in LaTeX?
Aug
28
accepted How to make a command for a composed symbol to work with all font sizes?
Aug
28
comment How to make a command for a composed symbol to work with all font sizes?
Thank you, Willie Wong, it works. I will use it. The only problem I see is that this ring, produced with \mathring seems to be a bit too small. But, I believe, it's ok. Thank you, Caramdir, there are useful links there.
Aug
28
asked How to make a command for a composed symbol to work with all font sizes?
Aug
15
comment How to reference another document in latex?
Yes, it works if I write \usepackage{xr-hyper} before \usepackage[some options]{hyperref} and will not write \usepackage{xr} (otherwise I will have warnings "... has been referenced, but doesn't exist."). Thank you.
Aug
15
awarded  Scholar
Aug
15
accepted How to reference another document in latex?