kaobook icon indicating copy to clipboard operation
kaobook copied to clipboard

\textbf is not working (in Vietnamese)

Open ntn-nhut opened this issue 4 years ago • 1 comments

I'm using kaobook to write a book in Vietnamese and I have a problem that the commands \textbf, \textsc, etc are not working.

\usepackage[utf8]{inputenc} \usepackage[vietnamese]{babel}

The above commands are used so that I can write Vietnamese, but the chapter and section titles are not bold.

I need your help.

ntn-nhut avatar Dec 17 '21 07:12 ntn-nhut

Hi, thanks for reaching out. I would suggest to use xelatex or lualatex instead of pdflatex. In that case, you don't need the inputenc package, and you'd use polyglossia instead of babel. Also make sure that the bold fonts are installed on your computer.

fmarotta avatar Dec 18 '21 16:12 fmarotta