I have encountered another problem and I was wondering if you have the solution. The problem I have is that the last page in my bibliography is page number “1” instead of being the last page in my work. After that page I have my appendixes. Attached you will find the last page of the bibliography.
The code I use in the main document is the following:
Code: Select all
Code, edit and compile here:
\documentclass[12pt%%,draft%,twoside%,BCOR10mm%,bibtotocnumbered,,toc=listof,numbers=noenddot]{scrreprt}\usepackage[T1]{fontenc}\usepackage[utf8]{inputenc}\usepackage[spanish,ngerman,catalan,english]{babel}\usepackage{color}%\usepackage[round]{natbib}\usepackage{natbib}\usepackage{etex}\usepackage{booktabs}\usepackage{url}\usepackage{paralist}\usepackage{mystyle}\usepackage{acronym}\usepackage{graphicx}\usepackage{appendix}\usepackage{longtable}\usepackage{color}\usepackage{rotating}\usepackage{tabularx}\usepackage{enumitem}\usepackage{caption}\usepackage{pgfplots}\usepackage{tabu}\usepackage{lscape}\usepackage{textcomp}\usepackage{pdflscape}\usepackage{geometry}\usepackage{soul}%\usepackage{legend}\usepackage{tablefootnote}\usepackage{afterpage}\usepackage{ltxtable}\captionsetup[table]{labelsep=quad}
And I included the following orders in the appendix part:
Code: Select all
Code, edit and compile here:
\pagenumbering{arabic}\addtocounter{page}{-1}\appendix\clearpage % o \cleardoublepage\noappendicestocpagenum\addappheadtotoc{\makeatletter\let\ps@plain\ps@empty\appendixpage\makeatother}
Best regards,
Marie