Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 81481173 authored by BATY Matthieu's avatar BATY Matthieu :cartwheel:
Browse files

remove some problematic optional dependencies

parent c6ddee2d
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ Forked from https://gitlab.com/ed-matisse/latex-template
More info: https://ed-matisse.doctorat-bretagne.fr/fr/soutenance-de-these
(French only)
The template is defined in `template_phd.cls`.
The template is defined in `template.cls`.
You'll have to modify it to:
* Include other packages
* Adapt (and probably rename) the comments commands for your supervisors (e.g.
......
\documentclass{template_phd}
\documentclass{template}
% Metadata
\hypersetup{%
......
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{template_phd}[18/06/2024 v6-cidre-edition]
\ProvidesClass{template}[18/06/2024 v6-cidre-edition]
\LoadClass[twoside,multicol,12pt,a4paper]{report}
......@@ -44,8 +44,6 @@
% User packages
% TODO Add your dependencies here (I already added some)
\usetikzlibrary{arrows, arrows.meta, calc, positioning, fit}
\RequirePackage[table,usenames,dvipsnames]{xcolor}
\RequirePackage{listings}
\RequirePackage{soul}
\RequirePackage{amssymb}
\RequirePackage{amsthm}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment