| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year |
| seen | Oct 28 '12 at 15:11 | |
| stats | profile views | 4 |
|
May 24 |
comment |
2 column layout without using tabular I'm not familiar with Tex at that level, isnt there some kind of command like: \drawline{1cm,0cm,1cm,10cm} that simply draws a vertical line at 1cm horiz. pos... something like that... |
|
May 24 |
comment |
2 column layout without using tabular Now, there is only one thing that nags me: Is there a possibility to get the vertical seperator between year and text that you have with tabular? I'm be glad even with a brute force command, that "superposes" a simple line at a hand calculated coordinate onto the whole design... |
|
May 24 |
comment |
2 column layout without using tabular Thats what I was looking for, thanks. |
|
May 24 |
comment |
footnote in table with hyperlinks Hmmm, I think I should have stayed with MS-WORD... :-) |
|
May 24 |
comment |
footnote in table with hyperlinks @cgnieder when I use \begin{savenotes} both \footnote and \tablefootnote only link to the beginning of the page, they don't jump directly to the footnote, only the last \tablefootnote in the table jumps to the (I think first) footnote defined in the table. Then I removed \begin{savenotes} and used \tablefootnote and then it seems to be the desired behaviour. So: \begin{savenotes} shouldnt be used but only \tablefootnote + pdflatex ... |
|
May 24 |
comment |
footnote in table with hyperlinks @cgnieder Bingo ! Now the boxes appear. That was the answer. Thanks. |
|
May 24 |
comment |
footnote in table with hyperlinks I'll try Windows/MikTeX... |
|
May 24 |
comment |
footnote in table with hyperlinks I'll try Windows/MikTeX |
|
May 24 |
comment |
footnote in table with hyperlinks Ok, I'll try it with Windows/MikTeX then. Thanks. Note: I dont have enough reputation point to move the entries up/down, so thank you here... |
|
May 24 |
comment |
footnote in table with hyperlinks I'll try to switch to TeX Live 2011 and Win32, if only I could get a link to a installer that I can use. Really, I dont really have an overview of all the different latex, pteTex, luatex, texmake, tex-package-managers, etc... |
|
May 24 |
comment |
footnote in table with hyperlinks I use a Makefile to generate a pdf under linux: latex c.tex; dvipdf c.dvi, the result it c.pdf. c.tex is the above example. latex --version prints: pdfTeX 3.1415926-2.3-1.40.12 (TeX Live 2012/dev/Debian), dvipdf comes from the ghostscript package... |
|
May 24 |
comment |
footnote in table with hyperlinks Is it Win, Linux or MaxOSX? I guess the easiest way is maybe that I try it under Windows, which installer can I use for TeX Live 2011, is there some distribution that is most popular? I'm not that familiar with Tex... |
|
May 24 |
comment |
footnote in table with hyperlinks Yes, I compiled the entire code, but (on my system) when using your \tnotex I get a "3??" as output and no red link at all... |
|
May 24 |
comment |
footnote in table with hyperlinks The answer from cgnieder indicates that I have some delta in the latex system I use. His setup outputs i.stack.imgur.com/5lpGN.png , my setup i.stack.imgur.com/xggYv.jpg ... what kind of setup do you use? |
|
May 24 |
comment |
footnote in table with hyperlinks Maybe I should switch OS, what OS and distribution do you use to get that the above output? |
|
May 24 |
comment |
footnote in table with hyperlinks I tried your example but I still get the underscore version : i.stack.imgur.com/xggYv.jpg . I'm using a debian-wheezy installation with texlive-latex-extra package. It should be the latest setup... On a old slackware using tablefootnote was not possible... |
|
May 24 |
comment |
footnote in table with hyperlinks I tried your example but the output doesnt have any links. Only the footnote and footnote marker. My problem is that I dont get the right link: Inside the table it is only an underscore, outside the table it is a box... I want a box also inside the table. |
|
May 24 |
comment |
footnote in table with hyperlinks I substituted footnote with tablefootnote but it is in fact the same output: The problem is not weather or not the footnote marker and footnote apears but rather how the links are build: Inside the table the link is only an underscore, outside the table it is a box. It is very difficult to click on only the underscore... |