Skip to content

Commit

Permalink
reconfigure pres info, contact info
Browse files Browse the repository at this point in the history
  • Loading branch information
demanast@triangle committed Oct 4, 2017
1 parent 297861e commit fcd4203
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 11 deletions.
26 changes: 22 additions & 4 deletions Classes/beamerLct.cls
Original file line number Diff line number Diff line change
Expand Up @@ -602,6 +602,14 @@
\newcommand{\@thankutext}{}
\newcommand{\thankutext}[1]{\renewcommand{\@thankutext}{#1}}

% Homepage Url
\newcommand{\@urlhome}{}
\newcommand{\urlhome}[1]{\renewcommand{\@urlhome}{#1}}

% Contact mail
\newcommand{\@contmail}{}
\newcommand{\contmail}[1]{\renewcommand{\@contmail}{#1}}

% LinkedIn url
\newcommand{\@urlin}{}
\newcommand{\urlin}[1]{\renewcommand{\@urlin}{#1}}
Expand All @@ -623,6 +631,7 @@
\definecolor{lava}{rgb}{0.81, 0.06, 0.13}
\definecolor{auburn}{rgb}{0.43, 0.21, 0.1}
\setbeamercolor{coursebox}{fg=auburn, bg=goldenyellow}

\renewcommand{\maketitle}{
\begin{frame}[plain]
\begin{minipage}[t]{0.10\textwidth}
Expand Down Expand Up @@ -656,8 +665,15 @@

\begin{flushleft}
\normalsize\textbf{\@authorname}\par
\footnotesize{\@authortitle}\par\vfill
\end{flushleft}
\footnotesize{\@authortitle}\par
\end{flushleft}
\vspace*{-1cm}
\begin{flushright}
\scriptsize\href{\@urlhome}{\@urlhome \space \faHome}\vskip-.15cm
\color{red!90!blue}\rule{0.08\textwidth}{1pt}\par
\scriptsize\href{\@contmail}{\@contmail \space \faEnvelope}\par
\end{flushright}\vfill

\centering
{\footnotesize\textbf{\@city, \@degreedate}}%\vfill
\end{frame}
Expand Down Expand Up @@ -693,7 +709,7 @@
\href{\@urlin}{\faLinkedin}\\
\href{\@urlgh}{\faGithub}\\
\href{\@urlgp}{\faGooglePlus}\\
\href{\@urltw}{\faTwitter} \hfill \textcolor{red!80}{\scriptsize \textit{compiled via \XeLaTeX}}\\
\href{\@urltw}{\faTwitter} \hspace*{.1cm} \href{\@urlhome}{\faHome} \hspace*{.1cm} \href{\@contmail}{\faEnvelope} \hfill \textcolor{red!80}{\scriptsize \textit{compiled via \XeLaTeX}}\\
\vfill
\end{frame}
}
Expand All @@ -708,7 +724,9 @@
%\vskip-2cm

\begin{flushright}
\hfill\href{\@urlin}{\faLinkedin}
\hfill\href{\@urlhome}{\faHome}
\href{\@contmail}{\faEnvelope}
\href{\@urlin}{\faLinkedin}
\href{\@urlgh}{\faGithub}
\href{\@urlgp}{\faGooglePlus}
\href{\@urltw}{\faTwitter}
Expand Down
2 changes: 1 addition & 1 deletion lct_pres.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
% Please have a look at the README.md file for info on how to use the template
\PassOptionsToPackage{table}{xcolor} % <-μονο εδω δουλεύει!!

\documentclass{Classes/beamerLct}%%
\documentclass[progrbar]{Classes/beamerLct}%%
% ******************************************************************************
% ******************************* Class Options ********************************
% *********************** See README for more details **************************
Expand Down
22 changes: 16 additions & 6 deletions pres-info.tex
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
%% -----------------------------------------------------------------------------
%% General information...
%% -----------------------------------------------------------------------------
% ************************ Pres g Information & Meta-data **********************

%% Meta information
% \subject{Γεωδαισία} \keywords{{Γεωδαισία} {Τριγωνισμός} {Παραμόρφωση} {Ελλάδα}}

%% Contact e-informations
\urlhome{demanasta.github.io} %% homepage
\contmail{[email protected]} %% contact mail
\urlin{https://www.linkedin.com/in/demitrisanastasiou/} %% linkedin url
\urlgh{https://github.com/demanasta} %% github repository
\urlgp{https://plus.google.com/u/0/+DemitrisAnastasiou} %% Google+
\urltw{https://twitter.com/DemAnast} %% Twitter

%% -----------------------------------------------------------------------------
%% PhD section INFO
%% -----------------------------------------------------------------------------
Expand Down Expand Up @@ -54,12 +70,6 @@
%% Add "thank you" text%
\thankutext{Ευχαριστώ για την προσοχή σας !}

%% Contact e-informations
\urlin{https://www.linkedin.com/in/demitrisanastasiou/}
\urlgh{https://github.com/demanasta}
\urlgp{https://plus.google.com/u/0/+DemitrisAnastasiou}
\urltw{https://twitter.com/DemAnast}

%% -----------------------------------------------------------------------------
%% Publication's section INFO
%% -----------------------------------------------------------------------------
Expand Down
File renamed without changes.

0 comments on commit fcd4203

Please sign in to comment.