page geometry test
This commit is contained in:
parent
c6fe9e0f05
commit
74544cb553
2 changed files with 16 additions and 1 deletions
|
@ -6,6 +6,18 @@
|
||||||
\usepackage{datetime}
|
\usepackage{datetime}
|
||||||
\usepackage[iso,english]{isodate}
|
\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
|
% http://tex.stackexchange.com/questions/246174/dynamic-title-size-using-titlesec
|
||||||
\newcommand{\resizetitle}[1]{\resizebox{\sectionwidth}{!}{#1}}
|
\newcommand{\resizetitle}[1]{\resizebox{\sectionwidth}{!}{#1}}
|
||||||
\newlength{\sectionwidth}
|
\newlength{\sectionwidth}
|
||||||
|
|
|
@ -22,10 +22,13 @@ file=ARGV[0] # dokuwiki pagenme as argument
|
||||||
|
|
||||||
# merge single pdfs with 'assemble.rb'
|
# 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 add -A`
|
||||||
# `git commit -m "#{msg}"`
|
# `git commit -m "#{msg}"`
|
||||||
# `git pull --commit`
|
# `git pull --commit`
|
||||||
# `git push`
|
# `git push`
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue