forked from hyoiutu/techbookfest_localstudents_2017
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathmain.tex
114 lines (88 loc) · 2.65 KB
/
main.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
\documentclass[autodetect-engine,dvipdfmx-if-dvi,ja=standard,b5paper,10.5pt,twoside,openany,layout=v2]{bxjsbook}
\newcommand{\stypath}{./sty}
\newcommand{\articlepath}{./articles}
\newcommand{\assetspath}{./assets}
\newcommand{\chikuwaitasset}{\assetspath/sample-chikuwa_ITasset/gray}
\newcommand{\haibaraasset}{\assetspath/sample-haibaraasset}
\usepackage{\stypath/localst17}
\usepackage{\stypath/mymintedsetting}
\usepackage{lipsum}
\usepackage{layout}
%keisuke495500
\usepackage{caption}
%Takuzoo3868
%\usepackage{dirtree}
\usepackage{here}
\usepackage{fontawesome}
\usepackage{tcolorbox}
%Jumpaku
\usepackage{pxrubrica}
\usepackage{hyperref}
\usepackage{pxjahyper}
\usepackage{comment}
\usepackage{verbatim}
%materialofmouse
%\usepackage{siunitx}
\usepackage{amsmath}
\usepackage{graphicx}
%HSAU_Dosei
\usepackage{ulem}
\title{学生部同人誌2020sandbox}
\author{はいばら \and ちくうぇいと }
\date{}
\begin{document}
\frontmatter
\maketitle
\begin{myintroduce}{\haibaraasset/icon.jpg}{はいばら @haibara}
美味しいご飯とソフトウェアとハードウェアがすきです.\\
LOCAL学生部の部長をしています.
\end{myintroduce}
\begin{myintroduce}{\chikuwaitasset/icon.jpg}{chikuwait}
ちくわさんです
\end{myintroduce}
\chapter{はじめに}
\addtolength{\oddsidemargin}{10pt}
\addtolength{\evensidemargin}{-10pt}
%\addtolength{\textwidth}{-14pt}
\input{\articlepath/first}
\tableofcontents
\mainmatter
%\addtolength{\oddsidemargin}{-20pt}
%\addtolength{\evensidemargin}{18pt}
\chapterauthor{Yoshiki-Yamada}
\chapter{GraalVM入門}
\input{\articlepath/yoshiki-yamada}
\chapterauthor{那由多}
\chapter{仮タイトル}
\input{\articlepath/nayuta_1999}
\chapterauthor{kodamanbou}
\chapter{仮タイトル}
\input{\articlepath/kodamanbou}
\chapterauthor{はいばら}
\chapter{はいばら記事 仮タイトル}
\input{\articlepath/w-haibara}
\chapterauthor{さたけ}
\chapter{さたけ記事 仮タイトル}
\input{\articlepath/satakenkoki}
\chapterauthor{M.山田}
\chapter{M.山田 記事 仮タイトル}
\input{\articlepath/yamada_m}
\chapterauthor{はいばら}
\chapter{ESP-WROOM-02で作る \\自走式Webサーバー入門}
\input{\articlepath/sample-haibara}
\chapterauthor{ちくうぇいと}
\chapter{ちくわさんの記事}
\input{\articlepath/sample-chikuwa_IT}
\chapterauthor{はいばら}
\chapter{LOCAL学生部 活動報告}
\input{\articlepath/activity}
\newpage
\myimpression[%
name=LOCAL Students\\情報ボーイズの寄稿ノート 2.0, %
author=はいばら, \and %
ちくうぇいと, %
date=2020年5月3日, %
publisher=LOCAL学生部, %
print=有限会社ねこのしっぽ %
]%
\end{document}