Search found 7 matches

by kruftin
Wed Mar 27, 2013 9:51 am
Forum: Graphics, Figures & Tables
Topic: text position in table cell
Replies: 3
Views: 5689

Re: text position in table cell

I want text in the center of cell of the table (please see picture)
by kruftin
Tue Mar 26, 2013 1:22 pm
Forum: Graphics, Figures & Tables
Topic: text position in table cell
Replies: 3
Views: 5689

text position in table cell

Hello!

\scalebox{0.55}{
\begin{supertabular}{l|*{32}{c|}}
......
12345 & \multicolumn{8}{c|}{\begin{sideways} text \end{sideways}} & \multicolumn{4}{c|}{6789} & 12
....
\end{supertabular}


I want positioned "6789" on center of cell (vertical and horizontal) how do it?
And how made table with ...
by kruftin
Sat Apr 28, 2012 5:39 am
Forum: Page Layout
Topic: fancyhdr | Headers and Footers
Replies: 3
Views: 4470

fancyhdr | Headers and Footers

Good day!

I find no solution for my question: I need in header and footer for my document with image and I want that header and footer was in even page. I try use fancyhdr package, but get not result, may be there are another package for headers and footers?
It'll be cool if you give me example ...
by kruftin
Sat Apr 28, 2012 5:31 am
Forum: Graphics, Figures & Tables
Topic: Using »p« Column Type in Table
Replies: 3
Views: 2911

Re: Using »p« Column Type in Table

But if i want apply command for row, how it's make? For string in all table?
by kruftin
Fri Apr 27, 2012 6:45 am
Forum: Graphics, Figures & Tables
Topic: Using »p« Column Type in Table
Replies: 3
Views: 2911

Using »p« Column Type in Table

Dear users help me please. How i can apply bold face font and align in column of table? E. g. if I use \begin{tabular}{|p{.3\linewidth}|p{.3\linewidth}|p{.3\linewidth}|}
by kruftin
Wed Apr 18, 2012 8:55 am
Forum: Text Formatting
Topic: Text without Command
Replies: 3
Views: 12534

Text without Command

Thanks for answer.
And how i can disable non processing input in the block begin{verbatim} end{verbatim}?
If i want use usual format of tex? There is else from:

Code: Select all

/begin{verbatim} 
text input
/end{verbatim}
usual text in tex
/begin{verbatim}
text input
/end{verbatim}
by kruftin
Tue Apr 17, 2012 6:27 am
Forum: Text Formatting
Topic: Text without Command
Replies: 3
Views: 12534

Text without Command

Good day!

I'm interesting next question: How paste in file tex format code block, which save initial view (command will't processed by compiler).
For example I have code:
%\int_{-\infty}^{\infty} dx \exp(-x^2) = \sqrt{\pi}.
And I want that % and other symbols no processed by compiler and in pdf i ...