Theses, Books, Title pagesLegrand Orange Book vs THAI language

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
MBIG
Posts: 2
Joined: Sat May 02, 2020 5:10 pm

Legrand Orange Book vs THAI language

Post by MBIG »

I try to edit Legrand Orange Book for using THAI language many ways.
it has not worked correctly.
I guess FONT is a problem. I try to fix it but it has still not worked.

For the file "Main - How it works'',
Green box = it is good.
Red box = it is not good. It has not worked.

Has anybody an idea how to fix this?
Kind regards,
Attachments
Main - How it works.zip
(388.18 KiB) Downloaded 208 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

MBIG
Posts: 2
Joined: Sat May 02, 2020 5:10 pm

Legrand Orange Book vs THAI language

Post by MBIG »

I forgot to post MAIN and Structure files.

Main file is shown below.

Code: Select all

Code, edit and compile here:
%%%
% Compiling this template:
% This template uses biber for its bibliography and makeindex for its index.
% When you first open the template, compile it from the command line with the
% commands below to make sure your LaTeX distribution is configured correctly:
%
% 1) pdflatex main
% 2) makeindex main.idx
% 3) biber main
% 4) pdflatex main x 2
% Tool > User Choose one command of them
% Alt + Shift + F2 - - - XeLatex
\documentclass[12pt,fleqn]{book} % Default font size and left-justified equations
\input{Structure.tex} % Insert the commands.tex file which contains the majority of the structure behind the template
%----------------------------------------------------------------------------------------
\begin{document}
\include{A_TitlePage}
\include{B_Copyright}
\include{C_TOCs}
\include{D_Part01}
\include{D_Chapter01}
\include{D_Chapter02}
\include{D_Part02}
\include{D_Chapter03}
\include{D_Chapter04}
\include{D_Part03}
\include{D_Chapter05}
\include{D_Chapter06}
\include{D_Part04}
\include{E_Bib}
\include{F_Index}
\end{document}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Structure file is shown below.

Code: Select all

Code, edit and compile here:
%----------------------------------------------------------------------------------------
% VARIOUS REQUIRED PACKAGES AND CONFIGURATIONS
%----------------------------------------------------------------------------------------
\usepackage{graphicx} % Required for including pictures
\graphicspath{{Pictures/}} % Specifies the directory where pictures are stored
\usepackage{lipsum} % Inserts dummy text
\usepackage{tikz} % Required for drawing custom shapes
\usepackage[thai,english]{babel} % English language/hyphenation
\usepackage{enumitem} % Customize lists
\setlist{nolistsep} % Reduce spacing between bullet points and numbered lists
\usepackage{booktabs} % Required for nicer horizontal rules in tables
\usepackage{xcolor} % Required for specifying colors by name
% = = = Set Color
\definecolor{ocre}{RGB}{0, 33, 165} % Define the color used for highlighting throughout the book
% = = = End of Set Color
%----------------------------------------------------------------------------------------
% MARGINS
%----------------------------------------------------------------------------------------
\usepackage{geometry} % Required for adjusting page dimensions and margins
\geometry{
paper=a4paper, % Paper size, change to letterpaper for US letter size
top=3cm, % Top margin
bottom=3cm, % Bottom margin
left=3cm, % Left margin
right=3cm, % Right margin
headheight=14pt, % Header height
footskip=1.4cm, % Space from the bottom margin to the baseline of the footer
headsep=10pt, % Space from the top margin to the baseline of the header
%showframe, % Uncomment to show how the type block is set on the page
}
 
 
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Post Reply