Skip to content

Commit

Permalink
.gitignore : マニュアル用pdf, doxygen, opensdf(VisualStudio)を無視
Browse files Browse the repository at this point in the history
manual_en.tex : スペルミス・バージョン番号など
manual_ja.tex :バージョン番号
fermisurfer.c : doxygen用コメント
  • Loading branch information
mitsuaki1987 committed May 12, 2015
1 parent 52baff7 commit f5a4f9e
Show file tree
Hide file tree
Showing 4 changed files with 121 additions and 78 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ src/fermisurfer.sln
src/fermisurfer.v12.suo
src/fermisurfer.vcxproj
src/fermisurfer.vcxproj.filters
doc/doxygen/
doc/manual_en.pdf
doc/manual_ja.pdf
*.opensdf
8 changes: 4 additions & 4 deletions doc/manual_en.tex
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
% Cover
%
\title{Manual for FermiSurfer\\
version 1.3}
version 1.4}
\author{Mitsuaki KAWAMURA\footnote{mkawamura@issp.u-tokyo.ac.jp}}
%\date{}
\maketitle
Expand Down Expand Up @@ -397,7 +397,7 @@ \subsection{Mouse Drag}
It turns the event of the mouse-left-drag.

\begin{description}
\item[Rotate(default)] Rotate the figure along the mause drag.
\item[Rotate(default)] Rotate the figure along the mouse drag.
\item[Scale] Expand/shrink the figure in upward/downward drag.
\item[Translate] Translate the figure along the mouse drag.
\end{description}
Expand Down Expand Up @@ -524,7 +524,7 @@ \subsection{Exit}

This finishes \verb|fermisurfer|.

\section{Garally}
\section{Gallery}

Contributions of each Fermi surfaces to the Hall effect
in IrO$_2$
Expand All @@ -536,7 +536,7 @@ \section{Garally}
\label{fig_iro2}
\end{figure}

\section{Acknoulagement}
\section{Acknowledgment}

I thank Dr. Yusuke Konishi in ISSP;
he performed a test in Mac OSX,
Expand Down
2 changes: 1 addition & 1 deletion doc/manual_ja.tex
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
% Cover
%
\title{FermiSurfer マニュアル \\
version 1.3 改訂版}
version 1.4}
\author{河村 光晶\footnote{mkawamura@issp.u-tokyo.ac.jp}}
%\date{}
\maketitle
Expand Down
Loading

0 comments on commit f5a4f9e

Please sign in to comment.