Historique des modifications [retour]
cliquez ici pour masquer/afficher la révision 8
mineure

11 Oct '18, 14:05

Pathe's gravatar image

Pathe
7.6k53211254

\includegraphics dans \parbox

Dans le code ci-dessous, la hauteur du graphique est « ignorée ». Comment faire comprendre à `\parbox` qu'il y a un graphique avec une certaine hauteur ? Cette hauteur ignorée affecte ensuite l'alignement dans le tableau : \documentclass[10pt]{article} \usepackage[showframe]{geometry} \usepackage[table]{xcolor} \usepackage{graphicx} \begin{document} \sbox{0}{\parbox[t][256pt][t]{3.5cm}{\includegraphics[height=2.5cm]{example-image-a} \\pli\\\vfill pli}}% \setlength{\tabcolsep}{0pt}% \setlength{\fboxsep}{0pt}% \setlength{\fboxrule}{1pt}% \noindent\begin{tabular}[t]{lcr}% \cellcolor{black!25}\fbox{\usebox{0}}&\makebox[2mm]{}&% \cellcolor{red!25}\fbox{\parbox[t][256pt][t]{5cm}{plu\\\vfill plu}}% \end{tabular}% \end{document} <img src="/upfiles/MCE3.jpg" style="width: 60%;"/>
cliquez ici pour masquer/afficher la révision 7
1-1=0

10 Oct '18, 23:39

touhami's gravatar image

touhami
10.0k410

\includegraphics dans \parbox

Dans le code ci-dessous, la hauteur du graphique est « ignorée ». Comment faire comprendre à `\parbox` qu'il y a un graphique avec une certaine hauteur ? Cette hauteur ignorée affecte ensuite l'alignement dans le tableau : \documentclass[10pt]{article} \usepackage[showframe]{geometry} \usepackage[table]{xcolor} \usepackage{graphicx} \begin{document} \sbox{0}{\parbox[t][256pt][t]{3.5cm}{\includegraphics[height=2.5cm]{example-image-a} \\pli\\\vfill pli}}% \setlength{\tabcolsep}{0pt}% \setlength{\fboxsep}{0pt}% \setlength{\fboxrule}{1pt}% \noindent\begin{tabular}[t]{lcr}% \cellcolor{black!25}\fbox{\usebox{0}}&\makebox[2mm]{}&% \cellcolor{red!25}\fbox{\parbox[t][256pt][t]{5cm}{plu\\\vfill plu}}% \end{tabular}% \end{document} <img src="/upfiles/MCE3.jpg" style="width: 50%;"/>60%;"/>
cliquez ici pour masquer/afficher la révision 6

10 Oct '18, 23:38

touhami's gravatar image

touhami
10.0k410

cliquez ici pour masquer/afficher la révision 5

10 Oct '18, 23:38

touhami's gravatar image

touhami
10.0k410

cliquez ici pour masquer/afficher la révision 4
mineure typo

10 Oct '18, 17:26

Pathe's gravatar image

Pathe
7.6k53211254

cliquez ici pour masquer/afficher la révision 3

09 Oct '18, 23:07

pluton's gravatar image

pluton
1.2k22937

cliquez ici pour masquer/afficher la révision 2

09 Oct '18, 21:53

pluton's gravatar image

pluton
1.2k22937

cliquez ici pour masquer/afficher la révision 1

09 Oct '18, 21:51

pluton's gravatar image

pluton
1.2k22937

C'est votre première visite ici ? Consultez la FAQ !

×