I want to align my text. I use these packages (Linux):
texlive texlive-xetex texlive-lang-greek
I use kile as editor. I can write English and Greek with no problem. But when it comes to alignment I have the following problem:
I use \begin{flushleft} (as I say in a previous question) and it aligns to the left, but to the right it has no alignment. Some words excel and it is ugly.
After some reading, I realized that the alignment supposed to work automatically (am I right?). But to me it doesn't.
The setup is:
\documentclass[a4paper,12pt,oneside]{book}
\usepackage{fontspec}
\usepackage{xunicode}
\usepackage{xltxtra}
\setmainfont{Times New Roman}
\usepackage[a4paper,left=2cm,top=2.5cm,right=2cm,bottom=2.5cm]{geometry}
\begin{document}
\chapter {Κεφάλαιο 1}
\textbf {\LARGE Εισαγωγή}
\setcounter{page}{1}
\section {Ιστορία των επεξεργαστών γραφικών}
\noindent Μια μονάδα επεξεργασίας γραφικών ....
\noindent Στο διάστημα 1999-2000 ,...

flushleftis a basic LaTeX macro so it didn't changed in 10 years. – Martin Scharrer May 15 '12 at 10:06\noindenttwice within the same paragraph makes no sense. You don't even use\begin{flushleft}there BTW. – Christian May 16 '12 at 15:08