Questions tagged [tabulary]

{tabulary} is for questions pertaining to the use of the tabulary package to create a tabular-like environment.

is for questions pertaining to the use of the tabulary package to create a tabular-like environment.

170 questions
8
votes
1 answer

How do I "debug" LaTeX errors?

Consider: \documentclass[oneside,12pt]{article} \usepackage{tabulary} \usepackage{booktabs} \begin{document} \begin{table} \center \begin{tabulary}{22cm}{L C} \toprule \bfseries{111} & \bfseries{222} \\ \midrule …
fuuman
  • 183
6
votes
1 answer

Missing vertical space in tabulary

Please consider the following MWE: \documentclass{article} \usepackage{tabulary} \begin{document} \begin{tabulary}{5cm}{rL} A & B\\[5cm] A & B\\ \end{tabulary} \end{document} Previously (with array.sty v2.4d) this resulted in an…
TeXisFun
  • 113
3
votes
1 answer

How to fix odd tabulary behavior?

My example…
kennyB
  • 459
2
votes
1 answer

How to stretch Tabulary when content is smaller than the length parameter

A coworker and I are working on templates for documentation in which certain types of tables are a repeated element. These tables vary in content depth, often wrapping the content in Column B of the MWE. Because these elements repeat, we've set a…
twip
  • 325
1
vote
2 answers

Table in landscape with wrapped text

I have \documentclass{article} \usepackage[utf8]{inputenc} \usepackage[showframe]{geometry} \usepackage{colortbl} \usepackage{array, makecell,…
0
votes
1 answer

Making tabular without frame for text and left justify

I've seen related to this problem, but my problem is the output shows mathstyle with italic font instead of textstyle (Not italic). And then i tried to use \text{...}, but it didn't work and a lot of errors happened. And what if i get rid the dollar…
0
votes
1 answer

Tabulary - missing number - treated as zero

I do understand where the error is about the missing number: Missing number, treated as zero. \end{tabulary} \documentclass[a4paper,11pt]{article} \usepackage{hyperref} \usepackage{fontspec} \usepackage[english, ngerman]{babel} \usepackage{soul} %…
LeO
  • 1,451
0
votes
1 answer

tabulary: overflow and column squeezing

I am having problems with tabulary in a 2-column table. If column2 has multiple lines of text, it causes column1 to be squeezed to a ridiculously small width. And column1 sometimes overflows into column2. Basic markup: \usepackage{tabulary} …
mikey
  • 21
0
votes
1 answer

tabulary: Support for scaled column widths?

Can I use the tabulary package to create a 2-column table, with column1 using 30% of the available width and column2 using 70%? For example: \begin{tabulary}{|p{30%}|p{70%}|} ... \end{tabulary}
mikey
  • 21
0
votes
0 answers

Tabulary suppress frame border

I'm using Python Sphinx to generate my manuals which contains a variety of different tables. In some case I need to adjust a table, so that it doesn't show the frame any longer. Python Sphinx outputs are tabulary environments from the package…
Aleph0
  • 101