在 ABNT 撰写文章的规则中,页码必须如下所示:
(页面顶部和右侧为首页,左侧为封底;忽略数字大小,它已在我的模型中设置)。
问题是,我似乎无法让乳胶做到这一点。如果你们能帮助我,我会很高兴。
我对文档的实际页码设置是:
% Elementos pré-textuais
\renewcommand{\pretextual}{%
\pagenumbering{gobble} % Sem números nas páginas antes do texto %Caso queira inserir números romanos, utilizar \pagenumbering{roman}
\aliaspagestyle{chapter}{plain}
\pagestyle{plain}
\aliaspagestyle{cleared}{empty}
\aliaspagestyle{part}{empty}
}
\newcommand\pagenumberingignorereset[1]{\gdef\thepage{\csname @#1\endcsname\c@page}} %Comando para não ignorar as páginas anteriores
% Configura layout para elementos textuais
\renewcommand{\textual}{%
\pagenumberingignorereset{arabic} % A numeração das páginas é em algarismos arábicos, contando as páginas anteriores (Para iniciar em 1, utilizar
\pagenumbering{arabic}
\pagestyle{abntheadings}
\aliaspagestyle{chapter}{abntchapfirst}
%\nouppercaseheads
\bookmarksetup{startatroot}
}
% Configura layout para elementos pós-textuais
\renewcommand{\postextual}{%
\chapterstyle{abnt}
\phantompart
}
谢谢您的帮助!
用户 Dr. Manuel Kuhener 的评论:“ABNT”是“Associação Brasileira de Normas Técnicas”的缩写(维基百科)。
答案1
一个办法:
\documentclass[article,twoside]{abntex2}
\usepackage[utf8]{inputenc}
\usepackage[brazil]{babel}
\usepackage{mwe}
\renewcommand{\textual}{\pagestyle{myheadings}}
\begin{document}
\textual
\Blinddocument
\end{document}
意识到规则中没有说明你说他们做什么. 查看规则这里。实际上,没有页码或边距的规范。最好使用标准类别或您要提交论文的期刊提供的类别。