From 99013a8afa172eb72db73557b58219fe12f00b88 Mon Sep 17 00:00:00 2001 From: chhan11 Date: Tue, 30 May 2017 15:09:08 +0200 Subject: [PATCH] main.tex: Changed use of import to use of include --- main.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main.tex b/main.tex index eacdcc5..fdc9c6a 100644 --- a/main.tex +++ b/main.tex @@ -25,13 +25,13 @@ % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\import{chapter/}{baseconf} +\include{chapter/baseconf} -\import{chapter/}{layer2protocols} +\include{chapter/layer2protocols} -\import{chapter/}{layer3protocols} +\include{chapter/layer3protocols} -\import{chapter/}{internet} +\include{chapter/internet} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %