| |
---|
| | % Safer to specify the hyperref options directly rather than relying on |
---|
| | % the default hyperref.cfg, as XeLaTeX seems to ignore it :(. |
---|
| | \hypersetup{pdfpagemode=UseNone,colorlinks,urlcolor=blue,citecolor=blue,% |
---|
| | linkcolor=blue,breaklinks} |
---|
| | |
---|
| | % The menukeys documentation says it must be loaded aboslutely last (even after hyperref!). |
---|
| | \usepackage[os=win]{menukeys} |
---|
| | </xsl-out:text> |
---|
| | </xsl-out:variable> |
---|
| | |
---|
| | <!-- |
---|
| |
---|
| | \lstloadlanguages{Oracle} |
---|
| | \lstset{basicstyle=\ttfamily,basewidth=0.5em,escapeinside={(@}{@)}, |
---|
| | showspaces=false,showstringspaces=false} |
---|
| | |
---|
| | % Menukeys configuration (via Mark George). |
---|
| | \renewmenumacro{\menu}[>]{roundedmenus} |
---|
| | \renewmenumacro{\keys}[>]{roundedkeys} |
---|
| | \renewmenumacro{\directory}[>]{pathswithfolder} |
---|
| | \changemenucolortheme{roundedmenus}{blacknwhite} |
---|
| | \changemenucolortheme{pathswithfolder}{blacknwhite} |
---|
| | \changemenucolortheme{roundedkeys}{blacknwhite} |
---|
| | |
---|
| | % Length for tracking paragraph width so that we can draw borders (frames) |
---|
| | % to the correct width. |
---|
| | \newlength{\parwidth} |
---|
| | \setlength{\parwidth}{\textwidth} |
---|
| |
---|
|