Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[LaTeX] Besoin d'experts
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
geekounet
Bodhisattva
Bodhisattva


Joined: 11 Oct 2004
Posts: 3772
Location: Wellington, Aotearoa

PostPosted: Fri Mar 28, 2008 2:32 pm    Post subject: Reply with quote

billiob wrote:
Code:
\begin{tabular}{ccp{0.8\textwidth}}
\textbf{Un champ} & : & mon texte qu'il est bien long ... mon texte qu'il est bien long ... mon texte qu'il est bien long ... mon texte qu'il est bien long ...  mon texte qu'il est bien long .. mon texte qu'il est bien long .. \\
                    &   & du texte plus court ..\\
\end{tabular}


p{UNE TAILLE} fixe la largeur de la colonne.

Yes merci, en adaptant un peu ça fonctionne, ça me fait un truc du genre :
Code:
\begin{tabular}{ | p{0.25\textwidth} | p{0.25\textwidth} | p{0.25\textwidth} | p{0.25\textwidth} | }

:)
Bon ensuite, l'autre problème c'est de faire des sauts de ligne dans une même case... le \multirow c'est bien joli mais ça veut absolument une ligne seule pour la première colonne... et le \tabularnewline ça fait des trucs pas jolis pour les bordures verticales... ya quoi comme autre solution bien ? :/

EDIT: en fait un ptit itemize fait ça très bien, dans ce cas ci de ce que je veux faire ;)
Back to top
View user's profile Send private message
Untux
Apprentice
Apprentice


Joined: 10 Apr 2006
Posts: 285

PostPosted: Fri Mar 28, 2008 2:49 pm    Post subject: Reply with quote

Geekounet wrote:
Bon ensuite, l'autre problème c'est de faire des sauts de ligne dans une même case... le \multirow c'est bien joli mais ça veut absolument une ligne seule pour la première colonne... et le \tabularnewline ça fait des trucs pas jolis pour les bordures verticales... ya quoi comme autre solution bien ? :/


tabularx ? : /usr/share/texmf-dist/doc/latex/tools/tabularx.pdf
Back to top
View user's profile Send private message
geekounet
Bodhisattva
Bodhisattva


Joined: 11 Oct 2004
Posts: 3772
Location: Wellington, Aotearoa

PostPosted: Fri Mar 28, 2008 3:45 pm    Post subject: Reply with quote

Ha bah j'y regarderai la prochaine fois alors, merci ;)
Back to top
View user's profile Send private message
Untux
Apprentice
Apprentice


Joined: 10 Apr 2006
Posts: 285

PostPosted: Fri Mar 28, 2008 4:03 pm    Post subject: Reply with quote

geekounet wrote:
Ha bah j'y regarderai la prochaine fois alors, merci ;)

De rien. Et accessoirement, si tu veux pas de tabularx, tu peux aussi coller un
Code:
\begin{minipage}{<largeur>}<blabla blabla>\end{minipage}

dans chacune de tes cellules... mais tabularx est plus pratique.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum