Skip to content

Commit

Permalink
latexmk用のsampleファイルを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
ShuN6211 committed Aug 13, 2023
1 parent 8284c60 commit 21f4813
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions hello_world.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% 日本語の文書向けのtemplate.
% lualatexmkでbuild.
\documentclass{ltjsarticle}
\usepackage[hiragino-pron,jis2004]{luatexja-preset}
\usepackage{amsmath, amssymb}
Expand Down
33 changes: 33 additions & 0 deletions hello_world2.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
% 日本語の文書向けのtemplate.
% latexmkでbuild.
\documentclass{jsarticle}
\usepackage{amsmath, amssymb}
\usepackage{hyperref}
\hypersetup{setpagesize=false,
colorlinks=true,
linkcolor=blue,
citecolor=blue,
}

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

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

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

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

\bibliographystyle{junsrt}
\bibliography{reference.bib}

\end{document}

0 comments on commit 21f4813

Please sign in to comment.