텍스트에 맞게 그림을 배치하려면 어떻게 해야 합니까?
\begin{tabular}{cc}
\includegraphics[width=0.25\linewidth]{IFSPMTO} & \begin{tabular}{cc}\hline \textbf{Instituto Federal de Educação Ciência e Tecnologia}\\
\textbf{ \bf 1$^{\underline a}$ Avaliação de Estatística Básica - Licenciatura em Química}\\
\textbf{Professor: Rodrigo Dantas de Lucas - Digão} \\
\hline
\end{tabular}%
\end{tabular}
\textbf{Aluno:} \hspace{7cm} \textbf{RA:}
답변1
너무 많은 정보를 제공하지 않으셔서 제가 제대로 이해했는지 잘 모르겠습니다. 하지만 아마도 당신은 환경 [b]
의 매개변수를 찾고 있었을 것입니다 tabular
.
지금 상태로는 페이지에 비해 너무 넓은데 고객님과 여백 설정을 모르기 때문에 documentclass
그냥 두겠습니다.
% arara: pdflatex
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[demo]{graphicx}
\usepackage{booktabs}
\begin{document}
\noindent
\begin{tabular}{@{}cc@{}}
\includegraphics[width=0.25\linewidth]{IFSPMTO} &
\begin{tabular}[b]{@{}c@{}}\toprule \textbf{Instituto Federal de Educação Ciência e Tecnologia}\\
\textbf{ \bf 1$^{\underline a}$ Avaliação de Estatística Básica - Licenciatura em Química}\\
\textbf{Professor: Rodrigo Dantas de Lucas - Digão} \\
\bottomrule
\end{tabular}
\end{tabular}
\textbf{Aluno:} \hspace{7cm} \textbf{RA:}
\end{document}
답변2
다음과 같이 패키지 포장을 사용할 수 있습니다.
\begin{wrapfigure}{r}{0.5\textwidth}
\begin{center}
\includegraphics[width=0.48\textwidth]{fig}
\end{center}
\caption{}
\end{wrapfigure}