{tabbing} is a LaTeX environment to typeset text using tab stops.

learn more… | top users | synonyms

0
votes
1answer
58 views

tabbing numbering and alignat numbering

Is there a way for the tabbing environment \begin{tabbing} to number equations and sync up with the align or alignat environments? If I use align or alignat, each successive use is numbered ...
3
votes
1answer
88 views

Tab stops and text direction; Latin and Hebrew/Arabic

Is there a package available which offers the following functionality (or if not, does someone have an idea how to achieve this): I would like to use tab stops but also define the "side" of the tab ...
4
votes
2answers
100 views

Alignment of text in itemize environment

I would like to generate a list of "Aims" (1,2,3...etc) as the \item label, with the text for the aim located adjacent (with \hspace{Xmm}). For items that exceed the width of the line, the alignment ...
2
votes
1answer
32 views

How to Change tabsize in tabbing-enviroment?

I did a lot of Google searches, but I did not found any ideas how to change the tabsize (~~ the indent) for a tab in the tabbing-environment. I think the indent is set to around 4 characters. But how ...
1
vote
2answers
79 views

Tabbing and automatic line breaks without columns

I'm making dense revision notes so I'm trying to use all space possible e.g. tabbing and adding short notes whenever the previous item takes up significantly less than half the line \begin{tabbing} ...
3
votes
2answers
44 views

Tabbing and font size change

As a follow up of a previous question Paragraph break when combining tabbing and font change I need to type snippets of code within a tabbing environment, but sometimes I need to change the size of ...
4
votes
1answer
98 views

Inlining aligned tabular material in block of text

Edit. Some comments might be outdated. I would like to do the following: The blue parts should be treated as normal paragraph text, with normal automatic hyphenation. The green part is what you ...
5
votes
2answers
58 views

Paragraph break when combining tabbing and font change

I have found a strange behavior when combining the tabbing environement with a font change. When I write the following code blah blah blah blah blah blah blah blah blah blah blah blah \begin{tabbing} ...
2
votes
1answer
133 views

Getting an “undefined tab position” error in tabbing environment

I'm not entirely sure what I'm doing wrong here, I'm using a \kill'd line to mark the tabs first, but it's still giving me an undefined tab position error. The error is reported for line 0 so I'm not ...
3
votes
2answers
147 views

\raggedright behavior with minipage and tabbing

In the following 3 examples a minipage with a nested tabbing environment is used to show several aligned lines of text. (This is part of a larger example.) Output of pdflatex : The first example ...
2
votes
2answers
122 views

Force column break within tabbing environment

Basically following the instructions here, I'm trying to enfore a column break in my text. My text is, however, embedded within a tabbing environment, and following the said instructions results in ...
6
votes
2answers
166 views

Horizontal enumeration in multiple columns

Consider the following minimal example: \documentclass{article} \setlength{\parindent}{0mm} \usepackage{paralist} \usepackage{tabto} \begin{document} \NumTabs{3} \begin{inparaenum} \item text ...
6
votes
1answer
1k views

Tabbing for math mode?

I'm looking for something synonymous to tabbing, but for math mode. I read that alignat* should do the trick, but this behaves differently it seems. For example: \documentclass{article} ...
0
votes
1answer
938 views

Latex tabbing: Undefined tab position

I am getting error"! LaTeX Error: Undefined tab position." for the following snippet of latex code. \begin{tabbing} \> \>$n$ = Some data\\ \> \>$B$ = Another Statement\\ \> \>$N$ = ...
5
votes
2answers
194 views

Making the font size smaller in this mdframed, and turning into a reusable environment

I am very close to getting the mdframed setting that I want: \documentclass[a4paper,10pt]{book} \usepackage[paper=a4paper,twoside=true,lmargin=4cm, rmargin=4cm,bindingoffset=0cm]{geometry} ...
1
vote
1answer
2k views

Fix the height/length of a minipage

I have 2 columns in 1 slide. On the left hand, it is a tabbing inside a minipage in a framed. Some sentences are shown one by one by overlay, that results in the height/length of the whole minipage ...
4
votes
1answer
103 views

Color a block of texts inside tabbing

I am editing a frame of a presentation in beamer. This frame has 2 parts side by side. The left side is a program by tabbing containing 5 lines: \begin{frame} \frametitle{A motivating example} ...
8
votes
2answers
435 views

Mixing enumerate and tabbing, whats wrong here?

So I can't seem to figure out whats wrong with my LaTeX file. Do you guys see anything obvious? \documentclass[11pt]{article} \newcommand{\df}[1]{\textbf{#1}} \begin{document} \section{Midterm 1} ...
5
votes
2answers
147 views

underline instead of space in tabbing environment

I have following example \begin{tabbing} Person1: \underline{Long info about Person1} \= Person2: \underline{Shorter info} \> \end{tabbing} I want to fill the gap in second line before the \> ...
2
votes
1answer
541 views

Tabbing within a table cell

This is a MWE but it will not work however would give the idea of what I am doing. \documentclass[fleqn,12pt,a4paper]{article} \RequirePackage{myPackage} \begin{longtable}{p{2cm}p{12cm}p{1.5cm}} ...
3
votes
2answers
979 views

Tabbing environment: How to line break?

I'm desperately trying to get a linebreak in a CV at the end of my dissertation. When I do this: \begin{tabbing} \hspace*{4.5cm}\=\kill 09/2004 -- 11/2010 \> \textbf{Study of Biology at TU ...
5
votes
2answers
327 views

Tabulators like in OpenOffice/LibreOffice

Is there any way to achieve the same result in LaTeX as done with tabulators in other Word Processors? The difference to tables is that the text is not limited to cells but can flow across there ...
4
votes
2answers
532 views

Tabbing in the \address section of the letter document class

I am writing a letter using LaTeX's letter template, in which I include my e-mail address and phone numbers in the \address section. I would like to use icons from the marvosym package instead of ...
1
vote
1answer
184 views

Print programs with automatically generated line numbers and tabbing

I have post a question several weeks ago: Print programs with its proper syntax, and I choose to use tabbing package at the moment. Now I really need to keep the tabbing and print a line number ...
5
votes
1answer
1k views

Controlling vertical space within a “tabbing” environment

I'm using the "tabbing" environment to typeset algorithms. Because I'm using math formulas within the algorithms (yes I know about specific packages to do this), the vertical space needs a bit of ...
0
votes
1answer
202 views

listings package - including textfile - tabstops wrong

In MikTex with \usepackage{listings}, when including a textfile into a pdf-document using \lstinputlisting[]{textfile.xt} then ocassionally, the display of the tabstops in the created pdf-file ...
2
votes
1answer
137 views

Tabs and columns in LaTeX

I'm looking for a way to do something like this in LaTeX: 2006-now good years had a lot of fun 2002-2005 not good years I just wish I knew how to do this ...
2
votes
2answers
353 views

Where to add a caption and a reference to a tabbing&fbox&minipage

I put some texts enclosed within tabbing, embedded in fbox and minipage: \fbox{% \begin{minipage}[t]{0.48\linewidth}% \begin{tabbing} \quad \= \quad \= \quad \= \quad \= \quad \= \hspace{5cm} \= ...
3
votes
1answer
253 views

How to remove the first blank line in tabbing environment?

I put some texts enclosed within tabbing, embedded in fbox and minipage: \fbox{% \begin{minipage}[t]{0.48\linewidth}% \begin{tabbing} \quad \= \quad \= \quad \= \quad \= \quad \= \hspace{5cm} \= ...
2
votes
1answer
497 views

Macro for tabbing with complex line breaks (or similar environment)

I have a complicated transcription with mid-line aligned text. I've been using tabbing to do it automatically, but it obviously doesn't do line breaks. I want to write a macro (unless something ...
4
votes
2answers
256 views

Tabstop-like alignment of text possible?

I'd like to format some text around a tabstop such that what is left from the tabstop is \flushright and the text that is right from the line is \flushright. The Tabstop is at a specific position, ...
3
votes
2answers
884 views

How to put table into multicols

I'm trying to get table formated like this: A desription of A D description of D B long description Eee description of Eee of B F description of F Cccc ...
3
votes
1answer
3k views

Removing vertical space before and after tabbing environment

When I write \begin{tabbing} \hspace{4in}\= \kill % set up two tab positions {\bf University }, {\it City, NW} \> PhD, Physics (2007-2011)\\ \end{tabbing} Methodology and numerical ...
6
votes
2answers
5k views

setting tabs by declaration rather than by example

Is it possible to set tab stops in some sort of initial formatting declaration, abstractly? The code examples I see around town all show tabs being set by example, with \= in the first line of ...
7
votes
2answers
2k views

How do I use tab stops in enumerate or itemize?

Current code is: \begin{enumerate}[label=LEVEL \arabic{*},leftmargin=*] \item Description of Level 1 \quad L1 \\ \emph{more text} \item Description of Level 2 \quad L2 \\ \emph{more text} ...
5
votes
2answers
5k views

Tabbing inside itemize (or itemize inside tabbing)

How can I combine the tabbing and itemize environments so that I'll have a list in which I can use tabstops? - It would be nice foo bar - If I could get this working baz quuz I ...
3
votes
2answers
2k views

Two-column longtable or tabular

I'm using longtable to store a glossary-like list of abbreviations used in my document, and as it only has two columns, but is two pages long, I was wondering if there was a way to make it wrap into ...
9
votes
1answer
2k views

Tabbing with automatic line breaks

I want to format text like this: a) Bla bla bla bla lbal bla blablalakasdfdl sdlf sdfl blablalbalasldkfsdflksdf b) b;sdfdfgldfgajs;dflsfsldfk s;dlfskfwopwerkrotkdfpgodfg osdofkdfgk ...
6
votes
1answer
899 views

How to reduce space after the end of a tabbing environment

In my resume, for each of my jobs I have a tabbing environment set up for the name of the company, the city, and the dates for the job. I then would like to have the description of the job immediately ...