>From 72c667546d964d7fd40a1f21a6475c62e364e77c Mon Sep 17 00:00:00 2001 From: Akira Yokosawa <akiyks@xxxxxxxxx> Date: Tue, 24 Oct 2017 22:15:27 +0900 Subject: [PATCH 2/2] defer/rcuapi: Move sidewaystable caption to top Captions of sidewaystables can't be controled by float package's styles. We need to move the caption in LaTeX source. Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- defer/rcuapi.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/defer/rcuapi.tex b/defer/rcuapi.tex index 6da4676..d4e434d 100644 --- a/defer/rcuapi.tex +++ b/defer/rcuapi.tex @@ -20,6 +20,8 @@ presents concluding remarks. \rowcolors{1}{}{lightgray} \renewcommand*{\arraystretch}{1.3} \centering +\caption{RCU Wait-to-Finish APIs} +\label{tab:defer:RCU Wait-to-Finish APIs} \footnotesize \begin{tabularx}{7.9in}{>{\raggedright\arraybackslash}p{1.08in} >{\raggedright\arraybackslash}X @@ -115,8 +117,6 @@ Non-\tco{PREEMPT_RT} implementation & SRCU \\ \bottomrule \end{tabularx} -\caption{RCU Wait-to-Finish APIs} -\label{tab:defer:RCU Wait-to-Finish APIs} \end{sidewaystable*} The most straightforward answer to ``what is RCU'' is that RCU is -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe perfbook" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html