root/trunk/thesis-packages-loaded-after-hyperref.sty
@
71
| Revision 71, 1.9 KB (checked in by mwr, 18 months ago) |
|---|
| Line | |
|---|---|
| 1 | %%% |
| 2 | %%% Save this file as JOBNAME-packages-loaded-after-hyperref.sty, where |
| 3 | %%% JOBNAME is the base filename for your main thesis/dissertation .tex |
| 4 | %%% file. |
| 5 | %%% |
| 6 | |
| 7 | % Use this file to add packages that should be loaded *after* hyperref. |
| 8 | % See [1-3] for a list of packages that have weird interactions with |
| 9 | % hyperref, and should be loaded either before or after it. See [4-5] for |
| 10 | % a list of packages that should be loaded in a particular order, but |
| 11 | % don't necessarily involve hyperref. |
| 12 | % |
| 13 | % Packages that have no particular incompatibility with others can be |
| 14 | % loaded in either file. |
| 15 | % |
| 16 | % [1] http://mirrors.ctan.org/macros/latex/contrib/hyperref/README |
| 17 | % [2] http://tex.stackexchange.com/questions/4515/whats-the-right-order-when-loading-packages |
| 18 | % [3] http://tex.stackexchange.com/questions/1863/which-packages-should-be-loaded-after-hyperref-instead-of-before |
| 19 | % [4] http://tex.stackexchange.com/questions/3090/packages-that-need-to-be-included-in-a-specific-order |
| 20 | % [5] http://www.macfreek.nl/mindmaster/LaTeX_package_conflicts |
| 21 | |
| 22 | %%% If you'll be using the \lstinputlisting{} command or the |
| 23 | %%% lstlisting environment to include source code, you can customize |
| 24 | %%% its appearance here. |
| 25 | \usepackage{xcolor} |
| 26 | \lstset{ % |
| 27 | language=Matlab, % choose the default language of the code |
| 28 | basicstyle=\footnotesize, % font size are used for the code |
| 29 | showstringspaces=false, % underline spaces within strings |
| 30 | numbers=left, % where to put the line-numbers |
| 31 | numberstyle=\footnotesize, % font size used for the line-numbers |
| 32 | stepnumber=5, % the step between two line-numbers |
| 33 | numbersep=5pt, % how far the line-numbers are from the code |
| 34 | showspaces=false, % show spaces within strings with symbols |
| 35 | breaklines=true, % automatically break long lines |
| 36 | showtabs=false % show tabs within strings with symbols |
| 37 | } |
Note: See TracBrowser
for help on using the browser.
