Skip to content

Commit

Permalink
Merged participation.tex from dev into master
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardhanna committed Dec 3, 2024
1 parent a12a9f4 commit 96ec6cd
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions resources/latex/participation.tex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
\documentclass[12pt]{article}
\usepackage[T2A,T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[russian,english]{babel}
\usepackage[greek,russian,english]{babel} % Include required languages
\usepackage{mathpazo}
\renewcommand{\familydefault}{\sfdefault}
\usepackage[landscape,a4paper]{geometry}
Expand All @@ -15,9 +15,8 @@
\usepackage{textcomp}
\usepackage{paratype}
\usepackage{tgpagella}
\usepackage{tipa}

% Declare font substitution for Cyrillic encoding
% Font substitution for Cyrillic
\DeclareFontFamilySubstitution{T2A}{\rmdefault}{PTSerif-TLF}

% Define custom color
Expand All @@ -42,29 +41,28 @@
\begin{center}
\vspace{5.9cm}

% Placeholder for participant name with dynamic language
{\centering\fontsize{36}{48}\selectfont
\begin{otherlanguage*}{russian}
\textcolor{myorange}{Білоголова Дар'я} % Replace placeholder here
\end{otherlanguage*}
\textcolor{myorange}{\foreignlanguage{<LANG>}{<CERTIFICATE_HOLDER_NAME>}}
\par}

\begin{table}[h]
\footnotesize

\begin{center}
\fontsize{24}{36}\selectfont
\vspace{1.6cm}
\begin{otherlanguage*}{russian}
\textcolor{myorange}{Соціальна інженерія в цифровому просторі} % Event name
\end{otherlanguage*}
% Placeholder for event name with dynamic language
\textcolor{myorange}{\foreignlanguage{<LANG>}{<EVENT_NAME>}}
\end{center}
\end{table}

\end{center}
\vspace{2.2cm}
\begin{center}
\hspace{-0.5cm}
\begin{otherlanguage*}{russian}
\textcolor{black}{12/11/2026} % Event date
\end{otherlanguage*}
% Placeholder for event date (typically language-independent)
\textcolor{black}{<EVENT_DATE>}
\end{center}

\end{document}

0 comments on commit 96ec6cd

Please sign in to comment.