Last active
April 2, 2021 15:11
-
-
Save dimspith/20d8ebcbb79ad18cbf32792d95096ef4 to your computer and use it in GitHub Desktop.
Revisions
-
dimspith revised this gist
Apr 2, 2021 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -14,6 +14,7 @@ \usepackage{amssymb} \usepackage{amsmath} \usepackage{graphicx} \usepackage[shortlabels]{enumitem} \usepackage{listings} % Font configuration for math and EN/EL -
dimspith revised this gist
Mar 12, 2021 . 1 changed file with 9 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,18 +1,22 @@ \documentclass[12pt]{article} \title{Assignment 2} \author{Dimitris Spythouris (csd4040)} % Shrink document margins \usepackage[margin=0.5in]{geometry} % Double line spacing \usepackage{setspace} \doublespacing{} % Symbols, math, graphics and source code support \usepackage{amssymb} \usepackage{amsmath} \usepackage{graphicx} \usepackage{listings} % Font configuration for math and EN/EL \usepackage{fontspec} \defaultfontfeatures{Mapping=tex-text} \setmainfont{FiraSans} -
dimspith revised this gist
Mar 12, 2021 . No changes.There are no files selected for viewing
-
dimspith revised this gist
Mar 11, 2021 . 1 changed file with 7 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,11 +1,11 @@ \documentclass[12pt]{article} \title{Assignment} \author{Dimitris Spythouris} \usepackage[margin=0.5in]{geometry} \usepackage{setspace} \DeclareMathSizes{10}{10}{10}{10} \doublespacing \usepackage{amssymb} \usepackage{amsmath} @@ -14,10 +14,11 @@ \usepackage{fontspec} \defaultfontfeatures{Mapping=tex-text} \setmainfont{FiraSans} \setmainfont[Script=Greek]{FiraSans} \setmonofont{Fira Code} \usepackage{newtxsf} \begin{document} \maketitle -
dimspith revised this gist
Mar 9, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -21,7 +21,7 @@ \begin{document} \maketitle \end{document} %% Local Variables: %% TeX-engine: luatex %% End: -
dimspith created this gist
Feb 26, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,27 @@ \documentclass[12pt]{article} \title{Title} \author{Name} \usepackage[margin=0.5in]{geometry} \usepackage{setspace} \DeclareMathSizes{12}{12}{12}{12} \doublespacing \usepackage{amssymb} \usepackage{amsmath} \usepackage{graphicx} \usepackage{listings} \usepackage{fontspec} \setmainfont{IBM Plex Sans} \setmainfont[Script=Greek]{IBM Plex Sans} \setmonofont{Fira Code} \defaultfontfeatures{Mapping=tex-text} \begin{document} \maketitle \end{document} %% Local Variables: %% TeX-engine: luatex %% End: