Newest Questions
269,057 questions
1
vote
1
answer
23
views
How can I adhere to the best practices when handling math for TikZ with Lua?
I use pgfmath for making 3D illustrations with TikZ, but want to convert it to Lua.
I was informed that many people do not adhere to the most "bureaucratic" approach when incorporating Lua ...
0
votes
0
answers
12
views
List of acronyms spacing
I am using the glossaries package to keep track of acronyms. I'd like a list of acronyms at the beginning of my document but the style in which it is displayed is not very nice. The line spacing is ...
0
votes
2
answers
43
views
LaTeX Slides font and Computer Modern Math font Sizing
I'm using LaTeX Slides as the main text font and want to keep it in math mode for regular letters, while everything else uses the default Computer Modern math font. Since Slides appears larger, I’ve ...
0
votes
1
answer
23
views
fixcmex with LuaLaTeX?
Is the fixcmex package needed when compiling with LuaLaTeX (or XeLaTeX)? I mean, LuaLaTeX uses TU encoding, and it seems that fixcmex is used for OT1 or T1 encoding.
0
votes
2
answers
30
views
How to make vertical/diagonal bars coming out of a word (similar to a trees)
How can I do this in latex so the spacing and format is nice?
{Some text}
/ | \
{text} {text} {text}
3
votes
1
answer
39
views
The color don't appear in math mode
Why doesn't the color appear?
page 107 : Typesetting Mathematics with ConTeXt
\starttext
\startformula
\root[n=3] {1 + x}
\quad \root[n=3,color=C:3] {1 + x}
\quad \root[n=3,symbolcolor=C:3]{1 + x}
\...
2
votes
0
answers
25
views
I want my tikzpicture to be exactly the same size as Beamer's type area, no larger and no smaller [duplicate]
I like to make TikZ animations by turning Beamer "flipbooks" into .gif files.
Normally I use a bounding box that is based on the \textwidth and \textheight.
However,
\useasboundingbox
(-\...
1
vote
1
answer
48
views
Different Computer Modern Style [duplicate]
In this paper, the font is slightly different than the usual compute modern:
The usual style looks like this
I think one can see the difference. Can anyone tell me how to achieve this ,,font"? ...
1
vote
0
answers
30
views
I need help aligning my numbers to the image, the big problem here is that I need to use a long table environment [duplicate]
\documentclass{article}
\usepackage{graphicx} % Required for inserting images
\usepackage{longtable}
\usepackage{multirow}
\usepackage{tabularray}
\usepackage[utf8]{inputenc}
\usepackage{siunitx}
\...
4
votes
1
answer
39
views
Package clash fontspec,mathastext,amssymb,amsfonts,plain,showframe
I'm using xeLaTeX, but display equations I need in plain TeX format, for this, trying with:
\documentclass{article}
\usepackage[no-math]{fontspec}%
\usepackage[italic]{mathastext}
\usepackage{amssymb,...
4
votes
1
answer
94
views
How to define a macro whos name contains greek characters?
LaTeX wizards.
I'like to be able to define macros whose names contain greek letters.
For example:
\newcommand{αλπηαAlpha} %...rest of definition not important
I tried to simply define the greek ...
4
votes
1
answer
65
views
\exp_args:Nff for a starred version of a command
I want to provide a command that helps the document author to define and use in a consistent way operators when their names are acronyms. For instance, for the operator “pgcd” (in French, acronym of « ...
0
votes
0
answers
48
views
Add texture using TikZ
I find this code on a previous question, related to adding texture on TikZ: How do I add some "texture" to a tikz fill?
\IfFileExists{luatex85.sty}{%
\RequirePackage{luatex85}%
}{}
\...
0
votes
1
answer
32
views
Messages with and without newlines using l3msg
How can I add line breaks in the additional arguments of a l3 message with arguments, i.g., inside #1 of \msg_term:nnn?
\documentclass{article}
\begin{document}
\ExplSyntaxOn
\msg_new:nnn { tono } { ...
2
votes
0
answers
15
views
Tikz nodes with minimum width vs padding [duplicate]
Can anyone explain why
\documentclass[tikz]{standalone}
\begin{document}
\begin{tikzpicture}
\node[
minimum width=3cm,
minimum height=15mm,
anchor=south west,
draw,
align=flush left,
...