Add crossref filter
This commit is contained in:
parent
3a109f966b
commit
bea2cf151a
@ -8,9 +8,16 @@ WORKDIR /.local/share/pandoc/templates
|
|||||||
RUN wget https://git.norangeb.it/norangebit/pancv/raw/branch/master/pancv.tex \
|
RUN wget https://git.norangeb.it/norangebit/pancv/raw/branch/master/pancv.tex \
|
||||||
-O pancv.latex
|
-O pancv.latex
|
||||||
|
|
||||||
|
WORKDIR /.local/share/pandoc/filters
|
||||||
|
RUN wget https://github.com/lierdakil/pandoc-crossref/releases/download/v0.3.6.4/pandoc-crossref-Linux-2.9.2.1.tar.xz
|
||||||
|
RUN tar -xf pandoc-crossref-Linux-2.9.2.1.tar.xz
|
||||||
|
RUN rm pandoc-crossref-Linux-2.9.2.1.tar.xz & rm pandoc-crossref.1
|
||||||
|
|
||||||
# drone compatibility
|
# drone compatibility
|
||||||
WORKDIR /root/.pandoc/templates
|
WORKDIR /root/.pandoc/templates
|
||||||
RUN cp /.local/share/pandoc/templates/*.latex /root/.pandoc/templates
|
RUN cp /.local/share/pandoc/templates/*.latex /root/.pandoc/templates
|
||||||
|
WORKDIR /root/.pandoc/filters
|
||||||
|
RUN cp /.local/share/pandoc/filters/pandoc-crossref /root/.pandoc/filters
|
||||||
|
|
||||||
# moderncv
|
# moderncv
|
||||||
RUN tlmgr install moderncv \
|
RUN tlmgr install moderncv \
|
||||||
|
Loading…
Reference in New Issue
Block a user