Subject | Hash | Author | Date (UTC) |
---|---|---|---|
Add files via upload | cf59c5cfcd4f5ec14fbd2f44259c12eeb6807c25 | poonamveeral | 2020-04-02 15:20:07 |
Add files via upload | 55bbdafca8c9203b5b29b3e1548e55e9b8e6299f | poonamveeral | 2020-04-02 15:19:35 |
Add files via upload | 101413087f21fa91a122027b83935f567a154575 | poonamveeral | 2020-04-02 15:18:46 |
Add files via upload | 4b23b55a1a74e30626ffb0908597a02b8c05c1ba | poonamveeral | 2020-04-02 15:17:53 |
Add files via upload | 7de4d7172002df5784c6585a382de55f35d909a8 | poonamveeral | 2020-04-02 15:17:30 |
Add files via upload | e7780bd581399dcc09a61771e79515b4e5eff1c2 | poonamveeral | 2020-04-02 15:16:37 |
Initial commit | 19b3cf0fb56429d4c4b5aabb08367390540246d5 | Poonam Veeral | 2020-04-02 15:09:01 |
File | Lines added | Lines deleted |
---|---|---|
notes/latex/packages.sty | 36 | 0 |
File notes/latex/packages.sty added (mode: 100644) (index 0000000..4dd3d7a) | |||
1 | %%% Fonts | ||
2 | %\setromanfont[Ligatures={Common,TeX}]{Linux Libertine O} | ||
3 | %\setmainfont[Ligatures={Common,TeX}]{Linux Libertine O} | ||
4 | %\setmonofont{Latin Modern Mono Light} | ||
5 | %\setmonofont[SmallCapsFont={Latin Modern Mono Caps}]{Latin Modern Mono Light} | ||
6 | %\newfontfamily\symb{DejaVu Sans} | ||
7 | \setmonofont{FreeMono} | ||
8 | % Inconsolata : Unfortunately, bold, italics missing, and no "_" character. | ||
9 | % Cf. https://www.levien.com/type/myfonts/inconsolata.html | ||
10 | % and | ||
11 | % https://github.com/DeLaGuardo/Inconsolata-LGC | ||
12 | % though. | ||
13 | |||
14 | %\usepackage[table]{xcolor} | ||
15 | \usepackage{xunicode} | ||
16 | \usepackage{fvextra} | ||
17 | \DefineVerbatimEnvironment{Highlighting}{Verbatim}{breaklines,commandchars=\\\{\}} | ||
18 | |||
19 | %\usepackage[a-1b]{pdfx} | ||
20 | |||
21 | %% Headers and footers | ||
22 | \usepackage[headsepline]{scrlayer-scrpage} | ||
23 | \automark{chapter} | ||
24 | \automark*{section} | ||
25 | \clearpairofpagestyles | ||
26 | \ihead{\headmark} | ||
27 | \ohead{\pagemark} | ||
28 | \usepackage{geometry} | ||
29 | %%%% hyperref setup | ||
30 | |||
31 | \hypersetup{ | ||
32 | bookmarksdepth=5, | ||
33 | pdfinfo={ | ||
34 | pdfcopyright={Creative Commons Attribution 4.0 International License} | ||
35 | } | ||
36 | } |