mirror of
https://github.com/flynx/photobook.git
synced 2025-10-29 10:20:08 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
8a3b8f8fd6
commit
170b564a3a
@ -3046,13 +3046,16 @@
|
||||
%
|
||||
% NOTE: these should be used in a box.
|
||||
% NOTE: these are centered in origin.
|
||||
% XXX these can affect the items after -- need to encapsulate...
|
||||
% XXX something's odd with these -- when \foldmarksize is <6mm the bottom falls apart...
|
||||
% XXX these can affect the items after -- need to encapsulate better + test...
|
||||
% XXX something's odd with these -- when \foldmarksize is <6mm the bottom
|
||||
% fold mark gets messed up...
|
||||
% XXX do we need to make centering block size dependant on \foldmarksize
|
||||
% or are the two independent??? (test)
|
||||
% XXX doc...
|
||||
\newcommand\foldinmark[1][0pt]{
|
||||
\vspace{\dimexpr 0.5\foldmarksize + #1 \relax}%
|
||||
\smash{\makebox[0pt][l]{%
|
||||
% a size-agnostic centering...
|
||||
% size-agnostic centering...
|
||||
\hspace{-5mm}{\makebox[1cm][c]{%
|
||||
\begin{tikzpicture}%
|
||||
\draw[white, ultra thick]
|
||||
@ -3073,7 +3076,7 @@
|
||||
\newcommand\foldoutmark[1][0pt]{
|
||||
\vspace{\dimexpr 0.5\foldmarksize + #1 \relax}%
|
||||
\smash{\makebox[0pt][l]{%
|
||||
% a size-agnostic centering...
|
||||
% size-agnostic centering...
|
||||
\hspace{-5mm}{\makebox[1cm][c]{%
|
||||
\begin{tikzpicture}%
|
||||
\draw[white, ultra thick]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user