로마 소문자의 페이지 번호 문제

로마 소문자의 페이지 번호 문제

페이지 번호 매기기에 문제가 있습니다. 페이지 번호를 소문자로 로마자로 매기기를 원하지만 \pagenumbering{roman}을 사용하는 순간에는 컴파일 시 여전히 대문자로 로마자로 번호 매기기를 표시하기 때문입니다.

라텍스 코드를 첨부했는데 어떤 줄이 앞서 언급한 문제를 일으키는지 알 수 없습니다.

\documentclass[12pt, oneside,a4paper ]{book}
%\usepackage[Most]{romannum}
\usepackage[utf8]{inputenc}
\usepackage{amsthm}
\usepackage{amsmath}%centrar formulas
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{amsbsy}%Para poner fórmulas químicas
\usepackage{subfigure} % subfiguras
\usepackage[subfigure]{tocloft}
\usepackage[spanish]{babel}
\usepackage{emptypage}
\usepackage{fancyhdr}
\usepackage{booktabs} %Para tablas importadas de excel
\usepackage[table]{xcolor}
\usepackage{colortbl}%row color
\usepackage{multirow}
\usepackage{float} %Para dejar fija la tabla 
%\usepackage{longtable} %Tabla en dos páginas
\usepackage{stackrel}
%\usepackage{enumerate} 
\usepackage{upgreek}%Para poner letras griegas en negrita
\usepackage{mathrsfs}
\usepackage{comment}
\usepackage{verbatim}
\usepackage{subfigure} % subfiguras%Para imágenes seguidas
\usepackage{tabularx}
\usepackage{bigstrut}
\usepackage{caption}
\usepackage{cite}
\usepackage{geometry}
\usepackage[myheadings]{fullpage}
\usepackage{lastpage}
\usepackage{graphicx, wrapfig, setspace, booktabs}
\usepackage[T1]{fontenc}
\usepackage[font=small, labelfont=bf]{caption}
\usepackage{fourier}
%\usepackage[protrusion=true, expansion=true]{microtype}
\usepackage{setspace} %interlineados
\usepackage{titlesec}
\usepackage{titling}
\usepackage{mathrsfs}
\usepackage{enumerate} % enumerados
\usepackage{emptypage}
%\usepackage{fancyhdr}
\usepackage{fancybox}
\usepackage{scrextend}
\usepackage{algorithm}%Escribir algoritmos
\usepackage{algorithmic}%Escribir algoritmos
\usepackage{mathtools, nccmath}
\usepackage{pdfpages}
\usepackage[titletoc,toc,page]{appendix}
\usepackage{hyperref}
\fancyhf{} % <================ clears header and footer on all positions
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
\fancypagestyle{plain}{%
  \fancyhf{} % clears header and footer on all positions
  \fancyfoot[C]{\bfseries \thepage} % <=================================
  \renewcommand{\headrulewidth}{0pt}
  \renewcommand{\footrulewidth}{0pt}
}
\pagestyle{fancy}
%\fancyhf{} % <==================================== allready done above!
\fancyfoot[C]{\bfseries \thepage}

\renewcommand{\thechapter}{\arabic{chapter}} 
\renewcommand{\thesection}{\arabic{chapter}.\arabic{section}}
\renewcommand{\theequation}{\arabic{chapter}.\arabic{equation}}
\renewcommand{\thefigure}{\arabic{figure}}
\renewcommand{\cftfigfont}{Figura }
\renewcommand{\cfttabfont}{Tabla }
\author{Alex Pozo}
\parindent= 0mm %Elimina la sangria
\renewcommand{\contentsname}{Contenido}
\renewcommand{\partname}{Parte}
\renewcommand{\appendixname}{Apéndice}
\renewcommand{\figurename}{Figura}
\renewcommand{\tablename}{Tabla}
\renewcommand*\contentsname{ÍNDICE GENERAL}
\renewcommand*\bibname{REFERENCIAS BIBLIOGRÁFICAS}
\renewcommand{\appendixname}{Anexos}
\renewcommand{\appendixtocname}{Anexos}
\renewcommand{\appendixpagename}{Anexos}
%\setcounter{tocdepth}{3} % para que ponga subsubsecciones en el indice
\providecommand{\abs}[1]{\lvert#1\rvert}
\providecommand{\norm}[1]{\lVert#1\rVert}
%------------------------------------------------

%----------------------------------------------------------------------
\newtheorem{defi}{Definición}[chapter]
\newtheorem{prop}{Proposición}[chapter]
\newtheorem{lem}{{ Lema }}[chapter]
\newtheorem{theorem}{{ Teorema }}[chapter]
\author{Alex Pozo}

\title{MODELIZACIÓN MATEMÁTICA DE TIEMPOS DE VIAJE DE LA TRONCAL CENTRAL TROLEBÚS.}
\setlength\parindent{2em }
\newcommand{\HRule}[1]{\rule{\linewidth}{#1}}
\onehalfspacing
%\setcounter{tocdepth}{5}
%\setcounter{secnumdepth}{5}

\numberwithin{figure}{chapter}

\begin{document}
\cleardoublepage

\pagenumbering{roman} %Here is my problem. Doesn't change the format
%CARÁTULA

%\pagestyle{empty}%Para eliminar encabezados y pies de pagina
\renewcommand{\thefootnote}{\arabic{footnote}}
\renewcommand{\contentsname}{Contenido}
\renewcommand{\bibname}{Referencias Bibliográficas}
\renewcommand{\contentsname}{Contenido}
%\newcommand{\defeq}{\mathrel{\mathop:}=}
%------------------------
\thispagestyle{empty}

컴파일 결과 여기에 이미지 설명을 입력하세요

답변1

최소한 \end{document}누락되어 MWE가 불완전합니다. 그러나 이 내용과 일부 텍스트를 추가한 후 해당 문제를 재현할 수 있었습니다.

책 문서 클래스는 다음과 같이 가정하는 것 같습니다.크기가 큰스페인어 텍스트에는 로마 숫자를 사용해야 합니다. 예를 들어 기본 언어를 영어로 변경하면 대신 작은 로마 숫자가 표시됩니다. 해결책이 있습니다. \usepackage[spanish,es-lcroman]{babel} 이에 대한 => 소스로 바벨을 로드하세요.니코 보니의 답변

문서 클래스는 \pagenumbering{...}` book대신 사용할 수 있는 두 가지 명령을 제공합니다 .\cleardoublepage

  • \frontmatter
  • \mainmatter

둘 다 페이지 번호를 전환하고 페이지 카운터를 재설정합니다. 해당 문서를 참조하세요.CTAN

관련 정보