File tree Expand file tree Collapse file tree 2 files changed +30
-6
lines changed Expand file tree Collapse file tree 2 files changed +30
-6
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ <h1 id="column-div-test">column-div test</h1>
25
25
< p > content…</ p >
26
26
</ div >
27
27
< h2 id ="three-columns "> Three columns</ h2 >
28
- < div class ="anotherclassname multicols " style ="column-count: 3 ">
28
+ < div class ="anotherclassname multicols " style ="column-count: 3; ">
29
29
< p > content…</ p >
30
30
< p > content…</ p >
31
31
< p > content…</ p >
@@ -39,7 +39,7 @@ <h2 id="two-uneven-columns">Two uneven columns</h2>
39
39
</ div >
40
40
</ div >
41
41
< h2 id ="columns-in-columns "> Columns in columns</ h2 >
42
- < div class ="multicols " style ="column-count: 3 ">
42
+ < div class ="multicols " style ="column-count: 3; ">
43
43
< div class ="columns ">
44
44
< div class ="column " data-valign ="b " style ="width:20%; ">
45
45
< p > contents…</ p >
Original file line number Diff line number Diff line change @@ -22,49 +22,73 @@ \subsection{Three columns}\label{three-columns}}
22
22
\hypertarget {two-uneven-columns}{%
23
23
\subsection {Two uneven columns }\label {two-uneven-columns }}
24
24
25
+ \mbox {
26
+
25
27
\begin {minipage }[b]{0.4\columnwidth }
26
28
27
29
contents\ldots {}
28
30
29
- \end {minipage }\begin {minipage }[b]{0.6\columnwidth }
31
+ \end {minipage }
32
+
33
+ \begin {minipage }[b]{0.6\columnwidth }
30
34
31
35
contents\ldots {}
32
36
33
37
\end {minipage }
34
38
39
+ }
40
+
35
41
\hypertarget {columns-in-columns}{%
36
42
\subsection {Columns in columns }\label {columns-in-columns }}
37
43
38
44
\begin {multicols }{3}
39
45
46
+ \mbox {
47
+
40
48
\begin {minipage }[b]{0.2\columnwidth }
41
49
42
50
contents\ldots {}
43
51
44
- \end {minipage }\begin {minipage }[b]{0.8\columnwidth }
52
+ \end {minipage }
53
+
54
+ \begin {minipage }[b]{0.8\columnwidth }
45
55
46
56
contents\ldots {}
47
57
48
58
\end {minipage }
49
59
60
+ }
61
+
62
+ \mbox {
63
+
50
64
\begin {minipage }[b]{0.2\columnwidth }
51
65
52
66
contents\ldots {}
53
67
54
- \end {minipage }\begin {minipage }[b]{0.8\columnwidth }
68
+ \end {minipage }
69
+
70
+ \begin {minipage }[b]{0.8\columnwidth }
55
71
56
72
contents\ldots {}
57
73
58
74
\end {minipage }
59
75
76
+ }
77
+
78
+ \mbox {
79
+
60
80
\begin {minipage }[b]{0.2\columnwidth }
61
81
62
82
contents\ldots {}
63
83
64
- \end {minipage }\begin {minipage }[b]{0.8\columnwidth }
84
+ \end {minipage }
85
+
86
+ \begin {minipage }[b]{0.8\columnwidth }
65
87
66
88
contents\ldots {}
67
89
68
90
\end {minipage }
69
91
92
+ }
93
+
70
94
\end {multicols }
You can’t perform that action at this time.
0 commit comments