update
This commit is contained in:
4
Makefile
4
Makefile
@@ -1,5 +1,5 @@
|
||||
NAME=CHANGEME
|
||||
RM=/bin/rm
|
||||
NAME=Health-harmful_side_effects_of_medicine-report
|
||||
RM=rm
|
||||
TEX=lualatex
|
||||
BIB=biber
|
||||
TEXFLAGS=--interaction=nonstopmode --output-directory=./output/
|
||||
|
||||
24
Makefile.dbg
24
Makefile.dbg
@@ -1,24 +0,0 @@
|
||||
NAME=report
|
||||
RM=rm
|
||||
TEX=lualatex
|
||||
BIB=biber
|
||||
TEXFLAGS=--interaction=nonstopmode --output-directory=./out-temp/
|
||||
BIBFLAGS=--input-directory=./out-temp --output-directory=./out-temp/
|
||||
|
||||
PRINTFORMAT="\033[1;92;49m%s\033[m\n"
|
||||
|
||||
.PHONY: all clean
|
||||
|
||||
all:
|
||||
@mkdir -p out-temp
|
||||
@printf ${PRINTFORMAT} "[1/4] First Compilation"
|
||||
${TEX} ${TEXFLAGS} ./src/${NAME}.tex
|
||||
@printf ${PRINTFORMAT} "[2/4] Bib Generation"
|
||||
${BIB} ${BIBFLAGS} ${NAME}
|
||||
@printf ${PRINTFORMAT} "[3/4] Second Compilation"
|
||||
${TEX} ${TEXFLAGS} ./src/${NAME}.tex
|
||||
@printf ${PRINTFORMAT} "[4/4] Final Compilation"
|
||||
${TEX} ${TEXFLAGS} ./src/${NAME}.tex
|
||||
|
||||
clean:
|
||||
${RM} ./out-temp/{*.aux,*.log,*.out,*.blg,*.bcf,*.bbl,*.xml}
|
||||
BIN
output/Health-harmful_side_effects_of_medicine-report.pdf
Normal file
BIN
output/Health-harmful_side_effects_of_medicine-report.pdf
Normal file
Binary file not shown.
14
output/references.bib
Normal file
14
output/references.bib
Normal file
@@ -0,0 +1,14 @@
|
||||
@booklet{mhlw-print,
|
||||
title = {薬害を学ぼう},
|
||||
author = {厚生労働省},
|
||||
howpublished = {Distributed at Ministry of Helath, Labor, and Welfare website},
|
||||
month = {jun},
|
||||
year = {2024}
|
||||
}
|
||||
@video{mhlw-video,
|
||||
title = {【中高生向け】全編・動画版『薬害を学ぼう』},
|
||||
author = {厚生労働省},
|
||||
year = {2024},
|
||||
month = {jul},
|
||||
publisher = {YouTube}
|
||||
}
|
||||
144
src/Health-harmful_side_effects_of_medicine-report.tex
Normal file
144
src/Health-harmful_side_effects_of_medicine-report.tex
Normal file
@@ -0,0 +1,144 @@
|
||||
\documentclass[titlepage,a4paper]{ltjsreport}
|
||||
\usepackage{luatexja-preset}
|
||||
\usepackage[colorlinks=true, allcolors=blue]{hyperref}
|
||||
\usepackage[utf8]{luainputenc}
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage{babel}
|
||||
\usepackage[dvipdfm]{graphicx}
|
||||
\usepackage{wrapfig}
|
||||
\usepackage[hang,small,bf]{caption}
|
||||
\usepackage[subrefformat=parens]{subcaption}
|
||||
\captionsetup{compatibility=false}
|
||||
\graphicspath{{./assets}}
|
||||
|
||||
\usepackage{fontspec}
|
||||
\setmainfont{ipag}[
|
||||
Path=../assets/fonts/,
|
||||
Extension=.ttf,
|
||||
]
|
||||
\setmonofont{0xProtoNerdFontMono}[
|
||||
Path=../assets/fonts/,
|
||||
Extension=.ttf,
|
||||
UprightFont=*-Regular
|
||||
]
|
||||
\setsansfont{LiberationSans}[
|
||||
Path=../assets/fonts/,
|
||||
Extension=.ttf,
|
||||
UprightFont=*-Regular
|
||||
]
|
||||
|
||||
\usepackage{amsmath}
|
||||
|
||||
\usepackage{listings}
|
||||
\usepackage{xcolor}
|
||||
|
||||
\definecolor{draculabg}{RGB}{40,42,54}
|
||||
\definecolor{draculafg}{RGB}{248,248,242}
|
||||
\definecolor{draculacomment}{RGB}{98,114,164}
|
||||
\definecolor{draculacurrentline}{RGB}{68, 71, 90}
|
||||
\definecolor{draculaorange}{RGB}{255,184,108}
|
||||
\definecolor{draculacyan}{RGB}{139,244,253}
|
||||
\definecolor{draculagreen}{RGB}{80,250,123}
|
||||
|
||||
\lstdefinestyle{codestyle}{
|
||||
backgroundcolor=\color{draculabg},
|
||||
commentstyle=\color{draculacomment},
|
||||
keywordstyle={\color{draculaorange}},
|
||||
identifierstyle=\color{draculacyan},
|
||||
numberstyle=\small\color{draculacurrentline},
|
||||
stringstyle=\bfseries\color{draculagreen},
|
||||
basicstyle=\ttfamily\normalsize\color{draculafg},
|
||||
breakatwhitespace=false,
|
||||
breaklines=true,
|
||||
captionpos=t,
|
||||
keepspaces=true,
|
||||
numbers=left,
|
||||
numbersep=14pt,
|
||||
showspaces=false,
|
||||
showstringspaces=true,
|
||||
showtabs=false,
|
||||
tabsize=4,
|
||||
lineskip=-3pt,
|
||||
xrightmargin=32pt,
|
||||
xleftmargin=32pt,
|
||||
frame=single,
|
||||
framerule=1pt,
|
||||
rulesepcolor=\color{draculacyan},
|
||||
framexleftmargin=4pt,
|
||||
framexrightmargin=4pt,
|
||||
framextopmargin=4pt,
|
||||
framexbottommargin=4pt,
|
||||
xleftmargin=5px,
|
||||
xrightmargin=5px
|
||||
}
|
||||
|
||||
\lstset{style=codestyle}
|
||||
|
||||
\begin{filecontents*}[overwrite]{references.bib}
|
||||
@booklet{mhlw-print,
|
||||
title = {薬害を学ぼう},
|
||||
author = {厚生労働省},
|
||||
howpublished = {Distributed at Ministry of Helath, Labor, and Welfare website},
|
||||
month = {jun},
|
||||
year = {2024}
|
||||
}
|
||||
@video{mhlw-video,
|
||||
title = {【中高生向け】全編・動画版『薬害を学ぼう』},
|
||||
author = {厚生労働省},
|
||||
year = {2024},
|
||||
month = {jul},
|
||||
publisher = {YouTube}
|
||||
}
|
||||
\end{filecontents*}
|
||||
|
||||
\usepackage[backend=biber,bibencoding=utf8,firstinits=false,style=numeric-comp,date=short,dateabbrev=false]{biblatex}
|
||||
\addbibresource{references.bib}
|
||||
|
||||
\title{薬害について学ぼう}
|
||||
\author{
|
||||
柴田 健琉 \thanks{学籍番号:2024D14}
|
||||
}
|
||||
\date{令和6年 8月20日}
|
||||
|
||||
\usepackage{fancyhdr}
|
||||
\pagestyle{fancy}
|
||||
\fancyhead[RO,LE]{柴田健琉(2024D)}
|
||||
\fancyhead[C]{薬害について学ぼう}
|
||||
\fancyhead[LO,RE]{令和6年 8月20日}
|
||||
\fancyfoot[C]{\thepage}
|
||||
|
||||
\begin{document}
|
||||
\maketitle
|
||||
|
||||
\section{薬害の原因}
|
||||
|
||||
これまで様々な薬品で数多くの被害者を出した薬害が発生してきましたが、それら殆どの原因は人的ミス、既知の問題の報告・対策を怠ったり、遅れてしまうというものです。
|
||||
|
||||
\begin{itemize}
|
||||
\item{クロロキンによる網膜症:薬品の危険性についての注意不足\cite{mhlw-print}}
|
||||
\item{キノホルム製剤によるスモン:感染症だと疑われ原因究明に遅れが生じた\cite{mhlw-video}}
|
||||
\item{サリドマイドによる胎児の障害:西ドイツでの報告から10ヶ月遅れて対応が施された\cite{mhlw-video}}
|
||||
\item{血液製剤によるHIV:企業が危険性を知りながらも対策を怠り、販売を続けてしまった\cite{mhlw-print}}
|
||||
\item{MMRワクチンによる無菌性髄膜炎:国の監督不足で企業が国から承認を受けていない製法で薬品を製造してしまった\cite{mhlw-print}}
|
||||
\end{itemize}
|
||||
|
||||
\section{薬害の起こらない社会のためには}
|
||||
|
||||
薬害を防ぐには、動物実験の実施や品質管理を徹底することの他に、企業、PMDAなどの国の機関や医療機関、そして消費者との情報共有を積極的に行うことが大切です。
|
||||
企業と国の機関の情報共有は薬品の開発・製造に最も影響を与える重要なものです。国の機関は企業の行動の監視・指導、薬品の承認、など薬品の安全性に関わる役割があります。
|
||||
特に開発中の問題や消費者の被害情報は迅速に、そして透明性を持って情報を優先的に公開し、それらを元に国の機関、企業、医療機関や消費者が適切な行動を実行すれば薬害の防止や被害を最小限に収めることができるはずです。
|
||||
薬害の被害者に対しても、政府や医療機関等が適切な処置を施してくれる環境を整備し、被害者の援助を充実させることや障害の持つ人に対する正しい知識の理解も重要になってきます。
|
||||
|
||||
\section{薬害の起こらない社会を構築するために我々ができること}
|
||||
|
||||
薬害の防止には薬品に関する情報共有が重要ですが、そこで、我々消費者は何ができるか。それは副作用の報告です。
|
||||
薬品の未知の副作用が見られたら健康被害救済制度を使ってPMDAなどに報告することができます\cite{mhlw-print}。副作用の情報を共有することで薬害の早期収束に役立てることができます。
|
||||
|
||||
\section{感想}
|
||||
|
||||
過去の教訓があるおかげか、近年薬害のに関するニュースが少なくなってきていますがそれでも薬害は起こってしまいます。
|
||||
薬害の原因の殆どは人的ミスなので完全になくすのは難しいですが、対応は過去のものほどより良くなっているのが見られます。
|
||||
そして今でも苦しんでいる薬害の被害者がいると考えると何かしらの支援をやりたいという気持ちが湧いてきます。
|
||||
|
||||
\printbibliography
|
||||
\end{document}
|
||||
150
src/report.tex
150
src/report.tex
@@ -1,150 +0,0 @@
|
||||
\documentclass[titlepage,a4paper]{ltjsreport}
|
||||
\usepackage{luatexja-preset}
|
||||
\usepackage[colorlinks=true, allcolors=blue]{hyperref}
|
||||
\usepackage[utf8]{luainputenc}
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage{babel}
|
||||
\usepackage[dvipdfm]{graphicx}
|
||||
\usepackage{wrapfig}
|
||||
\usepackage[hang,small,bf]{caption}
|
||||
\usepackage[subrefformat=parens]{subcaption}
|
||||
\captionsetup{compatibility=false}
|
||||
\graphicspath{{../assets}}
|
||||
|
||||
\usepackage{fontspec}
|
||||
\setmainfont{ipag}[
|
||||
Path=../assets/fonts/,
|
||||
Extension=.ttf,
|
||||
]
|
||||
\setmonofont{0xProtoNerdFontMono}[
|
||||
Path=../assets/fonts/,
|
||||
Extension=.ttf,
|
||||
UprightFont=*-Regular
|
||||
]
|
||||
\setsansfont{LiberationSans}[
|
||||
Path=../assets/fonts/,
|
||||
Extension=.ttf,
|
||||
UprightFont=*-Regular
|
||||
]
|
||||
|
||||
\usepackage{amsmath}
|
||||
|
||||
\usepackage{listings}
|
||||
\usepackage{xcolor}
|
||||
|
||||
\definecolor{draculabg}{RGB}{40,42,54}
|
||||
\definecolor{draculafg}{RGB}{248,248,242}
|
||||
\definecolor{draculacomment}{RGB}{98,114,164}
|
||||
\definecolor{draculacurrentline}{RGB}{68, 71, 90}
|
||||
\definecolor{draculaorange}{RGB}{255,184,108}
|
||||
\definecolor{draculacyan}{RGB}{139,244,253}
|
||||
\definecolor{draculagreen}{RGB}{80,250,123}
|
||||
|
||||
\lstdefinestyle{codestyle}{
|
||||
backgroundcolor=\color{draculabg},
|
||||
commentstyle=\color{draculacomment},
|
||||
keywordstyle={\color{draculaorange}},
|
||||
identifierstyle=\color{draculacyan},
|
||||
numberstyle=\small\color{draculacurrentline},
|
||||
stringstyle=\bfseries\color{draculagreen},
|
||||
basicstyle=\ttfamily\normalsize\color{draculafg},
|
||||
breakatwhitespace=false,
|
||||
breaklines=true,
|
||||
captionpos=t,
|
||||
keepspaces=true,
|
||||
numbers=left,
|
||||
numbersep=14pt,
|
||||
showspaces=false,
|
||||
showstringspaces=true,
|
||||
showtabs=false,
|
||||
tabsize=4,
|
||||
lineskip=-3pt,
|
||||
xrightmargin=32pt,
|
||||
xleftmargin=32pt,
|
||||
frame=single,
|
||||
framerule=1pt,
|
||||
rulesepcolor=\color{draculacyan},
|
||||
framexleftmargin=4pt,
|
||||
framexrightmargin=4pt,
|
||||
framextopmargin=4pt,
|
||||
framexbottommargin=4pt,
|
||||
xleftmargin=5px,
|
||||
xrightmargin=5px
|
||||
}
|
||||
|
||||
\lstset{style=codestyle}
|
||||
|
||||
\begin{filecontents*}[overwrite]{references.bib}
|
||||
@online{example,
|
||||
title = {Example Entry},
|
||||
author = {Inc., Example},
|
||||
organization = {Example, Inc.},
|
||||
url = {https://www.example.com},
|
||||
year = {1970},
|
||||
month = {January},
|
||||
urldate = {1970-01-01}
|
||||
}
|
||||
\end{filecontents*}
|
||||
|
||||
\usepackage[backend=biber,bibencoding=utf8,firstinits=false,style=numeric-comp,date=short,dateabbrev=false]{biblatex}
|
||||
\addbibresource{references.bib}
|
||||
|
||||
\title{Insert Title Here}
|
||||
\author{
|
||||
柴田 健琉 \thanks{学籍番号:2024D14}
|
||||
}
|
||||
\date{令和6年 aa月bb日}
|
||||
|
||||
\usepackage{fancyhdr}
|
||||
\pagestyle{fancy}
|
||||
\fancyhead[RO,LE]{柴田健琉(2024D)}
|
||||
\fancyhead[C]{Title Here}
|
||||
\fancyhead[LO,RE]{令和6年 aa月bb日}
|
||||
\fancyfoot[C]{\thepage}
|
||||
|
||||
\begin{document}
|
||||
\maketitle
|
||||
|
||||
Start Writing!
|
||||
|
||||
Use lualatex + biber to compile.
|
||||
|
||||
Test Bib\cite{example}
|
||||
|
||||
いろはにほへと ちりぬるを
|
||||
|
||||
\begin{lstlisting}[language=C, caption=Basic Hello World]
|
||||
#include <stdlib.h>
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
char* msg = "Hello World";
|
||||
printf("%s\n", msg);
|
||||
return 0;
|
||||
}
|
||||
\end{lstlisting}
|
||||
|
||||
\begin{displaymath}
|
||||
\int_{a}^{b} f(x) \,dx = F(b)-F(a)
|
||||
\end{displaymath}
|
||||
|
||||
\begin{itemize}
|
||||
\item C
|
||||
\item Python
|
||||
\item Javascript
|
||||
\item Rust
|
||||
\item Haskell
|
||||
\end{itemize}
|
||||
|
||||
\begin{enumerate}
|
||||
\item lualatex <filename>.tex
|
||||
\item biber <filename>
|
||||
\item lualatex <filename>.tex
|
||||
\item lualatex <filename>.tex
|
||||
\end{enumerate}
|
||||
|
||||
\newpage
|
||||
|
||||
new page
|
||||
|
||||
\printbibliography
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user