| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 6 months |
| seen | Mar 14 at 14:33 | |
| stats | profile views | 9 |
|
Jan 3 |
comment |
Numbering macros ohh that right.. thanks |
|
Jan 2 |
comment |
Numbering macros \catcode`1 works but not for 2 or 3 etc |
|
Jan 2 |
comment |
Numbering macros my plan is to change em back. at the end of the def page, and also convert when needed. |
|
Jan 2 |
comment |
Numbering macros I know its no a good idea, but it is the only solution that i can find since i cannot change the name! |
|
Dec 27 |
comment |
same float in multiple places pdflatex this is what i do now which works great. |
|
Dec 21 |
comment |
same float in multiple places pdflatex i have a script that converts some code into tables, and all these tables will be included in the end. Some of them are also needed in the report, so i would like to use the def to call them from the autogenerated code. but i will probably just do two files, one only including defs. |
|
Dec 21 |
comment |
same float in multiple places pdflatex i agree its a duplicate, sry i could not find the other post in my search |
|
Dec 21 |
comment |
same float in multiple places pdflatex sorry for not being clear. the problem is the tables i want to have in multiple places are in an appendix that is autogenerated. which means the \def will be in the last chapter. but i would like to CALL it before its actually defined. sort of a two times compile as for the \ref |
|
Dec 21 |
comment |
same float in multiple places pdflatex Small follow up Question, some of the tables are autogenerated and included in the end of the document. I can easily modify the auto generate code to do the \defs but are there anyway of using the def before its defined or including the document earlier with out actually printing the content. (its an appendix, don't want this in the beginning of the doc) |
|
Dec 21 |
comment |
same float in multiple places pdflatex awesome i will try this out |
|
Dec 21 |
comment |
dynamic paths in latex ok can you point me to a good place to start? never made a package before. :) |
|
Dec 21 |
comment |
dynamic paths in latex thats going to be a problem since this stuff is under SVN and is used by multiple people and the folder structure is not the same for all users. only content in the SVN folder has the same structure. this behavior by latex is to me VERY odd, why should the path to a folder be from the location of the main file and not from location the file that calls... still hoping for a solution anyone? |
|
Dec 20 |
comment |
tikz-timing package gives up on path after 25 clock cycles i found out how to update. thank you and it solved my problems. i will try to install the texlive and test that |
|
Dec 20 |
comment |
dynamic paths in latex What i mean is pics is a subfolder in my preamble folder. but it does not work to do \graphicspath{{./}{pics/}} i have to put the path from my main.tex file so what works is \graphicspath{{./}{../../../../Preambles/pics/}} but this doesnt help if i decide to move my main.tex... |
|
Dec 20 |
comment |
dynamic paths in latex or if that is not possible, then be able to do a new command from the main.tex \newcommand{\path}{path/to/pics/} and then call \path in the preamble, but i cant make it work |
|
Dec 20 |
comment |
dynamic paths in latex that gives me the same problem. that the grphicspath is dependend on where i include the preamble. so if i decide to have an extra folder lvl for one report then i need two different preambles... what i want is some way to give the path to picture based on the preamble location and not the main.tex file |
|
Dec 13 |
comment |
tikz-timing package gives up on path after 25 clock cycles ok i found out that im not using the same.. only my documentation was o.7 im actually using 0.6a i tried to update. but in the log its still the old file. do i need to locate and delete the old sty files? i used this guide to install the new package help.ubuntu.com/community/LaTeX |
|
Dec 13 |
comment |
tikz-timing package gives up on path after 25 clock cycles how do i check the actual version? |
|
Dec 13 |
comment |
tikz-timing package gives up on path after 25 clock cycles btw im using kile |
|
Dec 13 |
comment |
tikz-timing package gives up on path after 25 clock cycles thats odd. i use V0.7 also. but i get the error, i think my example is as simple as it gets. Im using pdf2latex |