latex/latex/author\343\202\222\345\217\263\345\257\204\343\201\233\343\201\253\343\201\231\343\202\213.md
... ...
@@ -0,0 +1,18 @@
1
+[texで資料を作成しています。タイトルを1ページめの上に表示するのです... - Yahoo!知恵袋](https://detail.chiebukuro.yahoo.co.jp/qa/question_detail/q1018085745)
2
+
3
+```latex
4
+\makeatletter
5
+ \def\@maketitle{%
6
+ \begin{flushright}%
7
+ {\large \@date}% 日付
8
+ \end{flushright}%
9
+ \begin{center}%
10
+ {\LARGE \@title \par}% タイトル
11
+ \end{center}%
12
+ \begin{flushright}%
13
+ {\large \@author}% 著者
14
+ \end{flushright}%
15
+ \par\vskip 1.5em
16
+ }
17
+\makeatother
18
+```
... ...
\ No newline at end of file