Answer the question
In order to leave comments, you need to log in
How to move numbering in connected pages?
The search gave the same type of solutions, for example , one , two .
Unfortunately they do not work (work partly).
The structure of my document is this:
\begin{document}
\input{ title }
\pagenumbering{gobble}
\renewcommand\contentsname{ Содержание }
\tableofcontents
\cleardoublepage\pagenumbering{arabic}
\setcounter{page}{4}
\input{ introduction }
\input{ chapter1 }
\input{ chapter2 }
...
Answer the question
In order to leave comments, you need to log in
Where do you want to move?
What is written on the links is not visible in the given piece of code.
\documentclass[a4paper,12pt,openany,leqno]{book}
\usepackage{ucs}
\usepackage[utf8x]{inputenc}
\usepackage[T2A,T1]{fontenc}
\usepackage[english,russian]{babel}
\usepackage{fancyhdr}
\pagestyle{fancy}
\lhead[\thepage]{}
\chead[]{}
\rhead[]{\thepage}
\lfoot[]{}
\cfoot[]{}
\rfoot[]{}
\begin{document}
\input{test1.tex}
\tableofcontents
\input{test2.tex}
\input{test3.tex}
\input{test4.tex}
\end{document}
\begin{titlepage}
\author{Геродот}
\title{История}
\end{titlepage}
\chapter*{Введение}
Тут пишем всяко-разно.
\clearpage
Тут пишем всяко-разно.
\chapter{Ещё}
И тут пишем всяко-разно.
\clearpage
И тут пишем всяко-разно.
\chapter{Ещё больше}
И здесь заодно.
\clearpage
И здесь заодно.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question