You see, my minimal example wasn't bad after all.Siyasi müesseselerinin kemali bakımından
Text Formatting ⇒ Why is the first paragraph not indented in this document?
Why is the first paragraph not indented in this document?
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Why is the first paragraph not indented in this document?
I adapted your preamble and used the blindtext package to typeset an example document.localghost wrote:The first paragraph after a heading is never indented.
Code: Select all
\documentclass[a4paper, 12pt]{book}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhead{}
\fancyhead[LE]{\leftmark}
\fancyhead[RO]{\rightmark}
\usepackage{fontspec}
\defaultfontfeatures{Language=Turkish,
Mapping=tex-text}
\setmainfont{Linux Libertine O}
\usepackage{polyglossia}
\setdefaultlanguage{turkish}
\usepackage{xunicode}
\usepackage{xltxtra}
\usepackage{bookmark}
\usepackage{paralist}
\usepackage{epigraph}
\addto\captionsturkish{\renewcommand{\chaptername}{Fasıl}}
\addto\captionsturkish{\renewcommand{\contentsname}{Fihrist}}
\renewcommand{\textflush}{flushepinormal}
\renewcommand{\sourceflush}{flushepinormal}
\setlength{\epigraphwidth}{.8\textwidth}
\raggedbottom
\uccode`\i=`\İ
\renewcommand*{\thesection}{\arabic{section}}
\renewcommand*{\thesubsubsection}{\alph{subsubsection}}
\setcounter{tocdepth}{0}
\usepackage{blindtext}
\begin{document}
\chapter{First chapter}
\epigraph{This is an epigraph}{This is the epigraph's author}
Hariç konjonktürün de tesiriyle Tek Fırka rejimi 1946'da
demokratikleşmeyi kabul ettikten sonra, cumhuriyetin müessisinin
öteden beri demokrasiyi hedeflemiş olduğunu ispatlamaya hususi
bir ehemmiyet verilmiştir. 1926-1945 seneleri arasında hemen
hemen hiç hissedilmemiş olan bu enteresan sav, ilk defa İnönü'nün
1.11.1945 tarihli TBMM açış münakaşasında dile getirilmişö ve
bilahare Kemalist fikir tarihine malolmuştur
\Blinddocument
\end{document}
Re: Why is the first paragraph not indented in this document
