summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/scripts')
-rwxr-xr-xMaster/texmf-dist/scripts/logicpuzzle/lpsmag4
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/logicpuzzle/lpsmag b/Master/texmf-dist/scripts/logicpuzzle/lpsmag
index 9e7725b1b47..9b24a9c3c09 100755
--- a/Master/texmf-dist/scripts/logicpuzzle/lpsmag
+++ b/Master/texmf-dist/scripts/logicpuzzle/lpsmag
@@ -7,6 +7,7 @@
#
# License: LPPL
#
+VERSION="v1.1 (06/05/2013)"
CONFIGFILE="$1"
TEXFILE="lpsmag.tex"
TEXFILEBAK="${TEXFILE}.bak"
@@ -158,7 +159,8 @@ deleteauxfiles()
cat >preamble.tmp <<EOF
\documentclass[a4paper]{article}%
\usepackage[bottom=3cm,top=3cm,left=2.7cm,right=2.7cm]{geometry}
-\usepackage[width=5cm,scale=0.55,fontsize=normalsize]{lpsudoku}%
+\usepackage{logicpuzzle}%
+\lpsudokusetup{width=5cm,scale=0.55,fontsize=normalsize}%
EOF
#
cat preamble.tmp