You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to late...@googlegroups.com
Oi Youssef, obrigado pela resposta. Eu não estou conseguindo usar o pacote tocstyle.
Estou com o texlive-full instalado via apt-get e nada. O comando
\usepackage[tocflat]{tocstyle} me gera o erro abaixo. Sugestões?
Package tocstyle Warning: THIS IS AN ALPHA VERSION! (tocstyle) USAGE OF THIS VERSION IS ON YOUR OWN RISK! (tocstyle) EVERYTHING MAY HAPPEN! (tocstyle) EVERYTHING MAY CHANGE IN FUTURE!
(tocstyle) THERE IS NO SUPPORT, IF YOU USE THIS PACKAGE! (tocstyle) Maybe it would be better, not to load this package.
) (/usr/share/texmf-texlive/tex/latex/base/fontenc.sty (/usr/share/texmf-texlive/tex/latex/base/t1enc.def))
) (./glossary.tex) No file modelo-dissertacao.aux. (/usr/share/texmf-texlive/tex/latex/psnfss/t1ptm.fd) (/usr/share/texmf-texlive/tex/context/base/supp-pdf.mkii [Loading MPS to PDF converter (version 2006.09.02).]
) (/usr/share/texmf-texlive/tex/latex/glossaries/dict/glossaries-dictionary-Engli sh.dict) ABD: EveryShipout initializing macros (/usr/share/texmf-texlive/tex/latex/graphics/color.sty (/etc/texmf/tex/latex/config/color.cfg))
(/usr/share/texmf-texlive/tex/latex/psnfss/ot1ztmcm.fd) (/usr/share/texmf-texlive/tex/latex/psnfss/omlztmcm.fd) (/usr/share/texmf-texlive/tex/latex/psnfss/omsztmcm.fd) (/usr/share/texmf-texlive/tex/latex/psnfss/omxztmcm.fd)
(/usr/share/texmf-texlive/tex/latex/psnfss/ot1ptm.fd) (/usr/share/texmf-texlive/tex/latex/jknapltx/ursfs.fd) ! Argument of \@tempc has an extra }. <inserted text> \par l.153 \begin{document} ! ==> Fatal error occurred, no output PDF file produced! Transcript written on modelo-dissertacao.log.
Youssef Cherem
unread,
Aug 15, 2012, 7:43:41 PM8/15/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to late...@googlegroups.com
Caro Italo,
O código abaixo funcionou aqui:
\documentclass{report}
\usepackage[brazil]{babel}
\usepackage{lmodern}
\usepackage[tocflat]{tocstyle}
\usepackage{lipsum}
\author{Autor}
\title{Título}
\begin{document}
\maketitle
\tableofcontents
\chapter{Capítulo Qualquer}
\lipsum[1-8]
\section{Seção qualquer}
\lipsum[1-8]
\subsection[SUBSEÇÃO QUALQUER]{Subseção qualquer} %entre colchetes vai para o sumário
\lipsum[1-8]
\end{document}
Talvez seja algum pacote que esteja dando conflito.
Italo Maia
unread,
Aug 15, 2012, 3:27:04 PM8/15/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to late...@googlegroups.com
Em 15 de agosto de 2012 16:01, Youssef Cherem <ych...@gmail.com> escreveu: