File tree 2 files changed +21
-17
lines changed
2 files changed +21
-17
lines changed Original file line number Diff line number Diff line change 1
1
all : lkmpg.tex
2
2
pdflatex -shell-escap lkmpg.tex
3
3
4
- html :
4
+ html : lkmpg.tex
5
5
make4ht -suf html5 -c html.cfg -d html lkmpg.tex
6
6
7
7
clean :
8
- rm -f * .dvi * .aux * .log * .ps * .pdf * .out lkmpg.bbl lkmpg.blg lkmpg.lof lkmpg.toc * .xref * .svg * .tmp * .html * .css * .4ct * .4tc * .dvi * .lg * .idv
8
+ rm -f * .dvi * .aux * .log * .ps * .pdf * .out lkmpg.bbl lkmpg.blg lkmpg.lof lkmpg.toc
9
9
rm -rf _minted-lkmpg html
10
+ rm -f * .xref * .svg * .tmp * .html * .css * .4ct * .4tc * .dvi * .lg * .idv
10
11
11
12
.PHONY : html
Original file line number Diff line number Diff line change 1
1
\Preamble{xhtml}
2
+
2
3
\Css{* :not(img) {
3
4
max-width: 100\%;
4
5
width: 50vw;
5
6
height: auto;
6
7
margin: 0 auto;
7
8
}}
8
- \Css{*{
9
- font-size:1vw;
9
+
10
+ \Css{* {
11
+ font-size: 1vw;
10
12
}}
11
- \Css{.ecrm-0500{
12
- font-size:70\%;
13
+
14
+ \Css{.ecrm-0500 {
15
+ font-size: 70\%;
13
16
font-style: italic;
14
- color:gray;
15
- -webkit-user-select:none;
16
- -moz-user-select:none;
17
- -o-user-select:none;
18
- user-select:none;
17
+ color: gray;
18
+ -webkit-user-select: none;
19
+ -moz-user-select: none;
20
+ -o-user-select: none;
21
+ user-select: none;
19
22
}}
20
23
21
- \Css{.ecrm-0500:after{
24
+ \Css{.ecrm-0500:after {
22
25
content:" " ;
23
26
white-space: pre;
24
- -webkit-user-select:none;
25
- -moz-user-select:none;
26
- -o-user-select:none;
27
- user-select:none;
27
+ -webkit-user-select: none;
28
+ -moz-user-select: none;
29
+ -o-user-select: none;
30
+ user-select: none;
28
31
}}
29
32
30
33
\begin{document}
31
- \EndPreamble
32
34
35
+ \EndPreamble
You can’t perform that action at this time.
0 commit comments