南宁恒大绿洲“弹弓竞技赛”提前引爆十一欢乐周
Tagged with fonts formatting
164 questions
14
votes
4
answers
1k
views
LaTeX TI Calculator Screen
I am working on a math tutorial using the TI calculator and I am using the tiscreen package. I can get the basic screen to pop up, but the documentation for the package is lacking. Does anyone know ...
1
vote
0
answers
182
views
Mixing Source Sans Pro and Computer Modern for math
\documentclass{scrartcl}
\usepackage[utf8]{inputenc}
\usepackage[LGR,T1]{fontenc}
\usepackage{amsmath, amssymb}
\usepackage[default]{sourcesanspro}
\SetSymbolFont{operators}{normal}{OT1}{cmr}{m}{n}...
0
votes
0
answers
68
views
Fixing Height of Numbers in Libertinus Fonts
I'm using the Libertinus font set and have noticed that the digits in both the main and math fonts aren't tall enough (see photo). I've seen a suggestion to add \addfontfeatures{RawFeature={+case}}, ...
3
votes
2
answers
291
views
Looking for the specific font in the screen shot
I came across one paper with a very pleasing font and formatting. I tried many different fonts available but couldn't find the exact match. I also like the spacing and linewidth. I would appreciate ...
1
vote
1
answer
69
views
To customize font size of subsections in table of contents?
I am trying to find a solution to use lower font size for subsections than sections.
In fact, my latex code is no more. I have things as follows:
\documentclass[fleqn,10pt]{SelfArx}
\begin{document}
\...
2
votes
1
answer
300
views
Making Colored Text Invisible
I want to be able to create worksheets that can essentially toggle via minimal modification from being
a) blank worksheets to give to the students for an assignment
b) keys to those worksheets to give ...
3
votes
2
answers
181
views
New latex installation xelatex is not working as it used to with XeTeXinterchartoks: missing characters and extra spaces
Previously, I had worked with XeTeXinterchartoks since I wanted to use a different font for uppercase letters. The code worked exactly as I wanted it to when compiling with xelatex.
However, I have ...
2
votes
1
answer
88
views
Fill in the Blank Notes Using Censor
I am creating fill-in the blank notes for my class using the Censor package, a solution I found on this forum here.
What I can't figure out is how to make the blanks for my students to fill in longer -...
1
vote
1
answer
77
views
Format contents titles the same as section titles
How might I make section titles in \tableofcontents look the same as regular section titles I've formatted with the following titlesec commands:
\titleformat{\section}{\Large\scshape}{\thesection. }{}{...
0
votes
0
answers
67
views
\textit and \textbf commands are not working
It doesn't show any error, but the italics/ bold text doesn't appear. I saw similar previously answered questions, and it was often due to package incompatibility. I am a new user and do not know what ...
0
votes
1
answer
145
views
How to correctly set round brackets size in small caps font?
Let us consider my code:
\documentclass{article}
\usepackage[intlimits]{amsmath}
\usepackage[T1]{fontenc}
\usepackage{pifont} % for dingbats
\usepackage{erewhon}% extension of Utopia,
\usepackage[...
1
vote
0
answers
68
views
Alternatives to the default font for letters to be used in the list of symbols?
I am writing the symbol list and I am having problems because different physical quantities use the same symbol and therefore I need a different font (possibly not in math mode, so not inclined letter ...
0
votes
1
answer
505
views
LuaLaTeX and italic words in chapter title (sf)
I am using LuaLaTeX to load Futura as sans serif font for my document’s titles. Though, when I try to put my titles in italic, it doesn’t work, neither in the toc nor on the pages. It’s certainly a ...
0
votes
1
answer
91
views
\num changes font after Ubuntu upgrade
There is a certain font I would like to use for a document, and the rendered numbers look like this.
{1234}
I would like to control the placement of the decimal point too, however, once a number goes ...
1
vote
1
answer
175
views
Identifying and/or imitating a Times compatible math font from Conway's Functional Analysis
I have been attempting to locate the name of the times-compatible math font present in John Conway's 1990 text A Course in Functional Analysis.
Other posts on this website, such as this one and this ...