Questions tagged [text]
May refer to: 1) Text & Talk, 2) Text File, 3) Textbook, 4) Religious Text or 5) Writing.
704 questions
0 votes
0 answers
36 views
Fully stretch text horizontally on page across the entire document [duplicate]
So I was writing a document and noticed that I had a lot of words being cut off with - and being put in the next line because my sentences were too long. Is there a way to make my text stretch the ...
0 votes
0 answers
70 views
Latex fails when provided preamble through PyX wrapper on docker
I'm using LaTeX with the PyX wrapper in a dockerized python application. The code itself runs as a celery task to generate .pdf files. Installation script in Dockerfile that also includes latex ...
1 vote
0 answers
45 views
Problems with package gradient-text [duplicate]
I would like to use gradient-text in a math mode. Consider the MWE: \documentclass{article} \usepackage{tikz} \usepackage{gradient-text} \begin{document} Texto normal aqui. % Também dá ...
0 votes
1 answer
73 views
Custom textbox title problem, TikZ
\documentclass[10pt]{book} \usepackage[papersize={148mm, 210mm}, inner=12.6mm, outer=5.4mm, top=5.4mm, textwidth=130mm, headheight=15pt, headsep=10pt, footskip=15mm, includehead]{geometry} \usepackage[...
2 votes
0 answers
77 views
Breaking tcolorbox in other pages
I have the MWE: \documentclass{article} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \usepackage[brazil]{babel} \usepackage[margin=2cm,bottom=1.5cm]{geometry} \setlength{\footskip}{-15pt} \...
5 votes
4 answers
349 views
Shadowtext inside a tikz node introduces unwanted space before letters
I'm working with circular tikz nodes and would like the text inside them to have drop shadows. I tried to do this using \shadowtext, but it seems to destroy the horizontal centering within the node. I'...
1 vote
2 answers
81 views
Can anyone help to center the text in my project?
Clearly can see that first caption is not centered relatively to the first image \documentclass[12pt]{scrartcl} \usepackage[english, russian]{babel} \usepackage{asymptote} \usepackage{amsfonts, ...
2 votes
1 answer
111 views
Text on a curved line (maybe with tikzpicture)
I want to create an invitation card with curved text on the front page. A simple text on the edge of a circle is all I need, no complexer curves. I stumbled on the tikz package but am not satisfied - ...
2 votes
2 answers
127 views
Align-like environment in text
I would like to know if it is possible to have something like this \begin{align*} f:& R \rightarrow R\\ &x \mapsto x \end{align*} but to have it in text and not center in the middle ...
2 votes
2 answers
167 views
Draw a circle with text anchored outside of the circle
I'm trying to draw two circles (one inside the other like a Venn diagram) with text anchored to the outside of the circle - or at least placed in such as way such that A clearly labels the inner ...
0 votes
0 answers
50 views
Is it somehow feasible to create clickable “own text modules” in WinEdt?
WinEdt is (as far as I detected) the only LaTeX-Editor for Windows which may really be called the (in many regards more advanced) successor of the outdated King of Editors (= TeXnicCenter). For ...
1 vote
1 answer
60 views
how to activate text drag and drop in TexShop (Mac OS 15.3; TexShop 5.49)?
I cannot move text to another place in TexShop using drag and drop. I can drag the text, but cannot drop it in the desire place (it returns to the original place).
4 votes
1 answer
174 views
Colorizing Arched Words within a Tikzpicture
Consider the code: \documentclass[12pt]{book} \usepackage{tikz,xcolor} \usetikzlibrary{decorations.text} \definecolor{cranberry}{RGB}{194, 79, 93} \begin{document} \thispagestyle{empty} \bfseries \...
0 votes
1 answer
80 views
How to centre align just one line of text inside a colorbox?
I want the quadratic equation to be centred for ease of reading and clarity, but the solution found on another thread of the 0pt makebox doesn't seem to work (nor does any other alignment fix I've ...
0 votes
2 answers
173 views
Automatically output a plain text version of (simple) documents
I am using LaTeX to write cover letters for job applications. Quite often, it turns out that the application platform also expects me to submit a plain text version of the application in a text field. ...