Re: Table of Anything! (Customized)

2009-05-26 Thread rgheck

Marcelo Reis wrote:

rgheck wrote:

Marcelo Reis wrote:

Richard Heck wrote:

Marcelo Reis wrote:
Any one know how or where can I find information about creating a 
customized listing of anything?!


Google might help, but the standard reference for this kind of 
thing is /The LaTeX Companion/.


Richard



Richard, before I post the message I tried to find for it.
Does this have a special name? Do you know?


http://houseofinteraction.com/texblog/?p=56

rh



Thank you SO MUCH Guy!..
And I need to apologize about what happened, I'm really honest when I 
say that I've searched for it (google-it).
But this is really hard to define in words (maybe my bad English helps 
a lot with it).


I had some idea what I was looking for, so had the advantage. And I've 
been wanting to do this myself for a while, so it was worth searching.


I may try to turn those suggestions into a simple LaTeX package for 
creating new lists of whatever.


rh



Re: Table of Anything! (Customized)

2009-05-26 Thread Marcelo Reis

rgheck wrote:

Marcelo Reis wrote:

Richard Heck wrote:

Marcelo Reis wrote:
Any one know how or where can I find information about creating a 
customized listing of anything?!


Google might help, but the standard reference for this kind of thing 
is /The LaTeX Companion/.


Richard



Richard, before I post the message I tried to find for it.
Does this have a special name? Do you know?


http://houseofinteraction.com/texblog/?p=56

rh



Thank you SO MUCH Guy!..
And I need to apologize about what happened, I'm really honest when I 
say that I've searched for it (google-it).
But this is really hard to define in words (maybe my bad English helps a 
lot with it).


But I'm lucky to have a mail-list with people like you, always  trying 
to help and of course with MUCH pacience.. :-)


I must to THANK  you and ALL the maillist for the tips and help you are 
providing.


Cheers,
Marcelo



Re: Table of Anything! (Customized)

2009-05-24 Thread Jürgen Spitzmüller
Marcelo Reis wrote:
> What I'd like to do is specify my own table of something, is it possible?

If this "something" is supposed to be in some kind of float, it is easy.Using 
the Layout syntax model from stdfloats.inc (which is in the "layouts" folder 
of your LyX directory), you can create a file named "animals.module" which 
looks as follows:

--

#\DeclareLyXModule{Animals}
#DescriptionBegin
#Defines folats and lists of floats for cats and dogs
#DescriptionEnd

Format 11

Float
Typecat
GuiName Cat
Placement   tbp
Extensionloc
NumberWithin  none
Style   plain
ListName"List of Cats"
LaTeXBuiltin false
End

Float
Typedog
GuiName Dog
Placement   tbp
Extensionlod
NumberWithin  none
Style   plain
ListName"List of Dogs"
LaTeXBuiltin false
End

---

Save this file in a (probably to be created) folder "layouts" in your LyX user 
directory, run Edit>Reconfigure, restart LyX and select the new module from 
Document>Settings>Modules.

You will find the respective floats and list of floats at the usual place.

HTH,
Jürgen 


Re: Table of Anything! (Customized)

2009-05-24 Thread Marcelo Reis

Richard Heck wrote:

Marcelo Reis wrote:
Any one know how or where can I find information about creating a 
customized listing of anything?!


Google might help, but the standard reference for this kind of thing 
is /The LaTeX Companion/.


Richard



Guys, I have searched for it on google but I did not find anything usefull.
An example of what I found:
|\addcontentsline{file}{sec_unit}{entry}
But under file option it just accept LOC, LOF, FOT (List of Contents, 
Figures, Tables).

What I'd like to do is specify my own table of something, is it possible?

Thx
Marcelo
|


Table of Anything! (Customized)

2009-05-22 Thread Marcelo Reis
Any one know how or where can I find information about creating a 
customized listing of anything?!


I mean, List of Pictures is ok (Standard) as well as List of Contents.
But what if I'd like to create a List of Pictures of My DOG and a List 
of pictures of my Cat and another List of picture of my Shark!?!?


Is there any special name for what I'm trying to do?!

Regards, and Thank you !
As usually you guys are helping me a lot finishing my thesis.

Marcelo