File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ jobs:
104
104
input-md : guide.md
105
105
output-pdf : guide.pdf
106
106
output-tex : guide.tex
107
+ output-docx : guide.docx
107
108
108
109
- name : Upload Artifact
109
110
uses : actions/upload-artifact@master
@@ -112,6 +113,7 @@ jobs:
112
113
path : |
113
114
guide.pdf
114
115
guide.tex
116
+ guide.docx
115
117
mermaid-filter.err
116
118
if : always() # Even if the render failed, upload whatever we had for debugging.
117
119
Original file line number Diff line number Diff line change @@ -643,7 +643,9 @@ $endif$
643
643
644
644
\ifthenelse{\equal{\detokenize{$status$}}{\detokenize{DRAFT}}}
645
645
{
646
- \usepackage[scale=2, colorspec=0.95]{draftwatermark}
646
+ \usepackage[angle=0]{draftwatermark}
647
+ % use an image for the watermark so it doesn't interfere with selection
648
+ \SetWatermarkText{\includegraphics{/resources/img/draft.pdf}}
647
649
}
648
650
{}
649
651
You can’t perform that action at this time.
0 commit comments