File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 21
21
padding-top : 50px ;
22
22
padding-bottom : 50px ;
23
23
hyphens : auto;
24
- word -wrap: break-word;
24
+ overflow -wrap: break-word;
25
25
text-rendering : optimizeLegibility;
26
26
font-kerning : normal;
27
27
}
92
92
pre code {
93
93
padding : 0 ;
94
94
overflow : visible;
95
+ overflow-wrap : normal;
95
96
}
96
97
.sourceCode {
97
98
background-color : transparent;
Original file line number Diff line number Diff line change 4
4
%
5
5
\documentclass [
6
6
]{article}
7
- \title {Sample first line indent}
8
- \author {}
9
- \date {}
10
-
11
7
\usepackage {amsmath,amssymb }
12
8
\usepackage {lmodern }
13
9
\usepackage {iftex }
91
87
\usepackage {selnolig } % disable illegal ligatures
92
88
\fi
93
89
90
+ \title {Sample first line indent}
91
+ \author {}
92
+ \date {}
93
+
94
94
\begin {document }
95
95
\maketitle
96
96
You can’t perform that action at this time.
0 commit comments