resendog
(usa Ubuntu)
Enviado em 16/12/2012 - 02:04h
Olá pessoal,
Escrevo pois estou com um pequeno problema que talvez vocês possam me ajudar:
Em todos os textos que escrevi, eu jamais obtive um arquivo com o índice remissivo impresso, embora tudo pareça absolutamente normal para que esse índice seja impresso.
Tudo compila perfeitamente, sem erro algum, mas a impressão não acontece em quaisquer dos arquivos.
Gostaria de saber o que, por ventura, pode estar acontecendo.
Para ajudar, segue abaixo os comandos dos arquivos em "tex" com os quais venho trabalhando.
----------------------------------------------------------------------------------------------------------
\documentclass[11pt,oneside,a4paper]{book}
\usepackage{amssymb}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{appendix}
\usepackage[brazil]{babel}
\usepackage{calrsfs}
\usepackage{caption}
\usepackage{charter}
\usepackage{color}
\usepackage{dsfont}
\usepackage{gensymb}
\usepackage{indentfirst}
\usepackage{longtable}
\usepackage{lscape}
\usepackage{makeidx}
\usepackage{setspace}
\usepackage{upgreek}
\usepackage[latin1]{inputenc}
\usepackage[letterpaper,top=2.54cm, bottom=2.54cm, left=2.54cm, right=2.54cm]{geometry}
\usepackage[nottoc]{tocbibind}
\usepackage[pdftex]{graphicx}
\usepackage[scaled]{helvet}
\usepackage[small,compact]{titlesec}
\usepackage[pdfborder={0 0 0}]{hyperref}
\hypersetup{pdfborder=0 0 0}
\newtheorem{definition}{Defini\c{c}\~{a}o}
\newtheorem{lemma}{Lema}
\newtheorem{proposition}{Proposi\c{c}\~{a}o}
\newtheorem{theorem}{Teorema}
\newenvironment{proof}[1][Proof]{\emph{Demonstra\c{c}\~{a}o.} }{\begin{flushright} \rule{0.5em}{0.5em} \end{flushright}}
\bibliographystyle{amsplain}
\setlength{\parskip}{0.3ex}
\listfiles
\makeindex
\normalsize
\parskip=1.0mm
\raggedbottom
\renewcommand{\topfraction}{0.85}
\renewcommand{\textfraction}{0.1}
\renewcommand{\floatpagefraction}{0.75}
\linespread{1.5}
\begin{document}
\thispagestyle{empty}
\pagenumbering{roman}
\begin{center}
Bl\'{a}-bl\'{a}-bl\'{a}
\end{center}
\normalfont
\newpage
\tableofcontents
\mainmatter
\chapter{Introdu\c{c}\~{a}o}
\section{Coment\'{a}rios iniciais}
\appendix
\chapter{Considera\c{c}\~{o}es alg\'{e}bricas}
\section{Sobre as matrizes de Dirac} \vspace*{0.1cm}
\bibliographystyle{amsplain}
\begin{thebibliography}{50}
\bibitem{bil} S. Bilenky: \emph{Introduction to the Physics of Massive and Mixed Neutrinos}, Lect. Notes in Phys. 817 (Springer, Berlin Heidelberg 2010).
\bibitem{pauli} W. Pauli: \emph{Physics Today} \textbf{31}, 27 (1978).
\bibitem{chad} J. Chadwick: \emph{Nature} \textbf{129}, 312 (1932).
\bibitem{ait-hey} I. J. R. Aitchison, A. J. G. Hey: \emph{Gauge Theories in Particles Physics, Volume I: From Relativistic Quantum Mechanics to QCD} (Institute of Physics Publishing, Bristol and Phyladelphia 2003).
\bibitem{wein} S. Weinberg: \emph{Phys. Rev. Lett.} \textbf{19}, 1264 (1967).
\end{thebibliography}
\printindex
\end{document}
----------------------------------------------------------------------------------------------------------
Não sei se é interessante mencionar, mas trabalho com um "Texmaker 1.9.9", instalado no "Ubuntu 10.04.4 LTS".
[]'s
MF