Search found 6 matches

by Third Joker
Fri Nov 02, 2012 12:43 pm
Forum: Graphics, Figures & Tables
Topic: array | New Column Types for a Table
Replies: 3
Views: 3465

array | New Column Types for a Table

It works perfectly fine with the addition of \arraybackslash. Thank's a lot !!
by Third Joker
Fri Nov 02, 2012 11:43 am
Forum: Graphics, Figures & Tables
Topic: array | New Column Types for a Table
Replies: 3
Views: 3465

array | New Column Types for a Table

Hello everyone !

Does anyone knows why the following code isn't working ?


\newcolumntype{M}[1]{>{\raggedleft}p{#1}}
\newcolumntype{N}[1]{>{\raggedright}p{#1}}

\begin{tabular}{|M{5cm}|N{4cm}|N{4cm}|}
\hline
3 & & \\ \hline
3 & 4 & \\ \hline
3& 4 & 5\\ \hline %error
\end{tabular}


The first ...
by Third Joker
Wed Oct 24, 2012 6:03 pm
Forum: Text Formatting
Topic: Itemized List in Table
Replies: 2
Views: 2664

Itemized List in Table

Oh. I didn't know for the picture. I will edit my post.

And you were right, the problem were already mentionned. It worked, even if I have no idea of what I've done :mrgreen:

So for all purposes, here is the solution :

Put this code :
\makeatletter
\newcommand*{\compress}{\@minipagetrue ...
by Third Joker
Wed Oct 24, 2012 4:26 pm
Forum: Text Formatting
Topic: Itemized List in Table
Replies: 2
Views: 2664

Itemized List in Table

Hello,

I'm trying to put use itemize in my tabular environment. This is my code :


\newcolumntype{M}[1]{>{\raggedleft}p{#1}}
\newcolumntype{N}[1]{>{\raggedright}p{#1}}

\begin{tabular}{M{7cm} p{1cm} N{7.3cm}}
\textsc{Text} & \dotfill & \begin{itemize}
\item item 1
\item Item 2
\end{itemize}
\end ...
by Third Joker
Wed Oct 24, 2012 1:46 pm
Forum: Page Layout
Topic: Text in two specific Columns
Replies: 2
Views: 2267

Re: Text in two specific Columns

Well... I'm confused. I tried with tabular without success, but with a second look and more researches, it actually made what I was looking for.
So thank's for the advice !
by Third Joker
Wed Oct 24, 2012 10:37 am
Forum: Page Layout
Topic: Text in two specific Columns
Replies: 2
Views: 2267

Text in two specific Columns

Hello,

my goal is to put my text in two columns, as in the attached image. The particular features are the following :
The separator line between the two columns must always be in the same place on the page. So it must not adapt to the length of the text.
I should be able to define if the left ...