Questions tagged [vietnamese]
The vietnamese tag has no summary.
16 questions
1
vote
2
answers
95
views
Cannot change font style and font family with Vietnamese
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.
\...
0
votes
2
answers
143
views
Need a new icon for QED symbol in a proof environment [closed]
How could I have this kind of form (with the end of proof by tree instead of \square)
0
votes
1
answer
371
views
Vietnamese warnings with babel and biblatex
\documentclass{article}
\usepackage[T5,T1]{fontenc}
\usepackage[vietnamese, british]{babel}
\usepackage{csquotes}
\usepackage{biblatex}
\begin{document}
\foreignlanguage{vietnamese}{Ngô Bảo Châu}
\...
1
vote
1
answer
95
views
How to make hyphen not be left aligned in ConTeXt in Vietnamese?
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....
2
votes
2
answers
380
views
Vietnamese and Cantarell
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 ...
2
votes
1
answer
327
views
a problem when using ```\usepackage{sectsty}``` and ``` \usepackage{titlesec}```
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 ...
3
votes
2
answers
181
views
Why is there an error showing missing } in the end despite the {}-pairs being balanced?
\documentclass[a4paper,12pt]{article}
\usepackage[utf8]{vietnam}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}
\begin{document}
\begin{align*}
$||x + y||^{2} &=\...
1
vote
1
answer
68
views
Using lstinputlisting with tex4ht hides all ASCII characters in the caption?
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++,...
6
votes
1
answer
349
views
Why are the lines uneven?
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]{...
0
votes
1
answer
70
views
How to remove top margin from chapter heading in a custom macro?
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 ...
2
votes
0
answers
65
views
How can I use STIX2 to write other language documents?
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....
1
vote
0
answers
112
views
Is there a way to prioritise fonts in xecjk? (Or how do I create a fallback font for a text)
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 ...
6
votes
3
answers
827
views
How can remove double dot in Theorem numbering
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{\...
0
votes
1
answer
508
views
Table captions default to foreign language
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 ...
0
votes
1
answer
360
views
Error use maketitle with Vietnamese
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{...
11
votes
4
answers
1k
views
Thích Nhất Hạnh in LaTeX tufte-book class
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 ...