Skip to content

Commit

Permalink
Changed title
Browse files Browse the repository at this point in the history
  • Loading branch information
mboben committed Feb 18, 2024
1 parent 7b139e8 commit 5b5d936
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/latex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Install TeXlive
run: sudo apt-get update && sudo apt-get install texlive texlive-publishers texlive-science latexmk cm-super
run: sudo apt-get update && sudo apt-get install texlive texlive-publishers texlive-science latexmk cm-super texlive-bibtex-extra
- name: LaTeX compile
working-directory: ${{ env.DIR }}
#run: latexmk -pdf -bibtex ${{ env.FILE }}
Expand Down
22 changes: 21 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
{
"editor.wordWrap": "on"
"editor.wordWrap": "on",
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#dd5356",
"activityBar.background": "#dd5356",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#48da45",
"activityBarBadge.foreground": "#15202b",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#dd5356",
"statusBar.background": "#d32a2d",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#dd5356",
"statusBarItem.remoteBackground": "#d32a2d",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#d32a2d",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#d32a2d99",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#D32A2D"
}
Binary file modified main.pdf
Binary file not shown.
18 changes: 13 additions & 5 deletions main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@

\addbibresource{sample.bib} % Bibliography file

\definecolor{ocre}{RGB}{26, 201, 128} % Define the color used for highlighting throughout the book
% \definecolor{ocre}{RGB}{26, 201, 128} % Define the color used for highlighting throughout the book
\definecolor{ocre}{RGB}{211, 42, 45} % Define the color used for highlighting throughout the book


%\chapterimage{orange1.jpg} % Chapter heading image
\chapterimage{}
Expand Down Expand Up @@ -159,9 +161,15 @@
% {\includegraphics[width=\paperwidth]{background_green.pdf}} % Code to output the background image, which should be the same dimensions as the paper to fill the page entirely; leave empty for no background image
{ % Title(s) and author(s)
\centering\sffamily % Font styling
{\Huge\bfseries Diskretna matematika 2\par} % Book title
{\Huge\bfseries Discrete Mathematics 2\par} % Book title
% {\Huge\bfseries Diskretna matematika 2\par} % Book title
\vspace{16pt} % Vertical whitespace
{\LARGE Gradiva za vaje iz diskretne matematike 2\\[1mm] Univerza v Ljubljani, Fakulteta za računalnišvo in informatiko \par} % Subtitle
{\LARGE Exercises for Discrete Mathematics 2\\[1mm] University of Ljubljana, Faculty of Computer and Information Science \par}

\vspace{16pt}
{\Large Gradiva za vaje iz diskretne matematike 2\\[1mm] Univerza v Ljubljani, Fakulteta za računalnišvo in informatiko \par
% english
} % Subtitle
\vspace{24pt} % Vertical whitespace
{\huge\bfseries Marko Boben\par} % Author name
}
Expand All @@ -174,15 +182,15 @@

~\vfill % Push the text down to the bottom of the page

\noindent Copyright \copyright\ 2023 Marko Boben\\ % Copyright notice
\noindent Copyright \copyright\ 2024 Marko Boben\\ % Copyright notice

% \noindent \textsc{Published by Publisher}\\ % Publisher

\noindent \textsc{\href{https://www.fri.uni-lj.si/markobob/dm2-book.pdf}{Website}}\\ % URL

\noindent Licensed under the Creative Commons Attribution-NonCommercial 4.0 License (the ``License''). You may not use this file except in compliance with the License. You may obtain a copy of the License at \url{https://creativecommons.org/licenses/by-nc-sa/4.0}. Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \textsc{``as is'' basis, without warranties or conditions of any kind}, either express or implied. See the License for the specific language governing permissions and limitations under the License.\\ % License information, replace this with your own license (if any)

\noindent \textit{June 2023} % Printing/edition date
\noindent \textit{February 2024} % Printing/edition date

%----------------------------------------------------------------------------------------
% TABLE OF CONTENTS
Expand Down

0 comments on commit 5b5d936

Please sign in to comment.