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,
Theses, Books, Title pages ⇒ Legrand Orange Book vs THAI language
Legrand Orange Book vs THAI language
- Attachments
-
- Main - How it works.zip
- (388.18 KiB) Downloaded 208 times
NEW: TikZ book now 40% off at Amazon.com for a short time.
Legrand Orange Book vs THAI language
I forgot to post MAIN and Structure files.
Main file is shown below.
Structure file is shown below.
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}
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 sizetop=3cm, % Top marginbottom=3cm, % Bottom marginleft=3cm, % Left marginright=3cm, % Right marginheadheight=14pt, % Header heightfootskip=1.4cm, % Space from the bottom margin to the baseline of the footerheadsep=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}