Make the manual two-sided.

This commit is contained in:
Bartosz Taudul 2023-11-25 15:58:25 +01:00
parent 116e82de9e
commit bed5f9b16e
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -1,5 +1,5 @@
% !TeX spellcheck = en_US
\documentclass[hidelinks,titlepage,a4paper]{article}
\documentclass[hidelinks,titlepage,a4paper,twoside]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
@ -39,7 +39,7 @@
\fancyfoot{} % Blank out the default footer
\fancyhead[L]{Tracy Profiler}
\fancyhead[R]{The user manual}
\fancyfoot[RO]{\thepage} % Custom footer text
\fancyfoot[RO,LE]{\thepage} % Custom footer text
\usepackage{listings}
\usepackage{xcolor}