Skip to content

Commit

Permalink
fixed typo pdf name Vorex->Vortex
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-lirussi committed Aug 4, 2021
1 parent ea7e1cb commit 993f1f8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/LatexBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
root_file: main.tex
pre_compile: "tlmgr update --self --all"
args: "-pdf -jobname=WeatherVorex-Report -file-line-error -halt-on-error -interaction=nonstopmode -logfilewarninglist -Werror"
args: "-pdf -jobname=WeatherVortex-Report -file-line-error -halt-on-error -interaction=nonstopmode -logfilewarninglist -Werror"
post_compile: "latexmk -c"
- name: Split log
if: failure()
Expand All @@ -40,7 +40,7 @@ jobs:
with:
name: Artifacts
path: |
WeatherVorex-Report.pdf
WeatherVortex-Report.pdf
TelegramJobFailure:
needs: [BuildLatexJob] #when finished
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
✅ <b>SUCCEDED</b>✅
format: html
disable_web_page_preview: true
#document: WeatherVorex-Report.pdf
#document: WeatherVortex-Report.pdf

PandocConverter:
needs: DeployJob
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Report
### Il report è disponibile online al [sito dedicato qui](https://weather-vortex.github.io/WeatherVortex-Report/ "Report Website") <br>
### Oppure è disponibile in formato [pdf scaricabile qui](https://https://github.com/Weather-Vortex/WeatherVortex-Report/releases/latest/download/WeatherVorex-Report.pdf "Pdf Download")
### Oppure è disponibile in formato [pdf scaricabile qui](https://github.com/Weather-Vortex/WeatherVortex-Report/releases/latest/download/WeatherVortex-Report.pdf "Pdf Download")

![Logo](./Images/logo.png "Logo")
2 changes: 1 addition & 1 deletion Tex/Intro.tex
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ \section{Overview}
\caption{Il logo della piattaforma}
\label{fig:Logo}
\centering
\includegraphics[width=0.8\textwidth]{Images/logo.png}
\includegraphics[width=0.5\textwidth]{Images/logo.png}
\end{figure}

\section{Problemi}
Expand Down
5 changes: 4 additions & 1 deletion main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,10 @@
\graphicspath{{Images/}{DrawIo/}}
\newcommand{\emailaddr}[1]{\href{mailto:#1}{\texttt{#1}}}

\newcounter{Site}
\setcounter{Site}{1}

\ifthenelse{\value{Site}=1}{
\title{\LARGE
RELAZIONE DI PROGETTO \\ DI \\ “APPLICAZIONI E SERVIZI WEB” \\
\hrulefill \\
Expand All @@ -121,7 +124,7 @@
Lirussi Igor \\ \emailaddr{[email protected]}
\\ \\ \\
}

}


\date{\today}
Expand Down

0 comments on commit 993f1f8

Please sign in to comment.