
タイプの文書がありますarticle
。APA スタイルを作成しようとしており、トップレベルの見出しをすべて中央揃え (トップレベルの見出しとは、すべての\section
見出しを意味します) にし、その他のボトムレベルの見出しをすべて左揃えにする必要があります。現在の設定は次のとおりです。
\documentclass[12pt, letterpaper]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{mathptmx}
\usepackage[margin=1in]{geometry}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage[document]{ragged2e}
\usepackage{indentfirst}
\graphicspath{ {images/} }
\usepackage{setspace,caption}
\captionsetup{font=doublespacing}% Double-spaced float captions
\doublespacing% Double-spaced document text
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\renewcommand{\headrulewidth}{0pt}
\fancyhead[R]{\thepage}
\lhead{RUNNING HEAD}
\title{my title}
\author{my name}
どうすればそれができるのかと思っていました。 を使用することは知っていますが、どうやらドキュメント\section*{\hfil Introduction\hfil}
では機能しないようです。article