Skip to content

Commit c1a6d59

Browse files
committed
Improve usability of text copied from PDF
1 parent 8381bde commit c1a6d59

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

cplexts.tex

+3-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
]{hyperref} % for PDF hyperlinks and bookmarks
2020
\usepackage{chngcntr} % for paragraph numbering
2121
\usepackage{color} % for editorial marking
22+
\usepackage[T1]{fontenc} % to use 256-character fonts
23+
\usepackage{fontspec} % to disable ligatures
2224
\usepackage{ifthen} % for conditional code/text
2325
\usepackage{listings} % for code listings
2426
\usepackage{makeidx} % for indexing
@@ -145,7 +147,7 @@
145147

146148
\include{loopparameter}
147149

148-
%\include{samples}
150+
%\%include{samples}
149151

150152
\bibannex
151153
\begin{references}

macros.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
\newcommand{\exor}{\^{}}
129129
\newcommand{\bigoh}[1]{\ensuremath{\mathscr{O}(#1)}}
130130
% \renewcommand{\tilde}{{\smaller\ensuremath{\sim}}} % extra level of braces is necessary
131-
\renewcommand{\tilde}{\protect\raisebox{-.5ex}{\larger\textasciitilde}}
131+
% \renewcommand{\tilde}{\protect\raisebox{-.5ex}{\larger\textasciitilde}}
132132

133133
%%--------------------------------------------------
134134
%% States and operators

0 commit comments

Comments
 (0)