From 81481173ab2ff05a486ab2ce91cfe31e7cc6bb8d Mon Sep 17 00:00:00 2001 From: mbty <mbty@protonmail.com> Date: Mon, 23 Sep 2024 20:29:32 +0200 Subject: [PATCH] remove some problematic optional dependencies --- README.md | 2 +- main.tex | 2 +- template_phd.cls => template.cls | 4 +--- 3 files changed, 3 insertions(+), 5 deletions(-) rename template_phd.cls => template.cls (99%) diff --git a/README.md b/README.md index c11b878..a0fe851 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/main.tex b/main.tex index 9c6af81..d2983d3 100644 --- a/main.tex +++ b/main.tex @@ -1,4 +1,4 @@ -\documentclass{template_phd} +\documentclass{template} % Metadata \hypersetup{% diff --git a/template_phd.cls b/template.cls similarity index 99% rename from template_phd.cls rename to template.cls index 864bef9..3c3ed24 100644 --- a/template_phd.cls +++ b/template.cls @@ -1,5 +1,5 @@ \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} -- GitLab