Skip to content

Commit

Permalink
Bugfix to ACM and IEEE generation
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainhalle committed Jun 3, 2019
1 parent 699a071 commit b9da24c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions set-style.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
**************************************************************************/

// Version
$version_string = "2.1.1";
$version_string = "2.1.2";
$autogen_comment = "%% This file was autogenerated by PaperShell v$version_string on ".date("Y-m-d H:i:s")."\n%% https://github.com/sylvainhalle/PaperShell\n%% DO NOT EDIT!";

// Read author-title file
Expand Down Expand Up @@ -310,7 +310,7 @@
{
$out .= $line."\\\\\n";
}
$out .= "%\n}\n";
$out .= "%\n}\n\n";
}
$out .= "%\n}\n\n";
$out .= "\\input{includes.tex}\n\n";
Expand Down Expand Up @@ -367,7 +367,7 @@
\usepackage[T1]{fontenc} % Type1 fonts{$microtype_string}
\usepackage[english]{babel} % Hyphenation
\usepackage{graphicx} % Import graphics
\usepackage[bookmarks=false$hr_draft]{hyperref} % Better handling of references in PDFs
\usepackage[$hr_draft]{hyperref} % Better handling of references in PDFs
\usepackage{comment} % To comment out blocks of text
\usepackage{flushend} % To balance columns on last page
Expand Down

0 comments on commit b9da24c

Please sign in to comment.