Skip to content

Commit

Permalink
Merge pull request #4 from ShuN6211/mod-lint
Browse files Browse the repository at this point in the history
linterの警告にしたがって修正
  • Loading branch information
ShuN6211 authored Aug 13, 2023
2 parents 90a7598 + 23a0672 commit c684239
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 c684239

Please sign in to comment.