| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 6 months |
| seen | 15 hours ago | |
| stats | profile views | 51 |
|
Jun 15 |
awarded | Notable Question |
|
Jun 2 |
awarded | Popular Question |
|
May 13 |
comment |
xtab breaking table even though next row could “apparently” fit @anaheim This worked for me, from the xtab manual: The command \xentrystretch{decimal-fraction} can be used before a table to modify the amount of vertical space apparently consumed by each entry in the subsequent table(s). The default is \xentrystretch{0.1} which species a 10% overestimate in the vertical space. |
|
Apr 18 |
comment |
How to switch to upright greek in math mode? @Aydin my bad, mathup is something related to unicode-math in XeTeX or LuaTex |
|
Apr 18 |
comment |
How to switch to upright greek in math mode? I believe the correct command you want is \mathup, not \mathrm. I can't compile the MWE for come reason so I can't offer much help. How about loading amsmath and try \operatorname{\theta}? |
|
Jan 25 |
accepted | Why do \pagenumbering and \setpagecounter break \cleardoublepage? |
|
Jan 25 |
comment |
Why do \pagenumbering and \setpagecounter break \cleardoublepage? Thanks, I guess the trick to make sure the first content page reads p.i is to either trick \cleardoublepage by changing the page counter and back or insert a blank page |
|
Jan 24 |
comment |
Why do \pagenumbering and \setpagecounter break \cleardoublepage? I think a hack is to use \addtocounter{page}{-1}\cleardoublepage\stepcounter{page} |
|
Jan 24 |
comment |
Why do \pagenumbering and \setpagecounter break \cleardoublepage? You have misunderstood my intentions. If I send my document to a printer, it doesn't matter whether the page label is p.ii or p.iii, in the eyes of the printer and ther pdf file, if I began the title page as label 0, then p.iii is actually an even page with respect to the pdf, and the printer will then bind it to the wrong side. While the goal may sound trivial: I simply don't want the title page to start counting from "1". |
|
Jan 24 |
comment |
Why do \pagenumbering and \setpagecounter break \cleardoublepage? That is undesirable in my opinion. Currently it means I have no mean of begining the real first page, the TOC, as p.i without manually hacking the pages of the subsquent chapters, while preserving 'open rightness'. Is it not easy to obtain the actual page number then? |
|
Jan 24 |
asked | Why do \pagenumbering and \setpagecounter break \cleardoublepage? |
|
Jan 24 |
comment |
How can I explain the meaning of LaTeX to my grandma? In my opinion the biggest advantages of (La)TeX are 1) you can automate cross-referencing (pretty much impossible without automation in a big document), 2) type out Mathematics easily and enjoy the results in a efficient manner. 3) Additional packages available offers flexibility and convenience. E.g. try typesetting bibliographies in say APA style manually. 4) Aesthetically pleasing typography, e.g. ligatures, spacing |
|
Jan 20 |
comment |
How to automate vfill on last paragraph before a page break in case of underfull vbox @Aditya thanks, seems to work well. I tried searching for the answer and couldn't find it before. |
|
Jan 20 |
asked | How to automate vfill on last paragraph before a page break in case of underfull vbox |
|
Dec 28 |
accepted | strange behaviour with glossaries see key |
|
Dec 28 |
comment |
strange behaviour with glossaries see key Thanks. When I compiled your answer, I still don't see any automatically added text of "see also"? Do I have to add it manually to description of Empirical? If so, what is the point of the optional argument [see also]? |
|
Dec 27 |
comment |
strange behaviour with glossaries see key Are you suggeesting "see" key does not function when nonumberlist is used? I thought it would print the description for Empirical as "See also blackbox" and give a hyperlink (if hyperref is loaded) to the glossary entry of blackbox. In another words, where is the see also text and how to bring it up? |
|
Dec 27 |
comment |
strange behaviour with glossaries see key Sorry I don't see how I read it wrong: "Note that in this case, the entry with the see key will automatically be added to the glossary, but the cross-referenced entry won’t" In my case, the entry with the see key is Empirical, the cross-referenced entry is blackbox. The former, as the wording suggest, should be added to the glossaries automatically. If I did not cite \gls{blackbox}, then the wording would suggest blackbox won't be added to the glossaries, since blackbox is the cross-referenced entry. This I haven't tried |
|
Dec 26 |
comment |
How to draw tangent line at a given point on the circle? It'd be easier if you include the code of what you have done so far |
|
Dec 26 |
asked | strange behaviour with glossaries see key |