| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 5 months |
| seen | Nov 25 '12 at 12:02 | |
| stats | profile views | 91 |
|
Sep 3 |
comment |
monospaced fonts not respecting spaces? This works BUT spacing size doesn't seem to be correct. Seem my updated post. |
|
Sep 3 |
revised |
monospaced fonts not respecting spaces? added 652 characters in body |
|
Sep 3 |
comment |
monospaced fonts not respecting spaces? lstlisting seems to not work in my code(it's being used in a tikz matrix node). Verbatim seems to create a new \par that causes extra space in my matrix node. I sort of need an 'inline' verbatim. |
|
Sep 3 |
comment |
monospaced fonts not respecting spaces? verbatim doesn't work because it seems to create a new indented paragraph. (I'm using this in a tikz matrix). Changing the catcode for space causes the space to take on a weird looking character. Verbatim does keep the extra spaces though but basically adds some vertical space to the matrix cell. |
|
Sep 3 |
asked | monospaced fonts not respecting spaces? |
|
Sep 3 |
comment |
tikz matrix keep spaces in text @TorbjørnT. This doesn't seem to preserve to more than one space. (e.g., it keeps a b c aligned with 1 2 3 but not a b c with 11 22 33 ) |
|
Sep 3 |
asked | tikz matrix keep spaces in text |
|
Sep 3 |
asked | Tikz matrix with header row |
|
Aug 31 |
comment |
Tikz realistic 3D grid My lattice is about 6x6x6 but I won't label every lattice point. Just the foreground ones a layer or two deep(I need to label enough to show the pattern that exists on the lattice). |
|
Aug 31 |
comment |
Tikz realistic 3D grid @percusse Not so much. By realistic I mean it shouldn't look like 2D, the viewer shouldn't get easily confused by which line goes with which axis, and objects at some lattice point should easily be a seen at that point and not possibly some other point. Similar: projects.skewed.de/graph-tool/doc/_images/lattice_3d.png but visually a mess. (I understand it is difficult or near impossible to make it ideal but maybe someone has some tricks to get decent results) |
|
Aug 31 |
revised |
Tikz realistic 3D grid edited title |
|
Aug 31 |
asked | Tikz realistic 3D grid |
|
Aug 30 |
comment |
Prevent float from splitting paragraph @barbarabeeton What I used was \FloatBarrier which seems to keep my floats in order that they are shown. |
|
Aug 30 |
comment |
Center table or tikzpicture horizontally ignoring margins Unfortunately in my code I still get errors ;/ Stuff like Latex Error: Not in outer par mode and undefined control sequence ...\@currbox.... The problem seems to be entirely due to wrapping the tikzpicture with a figure. Removing it works but then I lose my caption. |
|
Aug 30 |
accepted | Center table or tikzpicture horizontally ignoring margins |
|
Aug 30 |
comment |
Center table or tikzpicture horizontally ignoring margins @HarishKumar I've tried that with tikzpicture and it starts giving me errors about ampersand. |
|
Aug 30 |
asked | Center table or tikzpicture horizontally ignoring margins |
|
Aug 29 |
comment |
Adding a footnote to the end of chapters Would it be easier simply to modify endnotes to produce a similar result as yours? Also, your code gives errors when there are no chapterfootnotes created. |
|
Aug 29 |
accepted | Adding a footnote to the end of chapters |
|
Aug 29 |
comment |
Adding a footnote to the end of chapters Exactly! Thanks! Is it possible to allow more than one "chapterfootnote"? I do not need it now but maybe for others or in the future. |