HowToCriarNovoAmbienteListing
- Vorherrschende Sprache
- TeX
- Sterne
- 1.1k
- Forks
- 223
- PR-Merge-Kennzahlen
- PR-Kennzahlen ausstehend
Beschreibung
Vindo da conversa em https://groups.google.com/g/abntex2/c/--bKGRUEy4U, cheguei em https://github.com/abntex/abntex2/wiki/HowToCriarNovoAmbienteListing. Contudo, o código de exemplo, quando editado, não funciona. Suspeito que a página da wiki esteja desatualizada.
```
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Listas personaliadas segundo ABNT NBR 14724:2024:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Novo list of (listings) para FLUXOGRAMAS
\newcommand{\fluxogramaname}{Fluxograma}
\newcommand{\listoffluxogramasname}{Lista de fluxogramas}
\newfloat[chapter]{fluxograma}{loq}{\fluxogramaname}
\newlistof{listoffluxogramas}{loq}{\listoffluxogramasname}
\newlistentry{fluxograma}{loq}{0}
% configurações para atender às regras da ABNT
\setfloatadjustment{fluxograma}{\centering}
\counterwithout{fluxograma}{chapter}
\renewcommand{\cftfluxogramaname}{\fluxogramaname\space}
\renewcommand*{\cftfluxogramaaftersnum}{\hfill--\hfill}
% Configuração de posicionamento padrão:
\setfloatlocations{fluxograma}{hbtp}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
```
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.