All Questions

0 votes
1 answer
9 views

Text warp with box

How can I wrap text in a frame like this using LaTeX/KaTeX?
German Shtukmaister's user avatar
0 votes
0 answers
14 views

Trouble with header with \chapter*{}

How can I set it up so "Anexos" or "Tablas" appears in my header, whith this code: \addcontentsline{toc}{chapter}{Anexos} \chapter*{Anexos} \section*{Tablas} My problem is that ...
Jorge A. Vázquez Parra's user avatar
0 votes
0 answers
5 views

On the output of multi-column environment with 3 columns and 4 lines

The following document is a multicolumn having three columns: \documentclass{article} \usepackage{multicol} \begin{document} \begin{multicols}{3} a b c d \end{multicols} \end{document} Why the ...
Asigan's user avatar
  • 209
0 votes
0 answers
29 views

Create DevOps cycle in TikZ

My goal is to create a DevOps cycle in Tikz with the established infinity layout, like this one or the one on this page. I started by using the wheelchart package, but I can't get the formular for ...
John's user avatar
  • 55
1 vote
1 answer
15 views

Having frontmatter openany and mainmatter openright?

In the book class, when the front matter should be openany and the main matter openright, is it correct to set the document class to openany and then use \mainmatter \makeatletter \@openrighttrue \...
Gary's user avatar
  • 159
0 votes
0 answers
13 views

How to create a square coordinate frame with x in 0~0.72 and y in 0~50 for plotting points in it?

Like the question title, I'm trying to achieve this, like the following MWE: \documentclass[tikz]{standalone} \usepackage{pgfplots} \pgfplotsset{compat=1.18} \begin{document} \begin{tikzpicture} ...
Meiu's user avatar
  • 558
2 votes
1 answer
16 views

ConTeXt: Rotating table sideways

I am trying to rotate my table. I am using \startplacetable, but when I appended [90] to \startplacetable[90], it did not rotate and changed my caption instead. Here is the (non-working) MWE. \...
Muhammad Rizqi Siregar's user avatar
1 vote
1 answer
32 views

How can I get the result of this forest?

In this code, \documentclass{article} \usepackage{forest} \usepackage{siunitx} \usepackage{amsmath} \usetikzlibrary{shadows,arrows.meta} \newcommand\engnum[1]{\ifcase#1 %zero \or %one \or %two \or %...
John Paul Peter's user avatar
0 votes
0 answers
33 views

Why PDFs are not displayed in my latex

I am using overleaf and I built my latex file. in this project i have a chart that is in a pdf file "method.pdf" I have a porblem that pdfs are not showing, and i only get a box with the ...
asmgx's user avatar
  • 437
1 vote
2 answers
64 views

Table with different cell width

When trying to create a table with color-filled cells, it appears that the last cell of each segment has an extra width than the others. I created the table using this website, the code generated is: \...
Matias Aznar's user avatar
2 votes
1 answer
39 views

OTtablx and linguex

I am trying to use linguex to number OT tables. But it does not work and I do not know why. Here is what I get by compiling the code provided below with the linguex command \ex. : ! LaTeX Error: \...
Silué Lacina's user avatar
2 votes
1 answer
85 views

Center a matrix in a box?

I have a matrix of integers that I would like to center in a rectangular frame; however, as you can see, there is a little extra space below the matrix. How can I equalize the space above and below? (...
Mirlan's user avatar
  • 201
1 vote
0 answers
23 views

How to wrap long texts vertically within a table

I have a table with very long texts as column headings. This is causing the table to stretch too much horizontally. I want to break the texts vertically within each cell. Find below a MWE: \...
Jan3's user avatar
  • 77
1 vote
0 answers
40 views

Where to begin learning? [duplicate]

I am a designer that has recently discovered this very interesting side of typesetting and typography design. Through this discovery, I am however very lost, as the family of all the programs combined ...
dougn's user avatar
  • 21
2 votes
1 answer
62 views

Test a string variable if it fit's into a predefined pattern

I need to test string variables to fit into a predefined pattern. In my case, there are two different pattern which I need to test. KNX Physical Address KNX addresses are valid in this format XX.XX....
PascalS's user avatar
  • 790

15 30 50 per page
1
2 3 4 5
17492