From 9f259fa099667578f5609d906d480bf345c0aa05 Mon Sep 17 00:00:00 2001 From: Erwan Normand Date: Wed, 26 Jun 2024 18:06:57 +0200 Subject: [PATCH] Use \includefrom for chapters --- main.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tex b/main.tex index 06be589..05b4178 100644 --- a/main.tex +++ b/main.tex @@ -80,7 +80,7 @@ \newcommand{\importchapter}[2]{% Load a chapter (#2) in a path (#1) \clearemptydoublepage% after a clear double page \graphicspath{{#1/figures/}}% with figures - \import{#1}{#2}% and relative paths \input in the chapter + \includefrom{#1}{#2}% and relative paths \input in the chapter } \newcommand{\mainchapter}[1]{%