Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
viperML committed Jun 28, 2023
1 parent 58a02a9 commit dfc0227
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
6 changes: 3 additions & 3 deletions doc/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@
],
"latex-workshop.latex.recipes": [
{
"name": "build",
"name": "sync-build",
"tools": [
"just-sync",
"just-build"
]
},
{
"name": "watch",
"name": "build",
"tools": [
"just-watch"
"just-build"
]
},
],
Expand Down
3 changes: 1 addition & 2 deletions doc/_annex.tex
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,7 @@ \subsection{Lua API}
keys:
\begin{minted}{text}
url = <string> -- URL to fetch
executable = <bool> -- Wether to set the file as
executable. Optional, default is false.
executable = <bool> -- Wether to set the file as executable. Optional, default is false.
\end{minted}
\item |miq.package|: Function that creates a Unit of
Expand Down
1 change: 1 addition & 0 deletions doc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
ninecolors
xurl
pdfpages
setspace
;
})
];
Expand Down
4 changes: 4 additions & 0 deletions doc/index.tex
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,10 @@
\normalsize
#1
}

\usepackage{setspace}
\setstretch{1.5}

\begin{document}

\includepdf[pages=-]{assets/Portada-externa.pdf}
Expand Down

0 comments on commit dfc0227

Please sign in to comment.