Gentoo Archives: gentoo-user

From: tuxic@××××××.de
To: Gentoo <gentoo-user@l.g.o>
Subject: [gentoo-user] pandoc dependency problem ?
Date: Wed, 19 Apr 2017 03:01:00
Message-Id: 20170419030039.kci2ra6vwav443qv@solfire
1 Hi,
2
3 I installed
4
5 [I] app-text/pandoc
6 Available versions: (~)1.12.4.2-r1(0/1.12.4.2)^t (~)1.13.2.1(0/1.13.2.1)^t (~)1.14.0.4(0/1.14.0.4)^t 1.15.0.6(0/1.15.0.6)^t (~)1.18(0/1.18)^t (~)1.19.2.1(0/1.19.2.1) (~)1.19.2.1-r1(0/1.19.2.1) {doc embed_data_files hscolour +http-conduit +https make-pandoc-man-pages +network-uri profile test trypandoc weigh-pandoc}
7 Installed versions: 1.19.2.1-r1(06:19:39 PM 04/17/2017)(https network-uri -doc -embed_data_files -hscolour -profile -test -trypandoc -weigh-pandoc)
8 Homepage: http://pandoc.org
9 Description: Conversion between markup formats
10
11 [I] dev-haskell/pandoc-citeproc
12 Available versions: (~)0.1.2.1(0/0.1.2.1)^t (~)0.2(0/0.2)^t 0.3.1(0/0.3.1) (~)0.6(0/0.6)^t 0.7.2(0/0.7.2)^t (~)0.8.1.3(0/0.8.1.3)^t (~)0.10.4(0/0.10.4)^t (~)0.10.4.1(0/0.10.4.1)^t {+bibutils debug doc embed_data_files +hexpat hscolour +network profile +small_base test test_citeproc unicode_collation}
13 Installed versions: 0.10.4.1^t(06:21:21 PM 04/17/2017)(bibutils -debug -doc -embed_data_files -hscolour -profile -test -test_citeproc -unicode_collation)
14 Homepage: https://github.com/jgm/pandoc-citeproc
15 Description: Supports using pandoc with citeproc
16
17 [I] dev-haskell/pandoc-types
18 Available versions: 1.12.3(0/1.12.3) 1.12.4.5(0/1.12.4.5) (~)1.12.4.7(0/1.12.4.7) (~)1.17.0.4(0/1.17.0.4) {doc hscolour profile test}
19 Installed versions: 1.17.0.4(06:16:02 PM 04/17/2017)(-doc -hscolour -profile -test)
20 Homepage: http://johnmacfarlane.net/pandoc
21 Description: Types for representing a structured document
22
23
24 which results in the installation of 116 different packages (WHOW!)
25 finally.
26
27 Then I wrote a very (VERY!) simple mardown four-liner and tried to
28 convert that one to pdf...which fails:
29
30 #>pandoc -o test.pdf test.md
31 ! LaTeX Error: File `lmodern.sty' not found.
32
33 Type X to quit or <RETURN> to proceed,
34 or enter new name. (Default extension: sty)
35
36 Enter file name:
37 ! Emergency stop.
38 <read *>
39
40 l.3 \usepackage
41
42 pandoc: Error producing PDF
43 [1] 17128 exit 43 pandoc -o test.pdf test.md
44
45 #>locate lmodern
46 [1] 18188 exit 1 locate lmodern
47
48 I googled for "panodc lmodern.sty" and it seems to be missing in various
49 others distros too.
50 Recommended fix: Install TeXlive package "lmodern".
51
52 #>eix lmodern
53 No matches found
54 [1] 17806 exit 1 eix -n lmodern
55
56
57 Is "lmodern.sty" included in a package, which is named
58 totallu different for Gentoo?
59 Why is that missing?
60 What is the clean way to provide pandoc with lmodern.sty
61
62 Thanks a lot for any help in advance!
63 Cheers
64 Meino

Replies

Subject Author
Re: [gentoo-user] pandoc dependency problem ? Neil Bothwick <neil@××××××××××.uk>