研究メモ用texひな形

研究メモ・物理のレポート・セミナーレジュメ用のtexファイルひな形。
完全自分用

\documentclass[a4j,10pt]{jsarticle}
\pagestyle{empty}
\usepackage[dvipdfmx]{graphicx}
\usepackage{fancybox,ascmac}
\usepackage{amssymb}
\usepackage[top=30truemm,bottom=30truemm,left=25truemm,right=25truemm]{geometry}
\usepackage{bm}
\usepackage{caption}
\usepackage[sort,comma,numbers,authoryear]{natbib}
%------------
\begin{document}

\noindent {\Large {\bf title}} \hfill (\today)\\

main part

\end{document}

図の挿入
\begin{figure}[h]
\hspace{40mm}
\includegraphics[width=8cm,clip]{fig2_9.png}
\caption{図 2.9}
\end{figure}

箇条書き
\begin{itemize}
\item 凝縮したケイ素粒子
\item 凝縮した炭素粒子
\item シート状の氷
\end{itemize}

bibtexを使うときは
\end{document}前に
\bibliographystyle{apj}
\bibliography{library}

bibtexを使うときのコンパイル方法
コマンドプロンプトで
bibtex ファイル名
をしてからtexのコンパイル

コメント

このブログの人気の投稿

TypeError: ufunc 'bitwise_xor' not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule ''safe''

overleafで画像が表示されない!

エラー: ""C:\U" で始まる文字列の中で 8 進文字なしに '\U' が使われています