Skip to content

Commit

Permalink
linterの警告にしたがって修正
Browse files Browse the repository at this point in the history
  • Loading branch information
ShuN6211 committed Aug 13, 2023
1 parent 90a7598 commit 23a0672
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions hello_world.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,25 @@
\usepackage[hiragino-pron,jis2004]{luatexja-preset}
\usepackage{amsmath, amssymb}
\usepackage{hyperref}
\hypersetup{
setpagesize=false,
colorlinks=true,
linkcolor=blue,
citecolor=blue,
\hypersetup{setpagesize=false,
colorlinks=true,
linkcolor=blue,
citecolor=blue,
}

\begin{document}
\title{Hello \LaTeX !!}
\title{Hello \LaTeX!!}
\author{Shun Makino}
\date{}

\section{Hello \LaTeX!}
Hello \LaTeX !
Hello \LaTeX!

\section{日本語の文章}
このように, 日本語の文章を出力することができます. (Build手順を間違えなければ)

\section{吾輩は猫である}
\cite{neko}は日本を代表する小説の一つである.
文献~\cite{neko}は日本を代表する小説の一つである.
\begin{quote}
吾輩は猫である。名前はまだない。
どこで生れたかとんと見当けんとうがつかぬ。何でも薄暗いじめじめした所でニャーニャー泣いていた事だけは記憶している。
Expand Down

0 comments on commit 23a0672

Please sign in to comment.