Skip to content

Commit a1a21f5

Browse files
committed
Updated commands slightly for generating different final textbook PDF versions
1 parent 2ef419d commit a1a21f5

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

extraTeX/style/tablet.tex

+4-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
\fancyheadoffset[RO,LE]{0in}
1414
\headsep 3pt
1515
\renewcommand{\chapterpagepaddingtopinner}[0]{20mm} % 45mm
16-
\renewcommand{\chapterpagepaddingrightinner}[0]{5mm}
17-
\renewcommand{\chapterpagepaddinginner}[0]{5mm}
18-
\renewcommand{\chapterXfontsize}[0]{75}
16+
%\renewcommand{\chapterpagepaddingrightinner}[0]{5mm}
17+
\renewcommand{\chapterpagepaddingleftright}[0]{5mm}
18+
%\renewcommand{\chapterpagepaddinginner}[0]{5mm}
19+
\renewcommand{\chapterXfontsize}[0]{55}
1920
\renewcommand{\chaptertitlefontsize}[0]{22}

main.tex

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
\documentclass[10pt,openany]%,oneside]
22
{book}
3-
\newcommand{\versiondate}[0]{Dec 27th, 2024}
3+
\newcommand{\versiondate}[0]{Dec 30th, 2024}
44

55
\usepackage{
66
amsmath, calc,
@@ -41,8 +41,9 @@
4141
\usepackage[bookmarksnumbered, colorlinks = false, pdfborder = {0 0 0}, urlcolor = oiGB, colorlinks=true, linkcolor = oiGB, citecolor = oiGB, backref = true]{hyperref}
4242

4343
% _____ (2) PDF -- screenreader _____ %
44-
%\usepackage{pdfcomment}
4544
% !!!!!
45+
% 0. Uncomment out the following package:
46+
% \usepackage{pdfcomment}
4647
% 1. Use the `style_simple` instead of `style`.
4748
% 2. Use the `headers_simple` instead of `headers`.
4849
% 3. Adjust the TOC depth to 3.
@@ -63,7 +64,6 @@
6364

6465

6566

66-
%\usepackage{pdfcomment}
6767

6868
\usepackage[style=authortitle-ibid, maxnames=2,natbib=true,sortcites=true,block=space,backend=bibtex]{biblatex}
6969
\bibliography{eoce.bib}

0 commit comments

Comments
 (0)