上海的网红街区是未来城市生活消费的模板吗?
3 questions
3
votes
1
answer
144
views
Abstracting out "the font of the table header is bold"
Let's say I want my tables to have the following look:
I can do that as follows:
\documentclass{memoir}
\usepackage[table]{xcolor}
\begin{document}
\begin{table}[h!]
\centering
\rowcolors{2}...
4
votes
1
answer
142
views
Changing the font in every second line of the table
I've already found solutions here that work over \rowfont{} but not automatically adjust by even and odd number of lines.
I think about a case function it would work well for the first lines and then ...
2
votes
1
answer
510
views
Change font in all sideways tables
Is there any way how to change the font in all sideways tables of the document? The following code
\makeatletter
\renewenvironment{sidewaystable}
{\renewcommand\familydefault{mdput}
\@...