%20%E3%81%A7%E3%83%AC%E3%83%B3%E3%83%80%E3%83%AA%E3%83%B3%E3%82%B0%E3%81%99%E3%82%8B%E3%81%AB%E3%81%AF%E3%81%A9%E3%81%86%E3%81%99%E3%82%8C%E3%81%B0%E3%82%88%E3%81%84%E3%81%A7%E3%81%97%E3%82%87%E3%81%86%E3%81%8B%E3%80%82.png)
これが私のコードです
\documentclass[12pt,oneside]{report}
\usepackage[a4paper,tmargin=1in,bmargin=1in,rmargin=1in,lmargin=1in]{geometry}
\usepackage[american]{babel}
\usepackage{amsfonts,amssymb,amsmath,amsthm,mathtools}
\usepackage[table]{xcolor}
\usepackage{pifont}
\usepackage{marvosym}
\usepackage{fancybox,fancyhdr}
\usepackage{graphicx}
\usepackage{eso-pic}
\usepackage{booktabs,tabularx}
\usepackage{pdfsync}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[dvips]{epsfig}
\usepackage{caption,subcaption}
\usepackage{csquotes}
\usepackage[backend=biber,style=apa]{biblatex}
\usepackage{algorithmicx}
\usepackage[ruled]{algorithm}
\usepackage{algpseudocode}
\DeclarePairedDelimiter{\norm}{\lVert}{\rVert}
\captionsetup{labelfont=bf,skip=0.5\baselineskip,justification=raggedright,singlelinecheck=false}
\usepackage{hyperref}
\addbibresource{distbib.bib}
\begin{document}
\include{titlepage}
\pagenumbering{roman}
\include{Abstract}
\tableofcontents
\listoftables
\listoffigures
\eject
\pagenumbering{arabic}
\include{intro}
\include{chap23}
\printbibliography
\end{document}