diff --git a/README.md b/README.md index d7a2519..23dfae0 100644 --- a/README.md +++ b/README.md @@ -116,5 +116,5 @@ Valgerður Ólafsdóttir,Iceland | `logo` | *(none)* | Path to logo image file | | `logowidth` | `2cm` | Width of the logo | | `logoheight` | `10mm` | Height constraint for the logo | -| `debugboxes` | *(on)* | Show bounding boxes for layout debugging | +| `debugboxes` | *(off)* | Show bounding boxes for layout debugging | | `nodebugboxes` | — | Hide bounding boxes | diff --git a/example.pdf b/example.pdf index 0c9de0f..5ef0ec9 100644 Binary files a/example.pdf and b/example.pdf differ diff --git a/foldable-namecard.sty b/foldable-namecard.sty index abe0fe7..e2ef193 100644 --- a/foldable-namecard.sty +++ b/foldable-namecard.sty @@ -63,7 +63,7 @@ \newlength\NC@logowidth \newif\ifNC@debugboxes -%\NC@debugboxestrue +\NC@debugboxesfalse \setlength\NC@logoheight{10mm} \setlength\NC@logowidth{2cm}