Questions tagged [horizontal]
The horizontal tag has no usage guidance.
95 questions
1
vote
1
answer
27
views
Horizontal Bar chart: cut off top and bottom bars
I have the problem, that somehow the bars at the top and bottom are cut off when compiling them. The red one above with 421 and the blue one below which is 0 are not visible. I am quite new to latex, ...
1
vote
1
answer
20
views
How to position subfloat captions (subfig) individially per subfloat?
I'm trying to put several subfloats (tikzpicture) into one large figure. As you can see in the attatched image, the subfig captions ((a)...(f)) look weird. I am using:
\usepackage{float}
\usepackage[...
1
vote
1
answer
49
views
Too little space between brackets and italic text in math mode
When I wrap italic text in math mode with brackets the spacing looks off to me. Consider the output of the following code:
\documentclass{article}
\begin{document}
$f(\textit{EX})$, $f(EX)$
\end{...
1
vote
1
answer
49
views
Is multiple alignment in a multiline text cell possible in tabularray?
I would like in the cell below the text "ABC" to be at top and right aligned, the text "BIO" to be center and middle aligned as it is and the text "John Parker" to be ...
0
votes
2
answers
149
views
package titlesec error: entered in horizontal mode at each \section{} row
I have the red error bullet package titlesec error: entered in horizontal mode at each \section{} instruction row
At the beginning I had the following command, that was causing the error
\titleformat{\...
1
vote
1
answer
78
views
Horizontally list multiple tcolorbox
I am using tcolorbox in order to create several boxes containing various words, to have sort of a Trait system, much like they do at AoN (see image below).
The boxes are created as below:
\usepackage[...
0
votes
1
answer
66
views
Customized list environment with horizontal line after each item
I have this LaTeX code:
\documentclass[12pt, a4paper]{book}
%%% Packages
\usepackage[margin = 20mm]{geometry}
\usepackage{xcolor}
\usepackage[most]{tcolorbox}
%%% Macors
\newenvironment{aims}{
...
0
votes
0
answers
47
views
Chapter header runs off the side of the page on a few random horizontal pages
Edited
I am very new to LaTeX and I have just compiled my thesis using twoside (it had been oneside previously). On a few random horizontal pages the Chapter header (which has been shortened using \...
1
vote
1
answer
223
views
Tikz-feynman [blob] does not appear
I am trying to create a simple fermion that has both a blob and horizontally aligned paths. However, I cannot get my diagram to work with both.
With \feynmandiagram, I can create a blob, but not a ...
-1
votes
1
answer
87
views
Horizontal Line with a down arrow in the center [closed]
To describe transformations from certain programming constructs into e.g. assembler I need a horizontal line with a downward pointing arrow in the center of the line.
Is there also a way to achieve ...
-1
votes
1
answer
123
views
Small horizontal lines
How to draw this type of horizontal lines in Latex?
5
votes
2
answers
2k
views
How to draw a horizontal line on a word in LaTeX
I want to draw a horizontal line on a word in LaTeX. I've tried \cancel but it draws a diagonal line. I checked the \cancel documentation and couldn't find anything about drawing a horizontal line.
0
votes
1
answer
99
views
On Scaling Horizontal Spacing Commands
Many horizontal spacing commands are of course, found in What commands are there for horizontal spacing?.
I would like to inquire if, say, invoking the \enspace command, which produces a space of .5em,...
1
vote
1
answer
187
views
Horizontal lines (top and bottom of text) [closed]
I am a beginner and trying to re-create something that looks like the below. Please can someone help?
Thanks
If I use the following code
\begin{centering}
\hrule
\title{$title$}
\hrule
\end{...
1
vote
2
answers
67
views
Items of an Enumerate Environment in Paragraph with Adjustable Gaps
Consider the code
\documentclass{book}
\begin{document}
\parindent 0pt
\begin{enumerate}
\item[I.] The first item. \item[II.] The second item. \item[III.] The third item.
\end{enumerate}
\vspace{15pt}
...
0
votes
1
answer
53
views
Personalized TOC in Book: add a line before and after the part
I am struggling and I cannot find my way around this problem.
I am using the book structure and I would like to have a nice TOC with the following elements:
a "Part" that is included ...
0
votes
1
answer
201
views
How do you write text at the end of an equation? [duplicate]
Like how do they get the bit where it says (By linearity of expectation) whilst still aligning the equations
0
votes
1
answer
36
views
Center alignment of images but with captions aligned at bottom
I have two different figures that I want to center align in a figure environment and I want the captions aligned at the bottom. Both figures have different sizes (see attached).
Thanks!
0
votes
1
answer
181
views
Horizontal Multicols
Since the answer for my last question Tasks not accepting environments was pretty much: doesn't work, is there any alternative to tasks where the items are horizontally aligned?
Normal behavior of ...
1
vote
0
answers
99
views
Good names for \, and \! with nonempty glues
Let's assume that you often wish to insert a stretchable thin space instead of a fixed-size\,. Your document is full of \mskip3mu plus1.5mu minus1.5mu in math mode or \hskip.16667em plus.08333333em ...
3
votes
0
answers
161
views
Can I retrieve the position of some specified text on the pdf page for subsequent use?
I'm working on a text in LaTeX (I have TeXLive 2017 installed on my system), and it would really be of great help if there was any way to "save" the horizontal position of a word (either the ...
4
votes
2
answers
174
views
What's the best way to avoid ignoring leading space tokens with arguments of LaTeX commands where command before argument does space-hacking?
In LaTeX there are commands that process arguments but do not produce visible output.
For example, the command \label, or, if you use the package color or xcolor, the command \color.
When the closing ...
1
vote
1
answer
54
views
I want a code to rep a big matrix in row wise
\begin{align}
\begin{bmatrix}
\big| & \big| & \cdots & \big| \\
x_1 & x_2 & \cdots & x_{m-1} \\
\big| & \big| & \cdots & \big| \\
...
0
votes
3
answers
63
views
Is it possible to use Tab space to create a horizontal space and then align the texts ? I used \quad and \qquad but it doesn't work
\begin{itemize}
\item Structure porteuse (y. c. infrastructure) \qquad \qquad \qquad \qquad 75 ans
\item Parapets / bordure de pont \qquad \qquad \qquad \qquad \qquad \...
6
votes
1
answer
653
views
Why are there two commands \> and \: that do the same thing?
The file latex.ltx says:
\DeclareRobustCommand\:{\tmspace+\medmuskip{.2222em}}
\let\>=\:
Why are there two equally long commands \> and \: doing exactly the same thing? To me, they look ...
1
vote
1
answer
313
views
Why does align character & remove horizontal space?
This is something I've been wondering and annoyed about for a long time but cannot find an answer to.
Assume that I have a chain of equations:
\begin{align*}
a &= b \\
&= c
\end{...
1
vote
1
answer
690
views
nudge caption left or right along with figure or table?
I periodically need/want to slightly 'nudge' the placement of a figure, or table, to slightly off-centre (xx em to the left, or xx em to the right). This is easy enough with \hspace{xxem} as shown in ...
1
vote
1
answer
119
views
How to Redefine the fbox Command to Increase the Default Space Between It and the Beginning of the Subsequent Sentence
Here is a MWE that displays the use of the \fbox command in multiple paragraphs:
\documentclass{book}
\usepackage{lipsum}
\usepackage{xcolor}
\begin{document}
\parskip 10pt
\Large
{\color{red}{\...
3
votes
2
answers
327
views
width of a control space in relation to a quad, thin, medium, and thick spaces
In the majority of fonts such as Computer Modern, NewTX Math, or TeX Gyre Termes Math, how wide is the control space \ (visibly: \␣) in relation to the other math-mode space commands
\quad,
\;,
\&...
0
votes
1
answer
55
views
How to insert references in horizontal mode?
I am defining an exercise environment as follows:
\newtheorem{aufg}{Exercise}
\newenvironment{aufgabe}[2] % #1: Anzahl der Punkte, #2: Anzahl der Karozeilen unter der Aufgabenstellung
{\setcounter{...
0
votes
1
answer
26
views
How do you make the caption in a Figure fill horizontally?
I have a tex for rendering a figure below, in which the figure caption has text which is not filling the page horizontally.
\begin{figure}
\centering
\includegraphics[scale=0.30]{image} \\
\flushleft \...
2
votes
1
answer
464
views
Automatic split rows in a table of data
So I was trying to contain some data I collected during an experiment in a table. There are 25 entries in total, but each row can only contain around 13 entries, which means I have to split them into ...
3
votes
3
answers
315
views
Wide landscape tabular doesn't fit
So I'm making this table for a assignment at school but it didn't fit. After making it use landscape it still cuts off at the sides. Is there some way I can let it continue on another page or make ...
2
votes
2
answers
314
views
Horizontal and vertical lines in a table
I'm having a problem with horizontal lines, \multicolumn and \cdashline.
As you can see in my MWE, I use \multicolumn to put section headings which I close by \cdashline but the vertical lines don't ...
0
votes
0
answers
211
views
Multiple horizontally stacked side-by-side listings
I am using acmart. They define a full-text (two-column) listing environment listing*. If I put multiple minteds inside it, they are stacked vertically. I would like to have them side-by-side. Is that ...
3
votes
2
answers
153
views
Are the Packages etoolbox and scrextend Incompatible? (Trying to Increase Horizontal Space Between Bold Footnotemarks and Their Text)
This question is an extension of How to Make Bold the Footnotemarks Appearing After the Footnote Line
Starting with the code from Werner's excellent answer which makes bold the footnotemarks after ...
1
vote
0
answers
72
views
I'm looking for general code to get labels the same orthogonal distance from their lines in a forest probability tree
I've got this:
\documentclass{article}
\usepackage{forest,tikz}
\forestset{
ptree/.style={
for tree={
grow'=east, %grow' reverses direction of reading...for horizontal to the ...
1
vote
1
answer
657
views
how to reduce horizontal space between figures in tabular
I'm using this code
\begin{figure}[ht]
\begin{tabular}{ll}
% after \\: \hline or \cline{col1-col2} \cline{col3-col4} ...
\includegraphics[trim = {3.32cm 10.61cm 3.32cm 10.61cm},clip,width=...
1
vote
1
answer
610
views
long table problems with horizontal line
Hi all I want to produce long table so I wrote this code:
\documentclass[a4paper,11pt,english]{report}
\usepackage{longtable}
\usepackage{multirow}
\usepackage{graphicx}
\usepackage[table,xcdraw]{...
2
votes
1
answer
77
views
How to Realign a Horizontal Stack with the Above Item
Consider the MWE
\documentclass{article}
\textheight 8.25in \textwidth 4.75in
\usepackage{scalefnt}
\usepackage{amsmath,amssymb}
%\blacksquare\hspace*{.7em}
\usepackage{stackengine,xcolor,lipsum}
\...
1
vote
1
answer
63
views
Horizontal spacing in document class book
Here is my document from the beginning:
\documentclass[11pt, openany]{book}
\usepackage[utf8]{inputenc}
\usepackage[a4paper, margin=1in]{geometry}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\...
1
vote
0
answers
57
views
Are Lettrines Incompatible with the Adjustwidth Environment? [duplicate]
Consider the following code.
\documentclass{book}
\usepackage{lipsum}
\usepackage{changepage} % for adjustwidth environment
\usepackage{lettrine}
\usepackage{xcolor}
\begin{document}
\noindent \...
3
votes
2
answers
443
views
Why \hskip and \hspace* Produce Shifts of Different Measures
I have noticed, for example, that \hskip 20pt and hspace*{20pt} produce horizontal shifts not of the same length.
Consider, for instance,
\documentclass{book}
\usepackage{lipsum}
\usepackage{graphicx}
...
0
votes
1
answer
148
views
Table of contents in a tabular environment - how to align horizontal lines between entries?
Problem: I am trying to put a table of contents into a table so that an agenda tick list can be automatically generated from sections/subsections titles that have been defined in another file. ...
2
votes
1
answer
383
views
Double Align in Side to Side equations
I want to align two equations side to side. In alignment, I can use $a=b && c=d$ to do that. However, I can only align with one equal sign with that method. That is,
\begin{align*}
189410 &...
1
vote
0
answers
35
views
Horizontal bar charts with min and max data in pgfplots [duplicate]
I am trying to create a horizontal bar chart like the one in the picture below. For that I want to use data stored in a table like this:
\pgfplotstableread[col sep=comma]{
system, Tmin, Tmax, ...
0
votes
2
answers
305
views
Need more dots after section title in ToC
I would like to fix a little dots glitch in my ToC. Here's a MWE showing the issue:
\documentclass[11pt,letterpaper,twoside]{book}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage[total={6in,...
0
votes
2
answers
187
views
Horizontal alignment of columns
How can I leave the final 2 columns, evenly spaced horizontally?
Here is the code:
\documentclass{article}
\usepackage{array,multirow,amsmath}
\providecommand\legend[1]{#1} % ??
\begin{document}
\...
2
votes
2
answers
684
views
How do I add a Picture (png) in its full size as an entire horizontal page in my otherwise A4 document?
I am currently working with Texmaker trying to add a png that is 2000x1800 px in size as an entire page into my document, which has an A4 format set. I do not want to have a margin on any pageside for ...
3
votes
1
answer
1k
views
Latex: How to add dashed lines for matrix?
In a $4\times5$ matrix,
\documentclass{article}
\usepackage{amsmath,amsfonts,bm,mathdots}
\begin{document}
$$\left(\begin{matrix}
1 &2 &-1 &3 &4\\
0 &1 &3 &-2 &...