Questions tagged [dcolumn]

{dcolumn} is a package that defines a system for defining columns of entries in an array or tabular which are to be aligned on a ‘decimal point’.

132 questions
3
votes
2 answers

dcolumn and aligning string values

I have a question about Latex tables and dcolumn package and I was hoping you could help me fix my problem. I am using dcolumn package to align my regression results from the decimal point. Everything looks fine but I also have a row that includes…
Shahram
  • 31
  • 2
3
votes
1 answer

dcolumn with alignment to comma

this is supposed to be an easy question, but I didn't find a clear answer anywhere. I want to use dcolumn with comma as a separator. However, I found different solutions and the manual is unclear to me. It says in D{>sep.tex<}{>sep.dvi<}{>decimal…
TomM
  • 1,694
  • 1
  • 19
  • 31
3
votes
1 answer

Using dcolumn with \underset in LaTeX

I am using the dcolumn package in LaTeX to align by ".". It works well with \newcolumntype{.}{D{.}{.}{-1}} \begin{tabular}{l . . . . . . . . . } However, I want to include the standard errors of the estimates using \underset{std}{est}. This…
2
votes
1 answer

Aligning numbers on a forward slash using dcolumn

I would like to align numbers of the form 1/10 and 20/1,256 on the forward slash character. I have tried to use dcolumn, specifically the D command, but I clearly don't understand…
2
votes
0 answers

Latex: The packages ngerman and dcolumn don't work together

The following example won't compile (pdflatex). You can test that it compiles WITHOUT the package ngerman. But the the quotation marks are not correct. I don't know anything about the interior of packages, but the interference of these two packages…
1
vote
2 answers

underline a dcolumn cell

I have the following example…
tiom
  • 75
1
vote
1 answer

How to decimal-align a table using dcolumn package

I have the following table, and would like to decimal align all the numbers. Can you please suggest how to do it? \newpage \begin{table}[htb] \centering \begin{changemargin}{0.0cm}{0.5cm} \caption{Sample title } \end{changemargin}…
0
votes
1 answer

Using dcolumn to format regression tables with "." in variable names

I have long used esttab to output regression tables from stata into LaTeX. Now I'm trying to line up the columns by decimal place. The issue I'm having is that the coefficient labels on the left have "." in them (they are variable names). As such,…
exl
  • 113
0
votes
1 answer

Table alignment using dcolumn

I am struggling with an issue regarding numbers alignment in a table. I have the following example (notice that I am using the style provided by the journal, which can be downloaded from…
Dario
  • 1,340
0
votes
1 answer

Missing } inserted. after use of \dcolumn

After using the dcolumn package in table I got this strange error of a missing } inserted. This is my…
Frank
  • 1
0
votes
1 answer

dcolumn font changing and + or - alignment

I am using the dcolumn package for unit alignment in tables. The dcolumn fonts should be changed to helvetica 7pt. But I don't know how to change the fonts and size. I needs to be align the plus or minus symbol. How to control the plus or minus…
CS Kumar
  • 1,253