| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 8 months |
| seen | 10 mins ago | |
| stats | profile views | 1,544 |
Finally I found out what my profile is good for: I can abuse it as a clipboard!
@: Welcome to tex.sx! A tip: you can use backticks `\`` to mark your inline code as I did in my edit.
@: Welcome to tex.sx! A tip: If you indent lines by 4 spaces, then they're marked as a code sample. You can also highlight the code and click the "code" button (with "101010" on it).
@: Welcome to tex.sx! Note that you don't have to (and shouldn't) sign with your name since it automatically appears in the lower right corner of your post.
@: I tidied up your question a bit, hope that's OK.
I think your question is answered [here](). (Possible duplicate?)
@: Can you please add a [minimal example](http://meta.tex.stackexchange.com/q/228/1235) that illustrates your problem?
|
Nov 12 |
comment |
How to horizontally draw a line passing through a point A until it reaches the border of a node B using TikZ? The disadvantage of this approach is that then it might be difficult to obtain a line that is really horizontal, let's say if the node A was a little lower. |
|
Nov 11 |
comment |
How can I use one argument as the default value for another? +1 for the idea to use repeated \newcommand s. |
|
Nov 11 |
comment |
include pdf pages in a latex document as appendix Just for those who don't want to look up the documentation: Use \includepdf{file}. |
|
Nov 11 |
answered | What are expl3 quarks? When, where, why and how should I use them? |
|
Nov 11 |
comment |
How can I use one argument as the default value for another? Very interesting. Could you elaborate a bit on the moO? (I think I can guess what it means, but still some confirmation would be great.) |
|
Nov 11 |
revised |
How can I use one argument as the default value for another? added code |
|
Nov 11 |
answered | How can I use one argument as the default value for another? |
|
Nov 11 |
comment |
Split-like environment inside cases environment +1 for improving alignment and spacing |
|
Nov 11 |
comment |
TikZ: “skipping” levels when drawing trees Great explanation, thanks! |
|
Nov 11 |
comment |
Impressive overview page and beamer handout mode +1; I have 10 or so slides on some frames; then it's indeed rather useless if each page is shown in the overview. |
|
Nov 11 |
comment |
Making switch/case with etoolbox's \ifdefequal Nice indeed! Is there a reason for all those ~s? |
|
Nov 10 |
comment |
TikZ: “skipping” levels when drawing trees @Caramdir: Sorry to keep asking and asking: As I understand it, Andrew uses mid west for drawing the lines, but south west for the label. So I'm still puzzled. I also didn't manage to fix the alignment issue in Matthew's solution; maybe my TikZ version is too old. |
|
Nov 10 |
answered | How to raise a subscript? |
|
Nov 10 |
comment |
Is there an \iftex4ht command, and if not, how should it be defined? @Charles: OK, sorry, I took that seriouly. Now with \four I did get it ... |
|
Nov 10 |
comment |
How to raise a subscript?' does nothing else than putting ^{\prime}! (And '' puts ^{\prime\prime}; ingenious definition of '.) |
|
Nov 10 |
comment |
TOC line indent and break problem I get this output. Except for the slightly overfull hbox, can you please specify what you don't like about it? |
|
Nov 10 |
revised |
TOC line indent and break problem fixed code |
|
Nov 10 |
comment |
TeX Live error on Ubuntu 10.04: pdflatex.fmt doesn't match pdftex.pool @mpg: That is not true for me; I've got a manual font entry in pdftex.map. (Maybe I should have done that differently??) |
|
Nov 10 |
comment |
Mapsto vs. rightarrow I'd prefer using \colon instead of :; in fact I'd even more prefer $f\from\mathbb N\to\mathbb N$, with \newcommand*\from{\colon}. |
|
Nov 10 |
comment |
Split-like environment inside cases environment @Niel: I didn't know that either, I just put it there and it worked :-) |