summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jfreport.cls6
1 files changed, 4 insertions, 2 deletions
diff --git a/jfreport.cls b/jfreport.cls
index 1f4d619..e8d4ced 100644
--- a/jfreport.cls
+++ b/jfreport.cls
@@ -15,6 +15,8 @@
15% Author: 15% Author:
16% Julien Fontanet <julien.fontanet@isonoe.net> 16% Julien Fontanet <julien.fontanet@isonoe.net>
17% 17%
18% 2011-04-04 - v0.1.2
19% - Twoside mode added.
18% 2011-04-04 - v0.1.1 20% 2011-04-04 - v0.1.1
19% - The metacommands have been moved into jftex to avoid code duplication. 21% - The metacommands have been moved into jftex to avoid code duplication.
20% - Initial “\maketitle” layout. 22% - Initial “\maketitle” layout.
@@ -23,7 +25,7 @@
23%% 25%%
24 26
25\NeedsTeXFormat{LaTeX2e} 27\NeedsTeXFormat{LaTeX2e}
26\ProvidesClass{jfreport}[2011/04/01 v0.1.1 jfreport] 28\ProvidesClass{jfreport}[2011/04/04 v0.1.2 jfreport]
27 29
28%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 30%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
29 31
@@ -32,7 +34,7 @@
32%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 34%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
33 35
34% Sets the geometry. 36% Sets the geometry.
35\RequirePackage[a4paper,margin=2cm]{geometry} 37\RequirePackage[a4paper,twoside,margin=2cm]{geometry}
36 38
37\RequirePackage[fancyhdr,metacommands]{jftex} 39\RequirePackage[fancyhdr,metacommands]{jftex}
38 40