-
Notifications
You must be signed in to change notification settings - Fork 29
/
myheader_report.tex
64 lines (50 loc) · 1.43 KB
/
myheader_report.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
\documentclass[report,a4j]{jsbook}
% === Packages ===
\usepackage{amsmath}
\usepackage{txfonts}
\usepackage{ascmac}
\usepackage{fancybox}
% necessary for 'leftbar' env.
\usepackage{framed}
% necessary for 'breakrectbox' env.
\usepackage{emathPbb}
\usepackage{emathPb}
% necessary for 'breakitembox' env.
\usepackage{eclbkbox}
\usepackage{itembbox}
\usepackage{itembkbx}
\usepackage{jquote}
\usepackage{emathC}
% necessary for tree env.
% Usage:
% See: ~/lecture/jikken/theory_of_computation/03context_free_grammar.tex
\usepackage{epic,eepic,eclarith,treeprint}
% Used to use URL in bibtex
\usepackage{url}
% Used to display jpg,png image
% Used like:
% \myfigure{hoge.jpg}{this is a caption}
\usepackage[dvipdfmx]{graphicx}
% Used to display jpg images
% without '$ ebb *.jpg'
% Usage:
% \includegraphics[autoebb]{hoge.jpg}
% NOTE: this cannot be used for png,gif
\usepackage{mediabb}
% Uses color
% Color samples are in
% /usr/local/teTeX/share/texmf-dist/doc/latex/xcolor/xcolor.dvi
\usepackage[svgnames,dvipdfm]{xcolor}
% Bueatiful source code style.
% Used like:
% \lstinputlisting[label=src:Point.h, caption=Point.h]{../Point.h}
\usepackage{listings,jlisting}
% Self-defined macros.
% See: /usr/local/teTeX/share/texmf/ptex/platex/mymacro/mymacro.sty
\usepackage{mymacro}
% === Document Class Setings ===
\renewcommand{\figurename}{図}
\renewcommand{\tablename}{表}
\renewcommand{\refname}{参考}
\renewcommand{\bibname}{参考}
\begin{document}