Tagged Questions
2
votes
1answer
30 views
How do I center my title (both horizontally and vertically)?
I'm trying to create a centred title, both horizontally and vertically on the page. I'm rather new to latex - so far, I've tried the code below without success:
\begin{center}
\title{Title}
...
6
votes
1answer
55 views
Alignment rules
I find myself quite frequently in the need to check whether some elements on my page are aligned exactly as intended. As a result, I usually end up magnifying the output 400% and using a rule over my ...
0
votes
1answer
60 views
Centering table in landscape page [duplicate]
I'm trying to get a table centered both vertically and horizontally in a landscape page. I've tried some of the solutions proposed around here but I can't get them to work in my specific case.
Here ...
3
votes
1answer
133 views
Top-aligned table cells with different font sizes and controlled spacing
I am trying to achieve a table where a few things have to work simultaneously. Several of these things have been discussed before, but I have been unable to make everything work at once (and some ...
6
votes
1answer
81 views
Horizontal alignment of margin notes in nested enumitem list
I would like to be able to 'tag' certain list items in an enumitem list with a mark in the left margin. I would like the marks in the left margin to be horizontally aligned with respect to each ...
1
vote
0answers
139 views
Vertical/Horizontal alignment for multi-line header [closed]
I have the following code to create my header
\documentclass[english]{scrreprt}
%%% PAGE DIMENSIONS
\usepackage{geometry}
...
8
votes
3answers
150 views
\qed or \qedhere at the end of split environment
While I was trying to improve my latest document with respect to its \qed symbols at the end of amsthm's proof environment i came across an interesting point. Assume the proof ends with some formula, ...
5
votes
3answers
183 views
How can I do this without the cases?
How can I do this without the cases?
$\begin{cases}
\dfrac{\partial u(x,y)}{\partial x}=2x=\dfrac{\partial v(x,y)}{\partial y} \\
\dfrac{\partial u(x,y)}{\partial y}=-2y=- \dfrac{\partial ...
2
votes
1answer
139 views
How to align text without two column?
I want to have the following text alignment and I don't wanna use any "two column" and table because a environment i use doesn't support them. :(
The text format looks like below picutre. Basicly i ...
4
votes
2answers
169 views
How to anchor labels in tikz for baseline alignment
LaTeX handles subscripts and superscripts nicely, automatically correcting for various sizing and placement issues. I am trying to build a function that works like subscripts and superscripts, but ...
4
votes
1answer
192 views
LaTeX align/distribute objects à la InDesign?
I'm trying to replicate, in LaTeX, InDesign's align and distribute tools. This is a snapshot of ID's toolbar:
Say I want first to align vertically two objects (texts, graphics, boxes,...), and ...
3
votes
1answer
120 views
Tables: Automatic adjustment of columnwidth to its content gives error “Misplaced \noalign” at \toprule
I am trying to put two tables next to each other, vertically aligned top, with some below listed adjustments I unfortunately can't get together.
First, I'd like to know if/how I can avoid the error ...
4
votes
1answer
106 views
How would I typeset a two-column layout, where the headings are on the left side and the contents are on the right?
I'm trying to typeset my resume using TeX. I'll start off by showing an approximation of what I want to do with this picture:
Note the red lines in the picture are only for illustrative purposes. ...
3
votes
1answer
103 views
Aligning two text boxes with a few lines
Here are the two text boxes:
\begin{tabular}{l@{}}
Date: 3 Jan. 2500 \\
Place: Moon \\
\end{tabular}
\null\hfill\begin{tabular}{l@{}}
Prof. Neil Armstrong \\
Department of Moon ...
4
votes
2answers
133 views
Need some help with perfecting the layout
\documentclass{article}
\usepackage{amsmath}
\setlength{\parindent}{0pt}
\newcommand{\fac}{n!}
\newcommand\test[3]{\left(\begin{array}{@{\,}c@{\,}} #1 \\ #2 \end{array}\middle|\ \ #3 ...
1
vote
2answers
120 views
Change matrix figure layout
I have a figure where I am writing som matrices I want something like
but I am getting this, How to change it?
I have
\begin {figure}[h]
\centering
\small
\textbf{X}
\[\left( ...
10
votes
2answers
249 views
Position margin notes relative to left margin in plain TeX
I want to add margin notes in the Tufte style to my Plain TeX document. (I'm using eplain, if that matters.) I know that if I were using LaTeX I could just use tufte-latex, but as a thorough ...
4
votes
1answer
532 views
Include centered full page figure with no margins
I have a big figure that takes up a full page. I'd like to include it in my latex document on a separate page, centered horizontally and vertically.
I managed to put it on a separate page (or it is ...
4
votes
1answer
161 views
Center image in landscape mode
I've used the \usepackage{pdflscape} instruction and the following code for inserting an image in a landscape oriented page.
\begin{landscape}
\begin{figure}[p!]
\centering
...
1
vote
0answers
62 views
How to left align any LaTeX code? [duplicate]
Possible Duplicate:
How to move the whole block of {align*} to the left?
How can I make this simple code to appear left aligned?
\begin{align} \frac{cos2A}{1-sin2A}=cot(45^o-A) \end{align}
...
2
votes
2answers
279 views
Aligning subfigures both horizontally and vertically with memoir
I'm trying to place 4 subfigures of different sizes aligned. Here the box-k.pdf files contain boxes with marks at the midsides. The result has box-1 and box-3 aligned at the left margin, not centered ...
3
votes
2answers
137 views
Multilines aligned to describe a set notation
I'm trying to write a set notation in multiple lines, for example:
This is my code to get it.
\usepackage{amsmath}
\begin{document}
...
\begin{align*}
Lookup &= \{\, \langle C, A.m, B.m ...
2
votes
1answer
113 views
Align text and logo
I'm trying to find a way to place a logo at the top left of the page, with at the same height and right aligned my information (eg name, adress). The rest of the text has to be placed below that.
I ...
4
votes
1answer
470 views
LaTeX advanced use of subcaption package
I am trying to create a figure with subfigures aligned both horizontally and vertically in the same figure to explain this better i attached a primitive drawing.
The labels are not of importance in ...
3
votes
2answers
1k views
Table rowspan and colspan
I need to create similar table using LaTeX:
I have tried to use \tabular and \multicolumn, but every time I get something wrong.
I want:
Fixed width columns and fixed height rows;
Centered cells ...
4
votes
1answer
155 views
nested equations numbering
Is there a way of playing with align, alignat, numcases etc environments that produces aligned and numbered equations which look like this :
Blahblah text before equations :
A = B \iff C = D ...
6
votes
3answers
148 views
Specify alignment per column in align equation
Using the following mwe i have not yet found a way to align the formulas correctly.
\documentclass{article}
\usepackage{mathtools} % extends amsmath and fixes some of its quirks
...
2
votes
1answer
332 views
Alignment of nodes and scopes in tikz matrix?
I am trying to fix the positions of the arrows of the following diagram without much success. I would like the arrows to be centered (both horizontally and vertically) in the matrix cell no matter ...
4
votes
2answers
329 views
Vertical and horizontal alignment with tabu package
Another question led me to use tabu for the purpose of fitting one column to its content while allowing the others to stretch equally. This is my current code:
\documentclass{article}
...
5
votes
2answers
75 views
alignment mark inside box can't be seen from outside this box
I didn't really know how to write the title, hope it's clear enough (I'm willing to change it if anyone suggests anything better).
My problem is the following: I want to align different items with ...
8
votes
3answers
249 views
Poster text positioning: Get width of \hfill
How can 0123456789 be aligned as shown in red: Same baseline as abcdefghij, aligned left with ABCDEFGHIJKL?
\vlines are just for illustration. I am designing a poster where exact text positioning ...
2
votes
1answer
498 views
center horizontally and vertically a block of text
I would center horizontally and vertically a block of text as if it was an abstract text block.How can I do?
I tried this:
\null\vfill
\begin{center}
\end{center}
\vfill\null
it It correct?
5
votes
1answer
341 views
Table rotated text alignment
I have a code that produces a table. The three last columns have rotated text. I would like to align them to the bottom (not top as in the code below). In addition I would like to center the "nr" and ...
5
votes
1answer
126 views
How to split and align equations when they are inside an enumerate environment?
How to make the first line of aligned equations sit in the same baseline as the bullet and make the equation left justified?
\documentclass{article}
\usepackage{amsmath}
\begin{document}
...
4
votes
2answers
199 views
multiple pairs of columns
Consider this example code which creates a 2x6 table where the 6 columns are formed from three name/value pairs:
\documentclass{article}
\usepackage[svgnames,table]{xcolor}
\usepackage{tabu}
...
20
votes
5answers
415 views
“Q” and “A” in margin - out of alignment
I have defined a command for a letter in the margin as follows (using marginnote because marginpar did not work at all):
\newcommand{\sideletter}[1]{\marginnote{\Huge\bf\sffamily\color{orange} #1}}
...
9
votes
2answers
440 views
Horizontal alignment within an equation using Tikz
I am trying to center horizontally the first terms of a system of equations inside the alignat environment. I don't know if Tikz is the right way to go, but as I might have to add some other ...
1
vote
1answer
217 views
I can't move my box I made
Here is the problem, I made a box using
\begin{tabular}[b]{|l|}
\hline
example \\
\hline
\end{tabular}
I have the [b] meaning bottom, but the position never changes ... In general how do I ...
4
votes
2answers
364 views
Two images are not on the same level
I am using the following code to put two figures next to each other (I am not providing a minimal example right away, because maybe the problem is obvious from the code. However, I will, if someone ...
7
votes
3answers
438 views
An environment for writing regular-font pseudocode
I want to create a pseudocode environment that looks like this:
Basically, the font doesn't change - it's just the same as that of the surrounding text. It allows mathmode. And there is a box ...
9
votes
2answers
4k views
tikzpicture alignment and centering
I have several very similar images except some have some extra graphics that enlarge them slightly. This causes some pictures to be offset and not aligned visually when it's clear they should be.
How ...
2
votes
2answers
195 views
Centering content in cells adjacent to Sideways Headings
I have a table produced by the following code:
\documentclass[a4paper]{article}
\usepackage{tabularx}
\usepackage{rotating}
\begin{document}
\begin{table}[ht]
\begin{center}
...
15
votes
2answers
9k views
Vertically center cells of a table?
What is the easiest way to center align each row of table? I have a table column that contains an image and other cells in the same row contain text. I would like to know how to vertically center ...
3
votes
2answers
121 views
Using different centring-methods within a table
I've got following table which is almost what I wanted to have. But it would be much better if cells with text would be aligned vertical (only vertical) and cells with -- would be aligned vertical ...
4
votes
1answer
318 views
Text alignment in tabular-environment
I would like to align the text within following table to the top and left. I'm pretty new to LaTeX so I have no clue. Sorry, if this questions has been asked already:
\documentclass{article}
...
3
votes
1answer
4k views
Subfloat caption width requirements and alignment problems
I'm having problems with conflicting width requirements for subcaptions on subfloats that are horizontal versus vertical. I've spent considerable time searching here and more broadly, poring over the ...
7
votes
2answers
2k views
Place four algorithms (algorithm2e) in a subfigure and arrange them in two rows and two columns
I want to arrange four algorithms set with the algorithm2e package in two rows and two columns, as shown in the figure below. I've tried the subfigure package and have also read several related ...
3
votes
2answers
631 views
Proper spacing using minipages, dealing with margins and succeding text
So I have this user defined function below. This gives me near optimal results. The code is supposed to make numbered subsections. Where the rest of the text is aligned below. Since these subsections ...
13
votes
6answers
633 views
How to stack boxes like a vertical version of \mbox?
I would like a vertical equivalent to \mbox{} that somehow takes a sequence of boxes and stacks them on top of each other.
I'd like the resulting width to be the width of the widest box, and I'd like ...
5
votes
1answer
889 views
How to vertically and horizontally centre text and images in (different) table cells?
I have a table which contains images in one column. I would like the first column to have text centred vertically and horizontally. I would like the second column to have text left justified and ...

