\usepackage{color,colortbl}tabular環境中の任意のセルで、例えば、
\cellcolor[gray]{0.85}
Ubuntuを中心にメモを書き綴ります。
\usepackage{fancyhdr}
\pagestyle{fancy}
\chead{title}
\rhead{\today \ \ authorname}
\setcounter{topnumber}{2} % ページの上の方に置ける図の数
\def\topfraction{.7} % ページの上の方で図が占めることのできる割合
\setcounter{bottomnumber}{1} % ページの下の方に置ける図の数
\def\bottomfraction{.3} % ページの下の方で図が占めることのできる割合
\setcounter{totalnumber}{3} % ページ内に置ける図の数
\def\textfraction{.2} % ページ内の文章領域の最小の割合
\def\floatpagefraction{.5} % 図表のページで図表の占める最小の割合
\setcounter{dbltopnumber}{2} % 二段組時にページの上の方に置ける図の数
\def\dbltopfraction{.7} % 二段組時にページの上の方で図が占める
% ことのできる割合
\def\dblfloatpagefraction{.5} % 二段組時に図表のページで図表の占める
% 最小の割合
\begin{table}
\begin{center}
\begin{threeparttable}
\caption{}
\label{}
\begin{tabular}{}
\hline
hogehoge\tnote{aaa}
\end{tabular}
\begin{tablenotes}
\item[aaa] bbb
\end{tablenotes}
\end{threeparttable}
\end{center}
\end{table}
libata.noacpi=1
$ sudo gedit /boot/grub/menu.lst
libata.noacpi=1
$ sudo gedit /boot/grub/grub.cfg
linux /boot/vmlinuz-2.6.31-14-generic root=UUID=XXXX ro quiet splash locale=ja_JP libata.noacpi=1
$ sudo update-grub2
/etc/modprobe.d/blacklist.confの最下行に以下を追記し,再起動するだけです。
blacklist acer-wmi
Section "Device"
Identifier "Configured Video Device"
Driver "sis"
VendorName "SiS"
BoardName "SiS651AGP"
VideoRAM 32768
Option "Turboqueue" "off"
Option "EnableSiSCtrl" "yes"
Option "UseSSE" "yes"
# Option "DDCMode" "on"
# Option "ForceCRT1Type" "LCD"
Option "LVDSHL" "1"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
HorizSync 31.5-65.0
VertRefresh 50.0-90.0
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "1280x768" "1280x768_60.00" "1280x768_75.00" "1280x768_50.00" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection