Skip to content

Commit df27150

Browse files
committed
Fix distance between heading and text in boxes
1 parent c1f6ebf commit df27150

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

S5.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
\begin{carpblockred}[Challenges:]
1010
\begin{itemize}
11-
\item Demonstrating the value top HPC centres.
11+
\item Demonstrating the value to HPC centres.
1212
\item How to adapt material to diverse clusters?
1313
\item Should we or can we standardise to cloud cluster?
1414
\end{itemize}

beamerthemeHPC.sty

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
\usepackage{caption}
1313
%\usepackage{pgfpages}
1414
%\setbeameroption{show notes}
15-
\setbeameroption{show notes on second screen=right}
15+
%\setbeameroption{show notes on second screen=right}
1616

1717
\setsansfont{Mulish}
1818
\setmainfont{Mulish}
@@ -98,7 +98,7 @@
9898
\begin{minipage}{0.85\linewidth}
9999
\ifx\relax#1\relax
100100
\else
101-
{\bfseries #1}\\[0.5ex]%
101+
{\bfseries #1}\\[-2ex]%
102102
\fi
103103
}%
104104
{%
@@ -132,7 +132,7 @@
132132
\begin{minipage}{0.85\linewidth}
133133
\ifx\relax#1\relax
134134
\else
135-
{\bfseries #1}\\[0.5ex]%
135+
{\bfseries #1}\\[-2.0ex]%
136136
\fi
137137
}%
138138
{%

slides.pdf

-11.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)