commit cfe7fc33fd7a7addff5c0c9b88dd58cb0ee62cc2 parent ea65e7b745be87922b2954287b62f4403e3558c0 Author: minerva-jupitr <ryouturn@gmail.com> Date: Thu, 17 Apr 2025 12:50:35 +0900 add human sciense Diffstat:
| M | main.tex | | | 3 | +-- |
| A | test/人間科学概論.tex | | | 6 | ++++++ |
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/main.tex b/main.tex @@ -1,5 +1,4 @@ \documentclass{article} \begin{document} -Hello, world! -again +\include{test/人間科学概論} \end{document} \ No newline at end of file diff --git a/test/人間科学概論.tex b/test/人間科学概論.tex @@ -0,0 +1,5 @@ +\documentclass{article} +\begin{document} +\section{福祉} +レポート内容。 +\end{document}+ \ No newline at end of file