Remove now-unused lipsum package
This commit is contained in:
parent
e2e2115e36
commit
6ef7a574d4
2 changed files with 1 additions and 2 deletions
|
|
@ -5,7 +5,6 @@
|
||||||
\usepackage{xcolor}
|
\usepackage{xcolor}
|
||||||
\usepackage{graphicx}
|
\usepackage{graphicx}
|
||||||
\usepackage{scripture}
|
\usepackage{scripture}
|
||||||
\usepackage{lipsum} % TODO: remove
|
|
||||||
\graphicspath{ {../resources/} } % Relative to output directory, unfortunately
|
\graphicspath{ {../resources/} } % Relative to output directory, unfortunately
|
||||||
|
|
||||||
\pagenumbering{gobble}
|
\pagenumbering{gobble}
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ pkgs.mkShellNoCC {
|
||||||
lilypond
|
lilypond
|
||||||
(pkgs.texlive.combine {
|
(pkgs.texlive.combine {
|
||||||
inherit (pkgs.texlive) scheme-basic
|
inherit (pkgs.texlive) scheme-basic
|
||||||
scripture xcolor lipsum;
|
scripture xcolor;
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue