Skip to content

Commit

Permalink
feat: Make links clickable in PDF (#105)
Browse files Browse the repository at this point in the history
by using hyperref package
  • Loading branch information
gteufelberger authored Jul 3, 2024
1 parent 8d0b477 commit eae036e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
3 changes: 3 additions & 0 deletions src/common/lib/header.tex
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,6 @@

% Strikethrough
\usepackage[normalem]{ulem}

% Clickable Hyperlinks
\usepackage[colorlinks=true, linkcolor=blue, urlcolor=blue]{hyperref}
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@
\\
Login credentials can be found on the DACS software page of the wiki
\\
\texttt{https://wiki.aris-space.ch/e/en/rocketry/engines \\/liquid/test-bench/data-acquisition-and-control-system\\/Subsystems/Software}
\href
{https://wiki.aris-space.ch/e/en/rocketry/engines/liquid/test-bench/data-acquisition-and-control-system/Subsystems/Software}
{https://wiki.aris-space.ch/e/en/rocketry/engines/liquid/test-bench/data-acquisition-and-control-system/Subsystems/Software}
}

\procedureItem{
Expand Down
4 changes: 3 additions & 1 deletion src/dacs-sw/database-ingestion/sections/installation.tex
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
\\
Login credentials can be found on the DACS software page of the wiki
\\
\texttt{https://wiki.aris-space.ch/e/en/rocketry/engines \\/liquid/test-bench/data-acquisition-and-control-system\\/Subsystems/Software}
\href
{https://wiki.aris-space.ch/e/en/rocketry/engines/liquid/test-bench/data-acquisition-and-control-system/Subsystems/Software}
{https://wiki.aris-space.ch/e/en/rocketry/engines/liquid/test-bench/data-acquisition-and-control-system/Subsystems/Software}
}
\end{tabularx}
2 changes: 1 addition & 1 deletion src/dacs-sw/database-ingestion/sections/plotting.tex
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
ID & CK 1 & Description \\ \hline
\procedureItem{
Head to the GitHub repo and folow the instructions there
\texttt{https://github.com/aris-space/helios-data-analysis}
\href{https://github.com/aris-space/helios-data-analysis}{https://github.com/aris-space/helios-data-analysis}
}

% \procedureItem{
Expand Down

0 comments on commit eae036e

Please sign in to comment.