Replace fontawesome icons

This commit is contained in:
Knoch 2022-10-29 18:25:22 +02:00
parent 8ff9cd19d2
commit cc0eef7ef6
7 changed files with 4 additions and 5 deletions

View File

@ -28,7 +28,7 @@ However, for beginners, we recommend using \TeX{}studio,\footnote{You find the l
\section*{Compiling for the first time} \section*{Compiling for the first time}
Open up the file \file{main.tex} in \TeX{}studio. Open up the file \file{main.tex} in \TeX{}studio.
It can be found in our project directory. It can be found in our project directory.
By pressing \faForward, it is converted into a a file called \file{main.pdf}. By pressing \includegraphics[width=.8em]{graphics/faForward.png}, it is converted into a a file called \file{main.pdf}.
You should be able to find the latter by looking at the project directory in your file explorer. You should be able to find the latter by looking at the project directory in your file explorer.
If your installation is not working yet, \TeX{}studio will show you an error message. If your installation is not working yet, \TeX{}studio will show you an error message.
Feel free to contact us in this case.\footnote{Find us at \url{https://www.uni-bamberg.de/wiai/fs}.} Feel free to contact us in this case.\footnote{Find us at \url{https://www.uni-bamberg.de/wiai/fs}.}

View File

@ -2,7 +2,7 @@
\subsection{Installation} \subsection{Installation}
Using \pkg{minted} requires a working installation of the programming language Python 3 (henceforth referred to as Python). Using \pkg{minted} requires a working installation of the programming language Python 3 (henceforth referred to as Python).
On some operating systems, Python comes pre-installed, in which case entering the command \sh{python -{}-version} or \sh{python3 -{}-version} in a terminal of your choice\footnote{Opening a terminal on Windows: \faWindows\ + R → Type \enquote{cmd} → Enter} should print out the installed Python version. On some operating systems, Python comes pre-installed, in which case entering the command \sh{python -{}-version} or \sh{python3 -{}-version} in a terminal of your choice\footnote{Opening a terminal on Windows: \includegraphics[width=.7em]{graphics/faWindows.png} + R → Type \enquote{cmd} → Enter} should print out the installed Python version.
If Python is yet to be installed, then you can find the installation files on the project website\footnote{Available at \url{https://www.python.org/downloads/}.}. If Python is yet to be installed, then you can find the installation files on the project website\footnote{Available at \url{https://www.python.org/downloads/}.}.
There are extensive articles that cover all relevant steps to install Python on There are extensive articles that cover all relevant steps to install Python on

BIN
graphics/faForward.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 809 B

1
graphics/faForward.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M52.5 440.6c-9.5 7.9-22.8 9.7-34.1 4.4S0 428.4 0 416V96C0 83.6 7.2 72.3 18.4 67s24.5-3.6 34.1 4.4L224 214.3V256v41.7L52.5 440.6zM256 352V256 128 96c0-12.4 7.2-23.7 18.4-29s24.5-3.6 34.1 4.4l192 160c7.3 6.1 11.5 15.1 11.5 24.6s-4.2 18.5-11.5 24.6l-192 160c-9.5 7.9-22.8 9.7-34.1 4.4s-18.4-16.6-18.4-29V352z"/></svg>

After

Width:  |  Height:  |  Size: 553 B

BIN
graphics/faWindows.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 863 B

1
graphics/faWindows.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M0 93.7l183.6-25.3v177.4H0V93.7zm0 324.6l183.6 25.3V268.4H0v149.9zm203.8 28L448 480V268.4H203.8v177.9zm0-380.6v180.1H448V32L203.8 65.7z"/></svg>

After

Width:  |  Height:  |  Size: 383 B

View File

@ -46,9 +46,6 @@
% Quotes (\enquote) % Quotes (\enquote)
\usepackage[autostyle,autopunct=false]{csquotes} \usepackage[autostyle,autopunct=false]{csquotes}
% Icons
\usepackage{fontawesome5}
% Literature % Literature
\usepackage{natbib} \usepackage{natbib}