Tagged Questions
5
votes
3answers
113 views
lining figures in tables and math, old style figures in text
I’m using TeXLive 2012, up to date on Ubuntu 12.10. When I use the libertine package with the option osf and newtxmath for math fonts!, I get oldstyle nombers everywhere, but I only want to use them ...
1
vote
1answer
44 views
Two columns of equations, aligned and just one number per column
I'm writing a two-column document, and I want to display two sets of large equations floating at the top. Each equation set should be aligned within the same column, and only the two top equations ...
7
votes
2answers
57 views
Setting an “attribute” for Theorem to be accessed later
I am writing a math paper with a large number of theorems. I'm looking to have a table summarizing my results, and I'd love it if the table could be generated automatically from my paper. I' looking ...
5
votes
2answers
127 views
Math mode in tabular without having to use $…$ everywhere
\begin{tabular}{|l|l|l|}
\hline
Column A & Column B \\
\begin{math}
x & y \\
\end{math}
\end{tabular}
This won't let me compile and gives a lot of errors, how do I enable math mode in a ...
3
votes
1answer
61 views
Citing a reference in a table
I was preparing a table in my research paper where I was having a formula in one column and the name of the Mathematician who discovered it in another column. I also want to cite the paper of the ...
0
votes
1answer
39 views
LaTeX \bar in table [duplicate]
I'm very new to Latex. So i want to put a \bar W in a table but the bar is covered by the horizontal line of table.So it becomes invisible. I tried adding \noalign{\smallskip} after \hline but it cuts ...
3
votes
0answers
60 views
How to use only mathematical input in the first column with pgfplotstable
I can use a mix of text and mathematical input in the first column of a table generated with pgfplots with no problem, and also mathematical input in, e.g. the last column, as this mwe shows:
...
5
votes
1answer
57 views
How to define a table column to always be a math equation, while others are text?
I'd like to typeset a table listing some equations, something like
Euler's formula & e^{i\phi} &= \cos\phi + i\sin\phi
Euler's identity & 1 + e^{i\pi} &= 0
Putting this in a ...
2
votes
1answer
48 views
Formatting a conditional table of coefficients in LaTeX
I'm totally blanking on how to format this, or even what to use as a search term to see if anyone has asked about it before. I would like to make a conditional table of coefficients (ie. two tables ...
3
votes
1answer
65 views
Line break in a table cell for a math equation?
In the middle of typing up an assessment and trying to work out how to get equations to work inside a table environment
\documentclass [11pt] {article}
\usepackage{amsmath}
\usepackage{pdflscape}
...
1
vote
1answer
87 views
Math in table mixed with text and proper alignment
I have some problems using tabular environment mixed with math formulars, multiple lines and alignment. I have this code:
\begin{tabular}[!ht]{p{5cm}p{5cm}p{5cm}}
\toprule
Col1 & Col2 ...
2
votes
2answers
71 views
Multicolumn proofs, align within tabular?
I want to condense my assignment by laying out each solution as a table with a picture on one side and the proof on the other. To make matters worse, I need to be able to include some equation ...
12
votes
3answers
488 views
How can I illustrate decimal to binary conversion?
As part of my homework for discrete math I need to convert different decimal values, both positive and negative, to 8-bit binary representations using signed magnitude, 1's complement, and 2's ...
5
votes
3answers
170 views
slim braces in a table
We need to make clear that certain data is the same in several rows. An underbrace taken from math-mode does the job quite well, but is unfortunately way too prominent in the table, especially in ...
4
votes
3answers
130 views
math size in a table
I have a long table and I want to fit it in one page. Table has number and symbol entries. The size to the table can be reduced if I can reduce the font size. How can I reduce the font size in this ...
4
votes
3answers
354 views
hspace in tabular
How can I move the summation equation that appears at the bottom of column 3 to be centered with the column 3rd column. Using \hspace hasn't been successful thus far.
...
8
votes
1answer
321 views
siunitx: Bold single numeric cells
I'm struggling to make a single numeric cell in an siunitx table bold. (A similar question for making a whole column bold is available here.)
I want to define a simple macro which I can set for the ...
1
vote
1answer
119 views
Using \cdots in Table - error: Missing $ inserted
Am getting countless error messages for 'Missing $' and Extra }, or 'forgotten $'.
I am building a table and trying to fill some cells with dots (\cdots, \vdots etc). The first line in the table with ...
2
votes
1answer
114 views
Math in table doesn't work
I have a table, which code is:
\documentclass[a4paper]{report}
\usepackage{booktabs}
\usepackage{fullpage}
\usepackage{multirow}
\usepackage{array}
\usepackage{threeparttable}
\usepackage{amsmath}
...
7
votes
2answers
195 views
How to make \tfrac work in >{}?
When I used >{$\sqrt\bgroup\tfrac}c<{\egroup$}, I got the following output.
The weird part happened at the last column. How to fix it?
\documentclass[border=3pt]{standalone}
...
3
votes
1answer
144 views
Subequations inside a table
I am trying to insert a subequation system inside a table.
This is the idea of what I want:
\begin{table*}[tb]
\centering
\caption{Device Modelling Specifications.}
\label{tab:deviceModelling}
...
1
vote
1answer
1k views
Math mode in tables
I am trying to write notations like degree, micro etc in a table with math mode on. To form the table, i am using -
\usepackage{booktabs}
\usepackage{array}
But in my table when i type
$^\circ$
...
3
votes
1answer
142 views
imagen beside a math
how I can make me stay in the following way but instead of using $ using the command / begin {align} for me to number the mathematical formulas to reference them later?
\begin{center}
...
2
votes
1answer
223 views
Recreate efficiently this figure
I am writing a technical document, and I need to explain several steps of a construction which use matrices and linear equations. I was puzzled how I would create my figures and one paper I reference ...
4
votes
3answers
456 views
Can't enter calculation in table
I'm kind of new to LaTeX and I want to put these 3 calculations in a table. But I'm getting errors
\begin{tabular}{ l | c | r }
\begin{math}
\frac{9250}{7650} = 1,21 &
\frac{10126}{7986} = ...
14
votes
2answers
6k views
Math inside tables and formatting
I'm trying to make a little summary of mathematic analysis, useful for my university, in LaTeX. I'm stuck in the problem of creating nice table, with alternate colouring containing equations with ...
4
votes
1answer
379 views
Math column in tabular without “array” package
I'd like to do something like
\begin{tabular}{>{$}c<{$} c}
but I'm not able to use the array package (which defines >{...} and <{...}) due to technical restrictions.
Is there any ...
20
votes
5answers
2k views
Best way to create an system of equations enviroment?
I am trying to write a few system of equations, and I want the terms to be nicely spaced as below
2x + y + 3z = 10 \\
x + y + z = 6 \\
x + 3y + 2z = 13
Now using some ...
10
votes
2answers
120 views
Restore original definition of $
I found an incompatibility between onlyamsmath and tabu, related to the redefinition of the $-sign. (Its is an active char, and thus breaks inside tabu columns specifiers). This is triggered with:
...
5
votes
2answers
475 views
sans serif math in tables and siunitx
I want to know the easiest way to ensure that the content inside a tabular, including siunitx columns is set using a/the sans serif math font. The normal document is set in serif font.
This approach ...
4
votes
2answers
928 views
Vertical spacing in tables with math
How can I force LaTeX to vertically center math in a table taking into account subscripts, superscripts, etc? It appears from the output below that LaTeX vertically centered the $JV$ and added the ...
5
votes
4answers
316 views
How can I typeset non-inline math in tables?
I have to typeset mathematics in table and want to avoid it being scaled down because I have to use inline math (\( \)). However, using \[ \] for example does not work. What is the best way to typeset ...
8
votes
3answers
187 views
Vertically Centering Text/Numbers in Rows of Array using Math Mode
I am trying to center text in an array of two rows inside a math mode environment so that the text in the second column of the array appears half way between the first and second row of the first ...
1
vote
2answers
188 views
Format mathematical definitions
I want to define a list of definitions.
This is what I have:
\begin{align*}
Let & L_{1} = (Q_{1},\sum,\delta_{1},q_{1},F_{1}), and \\
& L_{2} = (Q_{2},\sum,\delta_{1},q_{2},F_{2}).
...
12
votes
1answer
6k views
How to add extra spaces between rows in tabular environment?
I couldn't find any option that lets me expand the vertical space between rows in tabular environment. For example,
\begin{tabular}{c c}
$f^{(n)}(x)$ & $f^{(n)}(0)$ \\
...
2
votes
1answer
98 views
How to continue a piece of text so it is aligned with the last line of an inline multiline box?
Is there a way to have the continuation of a piece of text aligned with the last line of a multiline environment, such as array?
For example, I would like to define the command
...
1
vote
1answer
329 views
Using \frac within a table
Does \frac not work from within a table? I need to reproduce the formulae for various methods on this page - here. I for example use
Normalized Square Difference & \frac{\sum_{x',y'} ...
2
votes
1answer
748 views
How to change the height of a (multi)row in tabular with math
I have the following code:
\documentclass{article}
\usepackage{multirow}
\begin{document}
\begin{table}[htbp]
\centering
\begin{tabular}{lcccl}
\textbf{Irland} & - & ...
0
votes
1answer
1k views
Cannot make latex multicolumn work
I am trying to make a matrix in LaTeX.
Now I am trying to make a table with multicolumn like
a b c
d у
So I coded
\usepackage{arydshln}
\usepackage{array}
\usepackage{amsmath}
...
0
votes
0answers
618 views
Math inside a table [closed]
I have tried to place some math inside a table - producing errors.
Anyone here experienced the same issues, and found a solution?
5
votes
1answer
1k views
Embedding large equation in tabular
When I put an equation in a tabular, it gets vertically compressed. How do I prevent that?


