错误:未找到文件‘dcolumn.sty’

错误:未找到文件‘dcolumn.sty’

我正在尝试使用 ABNTEX2,但在 Textmaker 和 Texstudio 编辑器中总是收到此消息。

我的例子:

\documentclass[12pt,a4paper]{abntex2}
\usepackage[brazil]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[alf]{abntex2cite}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{amsmath}
\usepackage{lmodern}

%--- Outros pacotes ---%
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage{latexsym}
\usepackage[brazilian,hyperpageref]{backref}     % Paginas com as citações na bibl
\setlength{\oddsidemargin}{-3in}
\setlength{\evensidemargin}{-3in} \setlength{\textwidth}{16cm}
\setlength{\textheight}{20cm} \setlength{\topmargin}{-3cm}
\setlength{\headheight}{2.5cm} \setlength{\headsep}{0.4in}
\setlength{\footskip}{0.5in} \setlength{\parindent}{1.0cm}

%------------------------------------------------------------------------------
%--- Pacotes ---%



%------------------------------------------------------------------------------%
%--- teoremas, ... ---%
\newtheorem{teo}{Teorema}[chapter]
\newtheorem{lema}[teo]{Lema}
\newtheorem{prop}[teo]{Proposição}
\newtheorem{cor}{Corolário}
\newtheorem{defini}{Definição}[chapter]
\newtheorem{exe}{Exemplo}[chapter]
\newtheorem{nota}{\sc Nota}
\newtheorem{obs}{Observação}
%------------------------------------------------------------------------------%

%--- Nomes especiais (em português)

\newcommand{\ie}{\textit{i.e.}}
\newcommand{\cte}{\mathrm{cte.}}
\newcommand{\dist}{\mathrm{dist}}
\newcommand{\ang}{\mbox{ang}}
\newcommand{\mmin}{\mbox{\scriptsize mín}}
\renewcommand{\inf}{\mbox{inf}}
\renewcommand{\max}{\mbox{max}}
\renewcommand{\min}{\mbox{min}}
\newcommand{\ibox}[1]{\mbox{\rule[-2mm]{0mm}{6mm}{$#1$}}}
\renewcommand{\d}{\hspace{.1cm}\textrm{d}}

%--- Símbolos de conjuntos
\newcommand{\N}{\mathbb{N}}
\newcommand{\R}{\mathbb{R}}
\newcommand{\Z}{\mathbb{Z}}
\newcommand{\X}{\mathbb{X}}
\newcommand{\C}{\mathbb{C}}

%--------------------------------------------------------------------------
%---Ambientes
%\newenvironment{defini2}{\noindent\textrm{DEFINIÇÃO}}
\newenvironment{demo}{\noindent\textit{Demonstração:}}
%--------------------------------------------------------------------------
\preambulo{Modelo canônico de Relatório Técnico e/ou Científico em conformidade
com as normas ABNT apresentado à comunidade de usuários \LaTeX.}
\begin{document}
\thispagestyle{empty}

%\begin{minipage}{15.5cm}

\begin{center}

nothing

\end{center}



\end{document}

相关内容