Risposte nei forum create
-
AutoreRisposte
-
::
`
\documentclass[a4paper,12pt]{report}\usepackage[latin1]{inputenc}
\usepackage[spanish]{babel}
\addto\captionsspanish{%
\renewcommand{\listtablename}{Índice de tablas}}
\addto\captionsspanish{%
\renewcommand{\tablename}{Tabla}}
\usepackage{graphicx}
\usepackage{subfig}
\usepackage{wrapfig}
\usepackage{caption}
\captionsetup{font=small,margin=2pc,labelfont=bf,textfont=sl}
\usepackage{layaureo}
\usepackage{setspace}
\onehalfspacing
\usepackage[square,numbers]{natbib}
\usepackage{indentfirst}
\usepackage{color}
\usepackage{booktabs}
\usepackage{multirow}
\usepackage{rotating}
\setcounter{secnumdepth}{3}
\usepackage{fancyhdr}
\newcommand*{\vcenterincludegraphics}[2][]{%
\begin{tabular}{@{}c@{}}\includegraphics[#1]{#2}\end{tabular}}\begin{document}
\pagenumbering{roman}
\thispagestyle{empty}
\input{00b-frontDEFENSA}\thispagestyle{empty}
\clearpage{\pagestyle{empty}}
\null \vspace {\stretch {1}}
\begin{flushright}
\textcolor{red}{DEDICA}
\end{flushright}
\vspace {\stretch {1}}\null\thispagestyle{empty}
\clearpage{\pagestyle{empty}}\addcontentsline{toc}{chapter}{Agradecimientos}
\input{00c-agradecimientos}
\addcontentsline{toc}{chapter}{Resumen}
\input{00d-resumen}
\tableofcontents
\listoffigures
\listoftables
\input{00e-siglas}
\addcontentsline{toc}{chapter}{Siglas}\pagestyle{fancy}
\renewcommand{\chaptermark}[1]{\markboth{#1}{#1}}
\fancyhead[R]{\small\bfseries\thepage}
\fancyhead[L]{\small\bfseries\thechapter\ \leftmark}
\setlength{\headheight}{13.6pt}
\fancypagestyle{plain}{%
\fancyhead{} % ignora, nello stile plain, le intestazioni
\renewcommand{\headrulewidth}{0pt} % e la linea
}\clearpage{\pagestyle{empty}}
\pagenumbering{arabic}
\clearpage
\input{01-objetivos}
\clearpage{\pagestyle{empty}\cleardoublepage}
\input{02-intro}
\clearpage{\pagestyle{empty}\cleardoublepage}
\input{03-trabajo}
\clearpage{\pagestyle{empty}\cleardoublepage}
\input{04-instrumentacion}
\clearpage{\pagestyle{empty}\cleardoublepage}
\input{05-resultados}
\clearpage{\pagestyle{empty}\cleardoublepage}
\input{06-discusion}
\clearpage{\pagestyle{empty}\cleardoublepage}
\input{07-conclusiones}
\clearpage{\pagestyle{empty}\cleardoublepage}
\input{08-biblio}
\addcontentsline{toc}{chapter}{Bibliografía}\end{document}
`
::
mmm non riesco a “farlo funzionare”.
Vi riporto il codice:
`
\begin{table}[!h]\footnotesize
\centering
\begin{tabular}{cc|ccc}& \multicolumn{3}{c}{Potencia [W]} \\
& 600 & 700 & 800\\
\hline
\multirow{4}{c}{Velocidad de exploración [mm/s]} & 2 mm/s & \includegraphics[width=0.3\textwidth]{LNiAl21n4.jpg} & \includegraphics[width=0.3\textwidth]{LNiAl11n5.jpg} & \\
& 4 mm/s & \includegraphics[width=0.3\textwidth]{LNiAl11n1.jpg} & \includegraphics[width=0.3\textwidth]{LNiAl21n6.jpg} & \includegraphics[width=0.3\textwidth]{LNiAl12n11.jpg}\\
& 6 mm/s & \includegraphics[width=0.3\textwidth]{LNiAl21n2.jpg} & \includegraphics[width=0.3\textwidth]{LNiAl21n6.jpg} & \includegraphics[width=0.3\textwidth]{LNiAl22n10.jpg}\\
& 8 mm/s & \includegraphics[width=0.3\textwidth]{LNiAl11n3.jpg} & \includegraphics[width=0.3\textwidth]{LNiAl22n8.jpg} & \includegraphics[width=0.3\textwidth]{LNiAl12n9.jpg}\\
\hline\end{tabular}
\caption{…}
\label{tab:….}
\end{table}
`Mi sapete dire qualcosa? NElla Guida ho letto che \multirow è in elaborazione…
Grazie
ciao
27 Gennaio 2011 alle 15:29 in risposta a: frontespizio su miktex: non trova everyshi.sty, come fare? #36242 -
AutoreRisposte