| bio | website | |
|---|---|---|
| location | St. Petersburg, Russia | |
| age | 21 | |
| visits | member for | 11 months |
| seen | Feb 21 at 17:27 | |
| stats | profile views | 12 |
Android and iOS programmer
Guitarist
|
Feb 21 |
awarded | Notable Question |
|
Nov 20 |
awarded | Popular Question |
|
Jun 14 |
revised |
Align table caption with left border of longtable added 1430 characters in body |
|
Jun 14 |
asked | Align table caption with left border of longtable |
|
Jun 14 |
comment |
Can I use \lstinline for table column? @Werner Yes. This should be a placed in a table. |
|
Jun 14 |
comment |
Wrap text in tables in rubber columns @cmhughes thanks |
|
Jun 14 |
answered | Wrap text in tables in rubber columns |
|
Jun 14 |
asked | Wrap text in tables in rubber columns |
|
Jun 14 |
comment |
Can I use \lstinline for table column? @Werner I want words in one column to be styled as listing. I can write \lstinline$class_name$ in every column (at least I can use regular expressions to do that automatically) but I hope there are easier ways to do this. |
|
Jun 14 |
asked | Can I use \lstinline for table column? |
|
Jun 14 |
accepted | “Missing \endcsname inserted” and other errors when trying to align title section |
|
Jun 14 |
comment |
“Missing \endcsname inserted” and other errors when trying to align title section Oh, I'm a sort of idiot. Should've replaced \thesection with \thesubsection, #1 just prints title text and #1.#1 prints it twice. Thanks a lot for your efforts and clarifying! (oh, you're answered me too) |
|
Jun 14 |
comment |
“Missing \endcsname inserted” and other errors when trying to align title section Thanks! Is there a way to indent also subsections? I am adding the same line, but changed #1 with #1.#1. And I am getting title as "1 LOLOLOL", not "1.1 LOLOLOL" |
|
Jun 14 |
comment |
“Missing \endcsname inserted” and other errors when trying to align title section Yes, you're right. |
|
Jun 13 |
comment |
“Missing \endcsname inserted” and other errors when trying to align title section Thanks, it works! And how I can indent a numbered section (with the number) by value defined in \parindent? |
|
Jun 13 |
revised |
“Missing \endcsname inserted” and other errors when trying to align title section added info |
|
Jun 13 |
comment |
“Missing \endcsname inserted” and other errors when trying to align title section @GonzaloMedina Unnumbered should be centerized. Numbered should be aligned left and indented. |
|
Jun 13 |
comment |
“Missing \endcsname inserted” and other errors when trying to align title section Ok, it works for the \section, but doesn't work for \section*... |
|
Jun 13 |
awarded | Commentator |
|
Jun 13 |
comment |
“Missing \endcsname inserted” and other errors when trying to align title section I want to centerize \section* title and make an indentation for \section title. |