Search found 3 matches
- Thu Oct 28, 2010 3:19 pm
- Forum: Graphics, Figures & Tables
- Topic: Tabularx and multicolumn problem
- Replies: 5
- Views: 7341
Re: Tabularx and multicolumn problem
try adding column separators between your spanning columns.
- Tue Oct 26, 2010 8:21 pm
- Forum: TeXShop
- Topic: TeXShop - working with long docs
- Replies: 2
- Views: 6791
TeXShop - working with long docs
put this as the 1st line of your chapter#.tex files
Code: Select all
%!TEX root = main.tex
- Tue Oct 26, 2010 8:17 pm
- Forum: TeXShop
- Topic: Changing background color
- Replies: 2
- Views: 27465
Changing background color
maybe this will help: in a terminal, type the commands
Code: Select all
defaults write TeXShop background_R 1
defaults write TeXShop background_G 1
defaults write TeXShop background_B 1