前提
Latexを使って文章を作成しているのですが、英語で目次を作ったところ、「第○章(Chapter)」とそのタイトル(例:Introduction)の文字が重なってしまいます。うまくこれを解消する術はないでしょうか?
該当のソースコード
Latex
1¥documentclass[11pt,a4j]{jreport} 2 3¥usepackage{comment} 4¥usepackage{float} 5¥usepackage{color} 6¥usepackage{multicol} 7¥usepackage[dvipdfmx]{pict2e} 8¥usepackage{wrapfig} 9¥usepackage{graphicx} 10¥usepackage{bm} 11¥usepackage{url} 12¥usepackage{underscore} 13¥usepackage{colortbl} 14¥usepackage{tabularx} 15¥usepackage{fancyhdr} 16¥usepackage{ulem} 17¥usepackage{cite} 18¥usepackage{amsmath,amssymb,amsfonts} 19¥usepackage{algorithmic} 20¥usepackage{textcomp} 21¥usepackage{xcolor} 22¥usepackage[ipaex]{pxchfon} 23 24¥usepackage[top=30truemm,bottom=30truemm,left=25truemm,right=25truemm]{geometry} 25 26%諸々を英語にさせる 27¥renewcommand{¥prepartname}{Part.} 28¥renewcommand{¥postpartname}{} 29¥renewcommand{¥prechaptername}{Chapter.} 30¥renewcommand{¥postchaptername}{} 31¥renewcommand{¥contentsname}{CONTENTS} 32¥renewcommand{¥listfigurename}{LIST of FIGURE} 33¥renewcommand{¥listtablename}{LIST of TABLE} 34¥renewcommand{¥bibname}{BIB} 35¥renewcommand{¥indexname}{INDEX} 36¥renewcommand{¥figurename}{Figure.} 37¥renewcommand{¥tablename}{Table.} 38¥renewcommand{¥appendixname}{APPENDIX} 39¥renewcommand{¥abstractname}{ABSTRACT} 40 41%文章開始 42¥begin{document} 43 44¥thispagestyle{empty} 45¥clearpage 46 47¥tableofcontents 48 49¥chapter{Introduction} %1章 50 51¥section{aaa} %1.1 52ccc 53 54¥chapter{bbb} %2章 55¥section{--} %2.1 56cc 57 58¥end{document} 59
補足情報(FW/ツールのバージョンなど)
Latexは最新バージョンです。

回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2023/01/12 13:16