page geometry test

This commit is contained in:
nik gaffney 2015-05-29 12:15:51 +02:00
parent c6fe9e0f05
commit 74544cb553
2 changed files with 16 additions and 1 deletions

View file

@ -6,6 +6,18 @@
\usepackage{datetime}
\usepackage[iso,english]{isodate}
% page geometry
\usepackage{geometry}
\geometry{
a4paper,
total={210mm,297mm},
left=20mm,
right=10mm,
top=20mm,
bottom=20mm,
marginparwidth=20mm,
}
% http://tex.stackexchange.com/questions/246174/dynamic-title-size-using-titlesec
\newcommand{\resizetitle}[1]{\resizebox{\sectionwidth}{!}{#1}}
\newlength{\sectionwidth}

View file

@ -22,10 +22,13 @@ file=ARGV[0] # dokuwiki pagenme as argument
# merge single pdfs with 'assemble.rb'
# gittery - assuming the script is run in #{repo} and has orgin ssh://git@repo.fo.am:foam/futurist-fieldguide.git
# gittery
# - assuming the script is run in #{repo} and has origin ssh://git@repo.fo.am:foam/futurist-fieldguide.git
# - otherwise perhaps https://github.com/schacon/ruby-git
# `git add -A`
# `git commit -m "#{msg}"`
# `git pull --commit`
# `git push`