Search found 4 matches

by Dosihris
Sat Aug 02, 2008 12:16 am
Forum: General
Topic: different font size lstinline and lstinputlisting
Replies: 3
Views: 11054

different font size lstinline and lstinputlisting

wow.. just working... cool.. thank you.

By the way, i did it like this, because i just wanted to change the size and not the font itself:

Code: Select all

\makeatletter
\lst@AddToHook{TextStyle}{\let\lst@basicstyle\ttfamily\normalsize\fontfamily{pcr}\selectfont}
\makeatother
by Dosihris
Fri Aug 01, 2008 1:00 pm
Forum: General
Topic: different font size lstinline and lstinputlisting
Replies: 3
Views: 11054

different font size lstinline and lstinputlisting

Hi,

can anybody tell me how to change the font size automatically in all inline listings? Normal listings should be in a smaller size. I wrote an own environment for C# (\lstdefinelanguage{CS}), but all my inline listings and my normal listings use this environment. If i change the size there, all ...
by Dosihris
Sat Mar 01, 2008 5:37 pm
Forum: General
Topic: WordWrap in tables
Replies: 3
Views: 8164

WordWrap in tables

Hi,

thanks for that information but it doesn't work totally... i have used the tabularyx package like this

\newcolumntype{Y}{>{\tiny\raggedright\arraybackslash}X}

\noindent\begin{tabularx}{\linewidth}{|l*{11}{|c}}\hline
Utility & array/pointer & NCRC & input functions & interaction effects ...
by Dosihris
Sat Mar 01, 2008 4:14 pm
Forum: General
Topic: WordWrap in tables
Replies: 3
Views: 8164

WordWrap in tables

Hi, i didn't find a solution for my problem by searching for table and wrap.

I'm a latex newbie and i just want to wordwrap the columns. I want that every column has the same width. thats all. In my table i have 11 columns and the text are always two words. here is a small example how my table ...