Skip to content

Commit

Permalink
optimize the packages
Browse files Browse the repository at this point in the history
  • Loading branch information
MoustafaAMahmoud committed Jun 4, 2024
1 parent e436ec7 commit 2edd4b0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

steps:
- name: Set up Git repository
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Compile LaTeX document
uses: dante-ev/latex-action@master
with:
Expand Down
7 changes: 1 addition & 6 deletions preamble/preamble.tex
Original file line number Diff line number Diff line change
Expand Up @@ -20,26 +20,23 @@
\usepackage[utf8]{inputenc}
\usepackage{multicol}
\usepackage{xspace}
\usepackage[utf8]{inputenc}
\usepackage{textcomp}% for '\textdegree' macro
\usepackage{utopia} %font utopia imported
\usepackage{fontawesome5}
\usepackage[center]{caption}
\usepackage{subcaption}
\usepackage{gensymb}
\usepackage{adjustbox}
\usepackage{marginnote}
\usepackage{makecell}
\usepackage{textpos}
\usepackage[default]{lato}
\usepackage[font=small,skip=0pt]{caption}
\usepackage[font=small,skip=0pt,center]{caption}
\usepackage{xcolor,colortbl}
\usepackage{import}
\usepackage{marvosym}
\usepackage{ulem} %Strikethrough
\usepackage[inkscapelatex=false]{svg}
\usepackage{tcolorbox}
\usepackage{graphicx}
\usepackage{etoolbox}
%\BeforeBeginEnvironment{figure}{\vspace{-1em}}
%\BeforeBeginEnvironment{lstlisting}{\vspace{-1em}}
Expand All @@ -60,7 +57,6 @@
\renewcommand{\href}[2]{\oldhref{#1}{\uline{#2}}} % Underline hyperlinks

%\usepackage{enumitem}
\usepackage{caption}
\DeclareCaptionLabelFormat{nospace}{#1#2}
\captionsetup[table]{skip=1pt,font=footnotesize,labelfont={color=blue,footnotesize,bf},name=Table T-,labelformat=nospace,labelsep=colon}
\captionsetup[figure]{skip=1pt,font=footnotesize,labelfont={color=blue,footnotesize,bf},name=Figure F-,labelformat=nospace,labelsep=colon}
Expand All @@ -82,7 +78,6 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{tikz,lipsum,fontspec}
\usetikzlibrary{shapes.callouts,decorations.pathmorphing}
\newfontfamily\comic{Comic Sans MS}
\input{preamble/presentation-mode.tex}

\AtBeginDocument{
Expand Down
5 changes: 0 additions & 5 deletions preamble/presentation-mode.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,4 @@
\setbeamersize{text margin left=5pt,text margin right=3.5cm}
%\setbeamersize{text margin left=5pt}

%%remove logo for publishing
%\logo{%
% \includegraphics[width=4cm,height=3.5cm]{./Figures/chapter-00/logos.png}%
%}'\mode<presentation> {


0 comments on commit 2edd4b0

Please sign in to comment.