2
votes
1answer
53 views

How to define the default vertical distance between nodes?

Use positioning can control the individual vertical position of nodes. But is there any way to control the default vertical spacing? \documentclass{article} \usepackage[utf8]{inputenc} ...
1
vote
1answer
36 views

Spacing issues with letterhead background

I have a letterhead background that I use on cover letters. I am having spacing issues with some text being obscured by the letterhead image. I have tried using \\, \\*, vspace{5in} etc to no avail. ...
8
votes
2answers
89 views

Extra page at beginning of appendix containing big figures

I have an appendix that contains two full-page figures. The first page of the appendix is always blank except for the title -- I suspect this is a common problem with appendices of full page figures. ...
2
votes
1answer
105 views

Text in moderncv’s left column overlaps with right column

I was trying to compile a Resume and I am not able to figure out why only the second line has superimposed text. The below is the code. \documentclass{moderncv} \moderncvtheme[blue]{casual} ...
4
votes
2answers
60 views

Problem with content location with standalone package

I'm trying to create multiple pages with varying page heights using the standalone package. When I try to run my file (using XeLaTeX on a mac) the content gets shifted up and to the left so that it's ...
0
votes
0answers
125 views

Positioning of landscape table [closed]

I will have a full page table like: \begin{landscape} \begin{table} .... \end{table} \begin{longtable} .... \end{longtable} \end{landscape} The problem is that it doesn't behave like a ...
1
vote
1answer
105 views

Misplaced supertabular at the bottom of a page

I want to write a table which is too long to fit in the middle of a page. So I thought of using supertabular. My code is \documentclass[11pt]{article} \usepackage{supertabular} \begin{document} ...
8
votes
1answer
582 views

How to type specifically on this part of the page?

I want to type my name in block capitals and in italics in the space highlighted in the blackbox, but I can't seem to be able to. Everything else is fine with the cover letter, I just need to type my ...
9
votes
1answer
363 views

What is the best practice for typesetting set-builder notation with a large number of membership criteria?

That is, I have something akin to the following right now: \documentclass{article} \usepackage{amsmath} \usepackage{amssymb} \begin{document} We must have $(a^i,b^i,c^i) \in X^i(d) = \bigg\{(a,b,c) ...
2
votes
1answer
52 views

How do I force using the blank space before/after a table in a two column env?

I'm using a two column environment, and I placed a table in the left column, as shown in the image: Below it the latex source excerpt used to draw such a table: ...
3
votes
1answer
1k views

Issue with arranging subtables

In this answer, there is a code provided for neatly arranging subtables inside a table. I tried that out and got the following error: Missing number, treated as zero \begin{subtable}{0.5\linewidth} ...
6
votes
2answers
917 views

How do I write something at the end of the slide in beamer? [duplicate]

I have an image, I want to write its source in a very small font size on the last possible line of the slide, ignoring the available space after image \section{SCS} \subsection{SCS} \begin{frame} ...
10
votes
5answers
8k views

Inserting a small vertical space in a table

Is there a way that I can insert a small space in a table? When I use a superscript, the number touches the \hline. \documentclass[9pt,letterpaper]{article} \usepackage{helvet} ...
1
vote
0answers
211 views

Vertical alignment for tables [duplicate]

Possible Duplicate: Set table position to top How to place a float at the top of a floats-only page? I've got this problem... I tried with the search but I couldn't figure out! I've got ...
10
votes
1answer
434 views

graphics - dynamic image placement

This is a follow up to my post here: Graphics - Images off the page in multicolumn environment Using C#, XML, SQL, and LaTeX, I've managed to create a system which retrieves database information and ...
1
vote
1answer
1k views

How to put subcaptions below subtables, and increase gap between subtables with 'subfigure'?

Using 'subfigure', how can I create subtables within a table, such that a) subcaptions are underneath each subtable, and b) there's a reasonable horizontal gap between the subtables? So far I've only ...
2
votes
1answer
431 views

Spacing in multiple choice question

I tried to make multiple choice question using the following code... but the choices are not uniformly distributed in a single line... I used \hfill by replacing \penalty -50\hskip 2em plus ...
0
votes
2answers
473 views

How to control float element to achieve compact output?

You may say the second question is duplicated. There are so many discussions about how to control the position of float. But they don't meet my needs. I want to reduce the blank area whilst float ...
4
votes
1answer
1k views

Space after float with [h]

this is my first time here, and I have this question: I'm writing my thesis, that includes many tables and figures in a float environment, with the caption at the end of it. I defined the space ...
2
votes
1answer
117 views

How can I position some text on the same place on multiple pages with partly different content?

I am creating the first pages of a book and I want one page with just the title and the next page to have title plus the authors and some other stuff. However LaTeX places the title differently on the ...
9
votes
4answers
9k views

Reduce space between enumerated items

Background A book with lots of images. All of the images are set to "here definitely" (as they must come after the text that introduces them). Problem The list types (enumerated and bullet) have ...