List of commits:
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
Commit cf59c5cfcd4f5ec14fbd2f44259c12eeb6807c25 - Add files via upload
Author: poonamveeral
Author date (UTC): 2020-04-02 15:20
Committer name: GitHub
Committer date (UTC): 2020-04-02 15:20
Parent(s): 55bbdafca8c9203b5b29b3e1548e55e9b8e6299f
Signer:
Signing key: 4AEE18F83AFDEB23
Signing status: E
Tree: 5eee9c2f1368979d8c65e3dd20565eb1f7c875f0
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 }
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/caubert/CSCI_3410

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/caubert/CSCI_3410

Clone this repository using git:
git clone git://git.rocketgit.com/user/caubert/CSCI_3410

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main