山林常青 村民脱贫
62 questions
2
votes
1
answer
54
views
How can I make the symbols in the last line of the formula appear in normal size?
Here is the compiled result
and the code is here
\documentclass[12pt]{article}
\usepackage{amsmath}
\usepackage{setspace}
\begin{document}
\begin{equation}
\begin{aligned}
\det(\boldsymbol \omega(\...
0
votes
1
answer
49
views
What is the correct way to give the Path of a locally given font to be used for the title of a document (xelatex)
I use the solution given in How can I change the font size of the title and the font size of the authors in Latex? to have the font size of the title as big as possible.
But how to precise the Path if ...
0
votes
0
answers
65
views
xelatex - how to change font size (resize)
I am creating equation through code (C#) to png file.
How I can change a size of equation?
Because sometimes my equation is long and the image contains small characters and for short equations the ...
0
votes
1
answer
124
views
Seeing different font sizes in different lists with the same spec [closed]
I made my resume with a customized version of the two column Deedy-Resume template. I am seeing slightly different font sizes and font spacing in two different tightemize lists. tightemize is a more ...
0
votes
1
answer
118
views
Specifying size of italics, math subscripts, and more in SizeFeatures
Combining the suggestions of David Carlisle and egreg to refer to the Libre Baskerville font without knowing its name here, I ran into a new problem when I increased the font size to 12 points with ...
0
votes
1
answer
146
views
Changing Digits Size For Main Font in Xelatex
In Xelatex, I can change the size of digits in math mode using, for example
\setmathsfont(Digits)[Scale=0.9]{Bodoni}
Is there a similar procedure to do the same with the digits for the main font? I ...
2
votes
2
answers
347
views
Splitting a string with xstring and using command on separated string
I want to split a string into two parts, the first letter in the first part and the rest in the second part. Then I want to convert the whole string to uppercase and write the second part in \...
0
votes
1
answer
1k
views
Reducing caption font size
I would like to see the caption font (and caption label too) with size that is smaller than in whole document.
I`ve tried some solutions from SE (Font size of Figure Caption Header), e.g.:
\usepackage[...
2
votes
1
answer
580
views
Getting exact font sizes with relsize
I'm fine-tuning the presentation of a book written using XeLaTeX, ready to send to the printers. The book has lots of tables which are all formatted in the same way. In one, column headings are just ...
0
votes
0
answers
80
views
Keeping the font size between pdfLaTex and XeLaTex
I'm currently compiling my document in pdfLaTex, but I have one of my references that is in Japanese and nothing is displayed. The only solution I found is to use XeLaTeX with these commands:
\...
2
votes
2
answers
1k
views
Create a complete 10.5 font size setup for XeLaTeX
I must print a book with 10.5 pt size, and I am using XeLaTeX because I need to use some otf fonts.
In the past, I have been able to create a custom fontsize by redefining the commands \normalsize, \...
0
votes
2
answers
94
views
How can I calculate the expression like (1cm - fontsize)?
I want the page number to be 1cm from the upper edge of the sheet. How can i do this? I tried to use the expression (1cm - \normalsize), but, as I understand it, it just won’t work.
\documentclass[...
3
votes
2
answers
4k
views
Using a black square as list icon: How to position it correctly?
I would like to use a black square ■ instead of the standard bullet ? for lists. Now its default size is a bit too big for my taste, so I shrank it down and ended up with the following definition (MWE ...
3
votes
1
answer
188
views
How to change what \normalsize means on a per-font basis?
I'm trying to mix and match fonts, using a beta OTF font that a colleague recommended. But when I load the font at its default size, it's not a good fit with Computer Modern. I need \normalsize to ...
1
vote
1
answer
385
views
Adjusting font size
Currently using a template from my university that uses this to define font:
\def\titlefont{\rmfamily}
AND
\setsansfont[
Path = fonts/,
Extension = .ttf,
BoldFont = *-Bold,
...