File tree Expand file tree Collapse file tree 2 files changed +16
-16
lines changed
docs/source/_static/latex/templates/lualatex-jlreq Expand file tree Collapse file tree 2 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -116,6 +116,12 @@ \subsection{markdownの設定}
116
116
\begin {markdown }
117
117
`definitionLists=true`
118
118
: `description`環境を有効にした
119
+
120
+ `gfmAutoIdentifiers=true`
121
+ : GitHub Flavored Markdown の自動検出を有効にした
122
+
123
+ `strikeThrough=true`
124
+ : ~~打ち消し線~~を有効にした
119
125
\end {markdown }
120
126
121
127
\section {見出しの設定 }
@@ -246,7 +252,7 @@ \subsubsection{description}
246
252
\item [いろは唄] \jalipsum {iroha}
247
253
\item [寿限無] \jalipsum {jugemu}
248
254
\item [いろは唄] \jalipsum {iroha}
249
- \item [寿限無 ] \jalipsum {jugemu }
255
+ \item [初恋 ] \jalipsum {hatsukoi }
250
256
\end {description }
251
257
252
258
\paragraph {markdown環境 }
@@ -262,8 +268,8 @@ \subsubsection{description}
262
268
いろは唄
263
269
: \jalipsum {iroha}
264
270
265
- 寿限無
266
- : \jalipsum {jugemu }
271
+ 初恋
272
+ : \jalipsum {hatsukoi }
267
273
`` `
268
274
\end {markdown}
269
275
@@ -277,8 +283,8 @@ \subsubsection{description}
277
283
いろは唄
278
284
: \jalipsum {iroha}
279
285
280
- 寿限無
281
- : \jalipsum {jugemu }
286
+ 初恋
287
+ : \jalipsum {hatsukoi }
282
288
\end {markdown }
283
289
284
290
\section {コードブロックの設定 }
@@ -326,21 +332,13 @@ \subsection{寿限無}
326
332
\end {minted }
327
333
\jalipsum {jugemu}
328
334
329
- \subsection {草枕 }
330
-
331
- \begin {minted }{latex}
332
- \jalipsum {kusamakura}
333
- \end {minted }
334
-
335
- \jalipsum {kusamakura}
336
-
337
- \subsection {吾輩は猫である }
335
+ \subsection {初恋 }
338
336
339
337
\begin {minted }{latex}
340
- \jalipsum {wagahai }
338
+ \jalipsum {hatsukoi }
341
339
\end {minted }
340
+ \jalipsum {hatsukoi}
342
341
343
- \jalipsum {wagahai}
344
342
345
343
% % レイアウトを確認
346
344
\section {レイアウト }
@@ -349,6 +347,7 @@ \section{レイアウト}
349
347
\usepackage [japanese ]{layout }
350
348
\end {minted }
351
349
350
+ \centering
352
351
\layout
353
352
354
353
% % 参考文献を出力
Original file line number Diff line number Diff line change 16
16
}
17
17
\setlist [description]{
18
18
labelindent=2em,
19
+ itemindent=-2em,
19
20
leftmargin=*,
20
21
rightmargin=2em,
21
22
labelsep=1em,
You can’t perform that action at this time.
0 commit comments