Tagged Questions

5
votes
5answers
2k views

Getting two tables in LaTeX to have the same (right-aligned) column width

I have two very short and consecutive sections (for a CV), each containing a small table: \section{Work Experience} \begin{tabular}{r|p{11cm}} Current & Your job at Your Company, Town \\ Jan ...
2
votes
3answers
353 views

How do I align like this with VIM's Tabular Plugin?

This is my code: john,betty,wally,beth walter,george,thomas,john herbert,bob,petty,mick` Does anyone know how to align it to this with VIM's Tabular Plugin: john, betty, wally, beth walter, ...
2
votes
3answers
301 views

How to find the 3rd occurrence of a pattern on a line

Today I had to align a table at only the first multiple spaces on a line. p.e. <ScrollWheelDown> move window three lines down <S-ScrollWheelDown> move window one ...
2
votes
2answers
722 views

table, tabular, tabularx vertical alingment, latex

Ok, this sounds so easy, but I've spent hours googling and I just cant find a solution, that isn't to complicated. I want to create a table that has images and text in it. I want every row of the ...
1
vote
1answer
113 views

Vim: Receive char on function to tabularize

I learned that using this: let mapleader=',' if exists(":Tabularize") nmap <Leader>a= :Tabularize /=<CR> vmap <Leader>a= :Tabularize /=<CR> endif would give me a ...
1
vote
1answer
708 views

How do you vertically center text with an image in a latex table?

I want to align text with the center of a large image in latex. Unfortunately, the text some text is aligned with the bottom of the image: \begin{tabular}{cc} some text & ...