Skip to main content

Questions tagged [vietnamese]

Filter by
Sorted by
Tagged with
1 vote
2 answers
95 views

I'm making presentation slides using Beamer. I ran into an issue that the font family and font style cannot be changed if I use vietnamese in babel Here is a MWE that can reproduce the issue. \...
Rekkhan's user avatar
  • 119
0 votes
2 answers
143 views

How could I have this kind of form (with the end of proof by tree instead of \square)
Hoàng Nam's user avatar
0 votes
1 answer
371 views

\documentclass{article} \usepackage[T5,T1]{fontenc} \usepackage[vietnamese, british]{babel} \usepackage{csquotes} \usepackage{biblatex} \begin{document} \foreignlanguage{vietnamese}{Ngô Bảo Châu} \...
Gargantuar's user avatar
  • 2,476
1 vote
1 answer
95 views

I have a weird issue regarding hyphen. When I write using hyphens in Vietnamese, the hyphen sometimes is left-aligned. Changing fonts replaces the hyphens that are error but not remove them completely....
Adrik Ivanov's user avatar
2 votes
2 answers
380 views

I'm using Cantarell font to write an article in Vietnamese. However, if I use \usepackage[utf8]{vietnam} then the font was automatically changed into normal LaTeX font. The same thing happened when I ...
anonimo's user avatar
  • 135
2 votes
1 answer
327 views

In my project, I use these packages \usepackage{sectsty} and \usepackage{titlesec}. However, everytime I put a section into a center environment, for instance "The first saying", the ouput I ...
PermQi's user avatar
  • 187
3 votes
2 answers
181 views

\documentclass[a4paper,12pt]{article} \usepackage[utf8]{vietnam} \usepackage{amssymb} \usepackage{amsmath} \usepackage{amsfonts} \begin{document} \begin{align*} $||x + y||^{2} &=\...
Nga Nguyễn Thị's user avatar
1 vote
1 answer
68 views

I'm using tex4ht to build my LaTex source to EPUB. Currently I'm having problems with lstinputlisting, where the caption (in Vietnamese) isn't showing up correctly. \lstinputlisting[float,language=C++,...
Giang's user avatar
  • 13
6 votes
1 answer
349 views

I have a piece of LaTeX code as follows. I have edited it in various ways but the spacing between the lines remains uneven. \documentclass[a4paper]{article} \usepackage[utf8]{inputenc} \usepackage[T5]{...
tungsondkh's user avatar
0 votes
1 answer
70 views

I have created a custom margin for the automation of chapter creation of certain sections of me digitizing a book. I want to be able to remove the top margin from the chapter heading as i feel i ...
Adrik Ivanov's user avatar
2 votes
0 answers
65 views

I'm trying to use stix2 font to write document in Vietnamese, but I have a hard time figuring out why it doesn't work. Here is my code: \documentclass[12pt, a4paper, twoside]{book} \usepackage[top = 3....
Bakkune's user avatar
  • 87
1 vote
0 answers
112 views

I need help prioritizing fonts for a paper writing about a constructed script that uses a font. However I want another font that will do the thing for a specific part of the font. for example i want a ...
Adrik Ivanov's user avatar
6 votes
3 answers
827 views

I use this code below to get the form name: Chapter I., II., III., section 1., subsection 1.1. in both text and table of contents.: \renewcommand\thechapter{\Roman{chapter}.} \renewcommand\thesection{\...
Hoàng's user avatar
  • 163
0 votes
1 answer
508 views

I am typing up a latex report for a Vietnamese client. In order to spell their name correctly, I need to import the relevant language package \usepackage[vietnamese]{babel} The only issue is, when I ...
michael douglas's user avatar
0 votes
1 answer
360 views

I have code: \documentclass{article} \usepackage{spconf,amsmath,graphicx} \usepackage[utf8]{vietnam} \title{BÁO CÁO TÌM HIỂU THÔNG SỐ TRONG DATASHEET CỦA DIODE} \name{Name} \address{\textbf{...
MrCR's user avatar
  • 103
11 votes
4 answers
1k views

I am very new to LaTeX and am wanting to use the OVERLEAF.com template found here: https://www.overleaf.com/latex/templates/book-design-inspired-by-edward-tufte/gcfbtdjfqdjh I am using MiKTeX. I am ...
Blue Rose's user avatar
  • 337