将缩写标题置于中心并从摘要中删除表格列表/图表列表

将缩写标题置于中心并从摘要中删除表格列表/图表列表

砰砰砰,

解决两个问题的帮助摘要:

首先,它是缩略词的标题,准确地说是它的集中度,以及为其配置的 1\Large厘米空间\listoftables(如下所示)。作为首字母缩略词,使用\usepackage[acronym,style=super,nonumberlist]{glossaries}带有分隔缩写的文件夹,然后将其放入其中。

早上好,

我需要帮助解决两个问题:

第一个是 Acronym 标题,我需要将其居中,\ Large间距为 1cm,与已配置的间距相同\ listoftables(下面我会提到)。至于 Acronym,我使用了 \ usepackage [acronym, style = super, nonumberlist] {glossaries} 带有单独缩写文件的包,然后我只需将其导入即可。

在此处输入图片描述

这是 e 的标题,正如\listoftables我们精确地知道 Acronym 一样,您可以使用它来 表示\usepackage{tocloft}\renewcommand{\cftlottitlefont}{\hspace*{\fill}\Large\bfseries\vspace{1cm}}\renewcommand{\cftafterlottitle}{\hspace*{\fill}}

这是的标题,\ listoftables这正是我需要的首字母缩略词,在这里我使用了\ usepackage {tocloft}\ renewcommand {\ cftlottitlefont} {\ hspace * {\ fill} \ Large \ bfseries \ vspace {1cm}}\ renewcommand {\ cftafterlottitle} {\ hspace * {\ fill}}

在此处输入图片描述

除此之外,您还可以请求一种用于 Acronimo 的配置格式。

第二个问题是,我没法想象撕毁图形列表和摘要表列表,但我找不到更多的解决方案,因为编写时会出现错误。

但我找不到将此设置应用于首字母缩略词的方法。

第二个问题是我无法从摘要中删除图表列表和表格列表,我找到了一些解决方案,但没有用,它会在编译中产生错误。

在此处输入图片描述

我了解乳胶的基础知识。我很高兴能收到这些帮助。奥布里加多

档案:

我只了解乳胶的基础知识。如果有人能给我帮助,我将不胜感激。谢谢

文件:

主文本

\documentclass[12pt, oneside, openany, a4paper, english, brazil]{article}

\usepackage{pdfpages}
\usepackage{booktabs}
\usepackage{longtable}

\usepackage{tocloft}
\renewcommand{\cftlottitlefont}{\hspace*{\fill}\Large\bfseries\vspace{1cm}}
\renewcommand{\cftafterlottitle}{\hspace*{\fill}}

\usepackage{mathptmx}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[brazil]{babel}
\usepackage{indentfirst}
\usepackage{color}
\usepackage{graphicx,graphicx}
\usepackage{epsfig,subfig}
\usepackage{microtype}
\usepackage{imakeidx}
\usepackage{ragged2e}

\usepackage{lipsum}
\usepackage{amsmath,amssymb,mathrsfs}
\usepackage{setspace}
\usepackage{verbatim}
\usepackage{float}
\usepackage{tabularx}
\usepackage{multirow}

\usepackage{url}
\usepackage{xcolor,colortbl}

\usepackage[acronym,style=super,nonumberlist]{glossaries}
\makeglossaries

\usepackage{fancyhdr}
\pagestyle{fancyplain}
\fancyhf{}
\fancyhead[R]{\small\thepage}
\cfoot{}

\renewcommand{\headwidth}{16cm}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}

\usepackage{titlesec}
\usepackage{textcase,relsize}

\titleformat{\section}
{\normalfont\scshape\Large\bfseries}{\thesection}{0.2em}{}

\titleformat{\subsection}
{\normalfont\large\bfseries}{\thesubsection}{0.4em}{}

\titlespacing*
    {\section}
    {0cm}
    {0.6em}
    {0.6em}

\usepackage[abnt-emphasize=bf,alf]{abntex2cite}

\usepackage[left=3cm,top=3cm,right=2cm,bottom=2cm]{geometry}

\usepackage[nottoc,numbib]{tocbibind}

\usepackage{quoting}
\newenvironment{citacao}
    {
        \setlength\parindent{0cm}
        \fontsize{10pt}{12pt}\selectfont
        \begin{quoting}[rightmargin=0cm,leftmargin=4cm]
    }
    {
        \end{quoting}
    }

\usepackage{titletoc}
\addto\captionsbrazil{\renewcommand{\contentsname}{\hfill Sumário\hfill\vspace{1cm}}}

\titlecontents{section}
[0cm]
{}
{\thecontentslabel\hspace{0.5em}}
{}
{ \titlerule*[1pc]{. . . . .}\contentspage \nobreak}

\titlecontents{subsection}
[0.7cm]
{}
{\thecontentslabel\hspace{0.5em}}
{}
{\titlerule*[1pc]{. . . . .}\contentspage \nobreak}

\include{conf/dados}

\begin{document}

\frenchspacing
\pagenumbering{arabic}
\setcounter{page}{1}

%%%%%%
%   Parte pré-textual
%%%%%%
\singlespacing

\include{pag/capa}
\include{pag/pre/folha-rosto}
\setcounter{page}{1}
\thispagestyle{empty}

\tableofcontents
\clearpage
\setcounter{page}{1}

\setcounter{page}{1}
\listoffigures
\thispagestyle{empty}
\clearpage

\setcounter{page}{1}
\listoftables
\thispagestyle{empty}
\clearpage

\setcounter{page}{1}
\input{pag/pre/abreviacoes}
\thispagestyle{empty}
\clearpage

%%%%%%
%   Parte textual
%%%%%%

\renewcommand\thesection{\arabic{section}\hspace{0.2em}-{}}
\renewcommand\thesubsection{\arabic{section}.\arabic{subsection}}

\justify
\onehalfspacing
\setlength\parindent{1.5cm}
\setlength{\parskip}{0.6em}

\setcounter{page}{1}

\begingroup
\let\clearpage\relax
\section[Introdução]{Introdução}
\input{pag/text/introducao}
\endgroup

\begingroup
\let\clearpage\relax
\section[Justificativa]{Justificativa}
\input{pag/text/justificativa}
\endgroup

\begingroup
\let\clearpage\relax
\section[Problema a ser resolvido]{Problema a ser resolvido}
\input{pag/text/Problema}
\endgroup

\begingroup
\let\clearpage\relax
\section[Objetivos]{Objetivos}
\input{pag/text/Objetivos}
\endgroup

\begingroup
\let\clearpage\relax
\section[Fundamentação Teórica]{Fundamentação Teórica}
\input{pag/text/fundamentacaoTeoria}
\endgroup

\begingroup
\let\clearpage\relax
\section[Metodologia]{Metodologia}
\input{pag/text/metodologia}
\endgroup

\begingroup
\let\clearpage\relax
\section[Cronograma]{Cronograma}
\input{pag/text/cronograma}
\endgroup

\begingroup
\let\clearpage\relax
\section[Orçamento]{Orçamento}
\input{pag/text/orcamento}
\endgroup

%%%%%%
%   Parte pós-textual
%%%%%%

\newpage

\singlespacing

\begin{flushleft}
    \begingroup
    \let\clearpage\relax
    \bibliography{pag/pos/referencias}
    \endgroup
\end{flushleft}

\vspace{3cm}
\begin{flushright}
    \rule{6cm}{1pt} \\
    \autor

    \vspace{1cm}
    \rule{6cm}{1pt} \\
    \orientador
    
\end{flushright}

\end{document}

蘇富比

\printglossary[title=Lista de Abreviaturas e Siglas, type=\acronymtype]

\newacronym{aasi}{AASI}{Aparelhos de amplificação sonora individual}
\newacronym{sus}{SUS}{Sistema Único de Saúde}
\newacronym{bjorl}{BJORL}{Brazilian Journal}
\newacronym{iffar}{IFFar}{Instituto Federal Farroupilha}
\newacronym{oled}{OLED}{Organic light-emitting diode}
\newacronym{tic}{TIC}{Tecnologias da informação e comunicação}
\newacronym{mp3}{MP3}{MPEG-1/2 Audio Layer 3}
\newacronym{oms}{OMS}{Organização Mundial da Saúde}
\newacronym{db}{dB}{Decibéis}
\newacronym{dba}{dBA}{Decibéis escala A (Ruído continuo)}
\newacronym{dbc}{dBC}{Decibéis escala C (Ruído impulsivo)}
\newacronym{pa2h}{Pa2h}{Taxa de medição de exposição}
\newacronym{who}{WHO}{World Health Organization}
\newacronym{pc}{PC}{Personal Computer}
\newacronym{caa}{CAA}{Comunicação ampliada e alternativa}
\newacronym{csa}{CSA}{Comunicação suplementar e alternativa}
\newacronym{tdd}{TDD}{Telecommunication Devices for the Deaf}
\newacronym{pcs}{PCS}{Picture Communication Symbols}
\newacronym{eustat}{EUSTAT}{Empowering Users Through Assistive Technology}
\newacronym{lcd}{LCD}{Liquid Crystal Display}
\newacronym{cm}{cm}{Centímetro}
\newacronym{dsam}{DSAM}{Dispositivo Sensorial de Auxílio à Mobilidade}
\newacronym{feceesp}{FeCEESP}{Feira de Ciências das Escolas Estaduais de São Paulo}

答案1

在此处输入图片描述

我简化了你的代码,删除了与当前问题无关的代码。

\documentclass[12pt, oneside, openany, a4paper, english, brazil]{article}


\usepackage{tocloft}


\usepackage{mathptmx}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[brazil]{babel}
\addto\captionsbrazil{\renewcommand{\contentsname}{\hfill Sumário\hfill~}}

\usepackage[acronym,style=super,nonumberlist]{glossaries}
\makeglossaries



\usepackage{titlesec}

\titleformat{\section}
{\normalfont\scshape\Large\bfseries}{\thesection}{0.2em}{}

\titleformat{name=\section,numberless}{\normalfont\Large\bfseries\centering}{}{0.2em}{}
%https://tex.stackexchange.com/questions/146522/titlesec-numberless-section-numbering


\titleformat{\subsection}
{\normalfont\large\bfseries}{\thesubsection}{0.4em}{}

\titlespacing*
    {\section}
    {0cm}
    {0.6em}
    {0.6em}

\usepackage[abnt-emphasize=bf,alf]{abntex2cite}

\usepackage[left=3cm,top=3cm,right=2cm,bottom=2cm]{geometry}

\usepackage[nottoc,numbib]{tocbibind}

\usepackage{quoting}
\newenvironment{citacao}
    {
        \setlength\parindent{0cm}
        \fontsize{10pt}{12pt}\selectfont
        \begin{quoting}[rightmargin=0cm,leftmargin=4cm]
    }
    {
        \end{quoting}
    }

\usepackage{titletoc}

\usepackage{tocloft}
\renewcommand{\cftsecleader}{\cftdotfill{\cftdotsep}}
\renewcommand{\cftsecfont}{\normalfont}
\renewcommand{\cftsecpagefont}{\normalfont}

\newacronym{oms}{OMS}{Organização Mundial da Saúde}

\begin{document}

\tableofcontents

%   Parte pré-textual
%%%%%%
\printglossary[title=Lista de Abreviaturas e Siglas, type=\acronymtype]

\section{asdf}
\Gls{oms}. 

%%%%%%



\end{document

}

相关内容