Skip to content

Commit

Permalink
Bruk dblatex-parameter i stedet for LaTeX-parameter for å få ugjevt h…
Browse files Browse the repository at this point in the history
…øyremarg.
  • Loading branch information
petterreinholdtsen committed Mar 23, 2020
1 parent 8e6fb05 commit 0acddbc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file modified avledet/spesifikasjon.pdf
Binary file not shown.
4 changes: 0 additions & 4 deletions docbook/arkivverketbook.cls
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,3 @@
% line of the paragraph.
\setlength{\parindent}{0cm} \hangindent=\parindent
\setlength{\parskip}{2ex}

% Drop aligned right text border to be visually similar to other
% documents from the Norwegian National Archive.
\raggedright
4 changes: 4 additions & 0 deletions docbook/pdf.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@

<xsl:param name="toc.section.depth">2</xsl:param>

<!-- Drop aligned right text border to be visually similar to other
documents from the Norwegian National Archive. -->
<xsl:param name="doc.alignment">left</xsl:param>

<!-- Fiks manglende oversettelse av '(continued)' -->
<xsl:param name="table.continue.caption">(fra forrige side)</xsl:param>

Expand Down

0 comments on commit 0acddbc

Please sign in to comment.