304 reputation
111
bio website cs.uwaterloo.ca/~j5clark
location Toronto, Canada
age 32
visits member for 2 years, 4 months
seen 11 hours ago
stats profile views 36

Postdoctoral fellow interested in authentication and cryptographic voting.


May
17
awarded  Popular Question
Apr
27
awarded  Nice Question
Apr
25
awarded  Popular Question
Feb
18
awarded  Commentator
Feb
18
comment Rotated column titles in tabular
@MarcvanDongen Thanks but the column headers in the example were just placeholder names; the real table I wanted to create (last page of this paper ) has less repetitious column headers.
Feb
12
accepted Sort by author in Alpha bibliography
Jan
25
awarded  Popular Question
May
21
awarded  Nice Question
Feb
21
awarded  Yearling
Nov
1
comment Rotated column titles in tabular
Thanks, this worked perfectly for me. I did "cheat" and just use: \newcommand{\rot}[1]{\multicolumn{1}{c}{\adjustbox{angle=60,lap=\width-1em}{#1}}‌​} What is the advantage of using \newcolumntype?
Oct
31
accepted Rotated column titles in tabular
Oct
25
comment Rotated column titles in tabular
I actually did look at that question first but the answer only works with exactly sideways text (they argue it is otherwise confusing; I disagree and would like rotated text as above).
Oct
25
asked Rotated column titles in tabular
Jul
13
comment Sentence case for titles in biblatex
Yeah I could have been clearer too: I was thinking inproceedings but saying article. Anyways, the declaration works exactly the way I want. Thank you!!!
Jul
13
accepted Sentence case for titles in biblatex
Jul
13
comment Sentence case for titles in biblatex
Right I could see how to expand it to other types. What I am interested in is the second thing: within a given type (say article), have the title in SentenceCase and have the booktitle with no formatting (although I have no need to limit it to articles).
Jul
13
comment Sentence case for titles in biblatex
That does not seem to do what I want. That limits the application of sentence case to articles (as opposed to inproceedings, techreport, etc.). What I want is within an article bibtex entry (and other types), to have it applied to title but not to booktitle.
Jul
13
asked Sentence case for titles in biblatex
Jul
12
awarded  Supporter
Jul
12
comment Sort by author in Alpha bibliography
I finally tried this out and it works great: Thanks! I am using \usepackage[style=alphabetic,terseinits=true,firstinits=true,sorting=nyt,backref‌​=true,maxnames=4,minnames=3]{biblatex} and \printbibliography[maxnames=10] (via your tip in my other question). It models what I want quite closely.