Search found 19 matches

by wuming
Tue May 11, 2010 7:41 pm
Forum: TeXShop
Topic: Forward and Inverse dvi search + automatic dvi reload
Replies: 1
Views: 3254

Re: Forward and Inverse dvi search + automatic dvi reload

to the moderator:: should I post this on a different forum?
Cheers!

N
by wuming
Wed May 05, 2010 10:31 am
Forum: TeXShop
Topic: Forward and Inverse dvi search + automatic dvi reload
Replies: 1
Views: 3254

Forward and Inverse dvi search + automatic dvi reload

Hi,

I have used Texmaker for a while in both win + mac machines.
I think its behavior is somehow unstable with mac so I decided
to switch to TexShop. I am particularly interested in Forward
and Inverse dvi search abilities of the editor.

So I came up to the hint that one should use Command+Click ...
by wuming
Fri Feb 12, 2010 4:10 pm
Forum: BibTeX, biblatex and biber
Topic: refer only to a book chapter with jabref
Replies: 10
Views: 15242

Re: refer only to a book chapter with jabref

hi, I solved the issue by placing
the book authors in the booktitle.
it doesn't look pleasant, but it
works. thanks for helpin me out

N
by wuming
Wed Feb 10, 2010 8:45 pm
Forum: BibTeX, biblatex and biber
Topic: refer only to a book chapter with jabref
Replies: 10
Views: 15242

Re: refer only to a book chapter with jabref

I will do asap
N
by wuming
Wed Feb 10, 2010 8:25 pm
Forum: BibTeX, biblatex and biber
Topic: refer only to a book chapter with jabref
Replies: 10
Views: 15242

refer only to a book chapter with jabref

thanks for all the info!

InCollection works, but I want the book authors to appear in the
reference and also apart from the Chapter authors. In the attached
image, I get Chapter's authors. Where should I place the Book authors
in the InCollection field? Perhaps in the same entry for Booktitle ...
by wuming
Wed Feb 10, 2010 7:18 pm
Forum: BibTeX, biblatex and biber
Topic: refer only to a book chapter with jabref
Replies: 10
Views: 15242

refer only to a book chapter with jabref

thanks for the reply.

Are you sure that the .bst file is not included in the .cls file
in this case? I see \bibliographystyle{abbrv} but there is no
abbrv.bts file, neither an abbreviated cross-reference in
any of the .tex files...

Alternatively, you can get the acmsiggraph.bst file here
http ...
by wuming
Tue Feb 09, 2010 6:31 pm
Forum: BibTeX, biblatex and biber
Topic: refer only to a book chapter with jabref
Replies: 10
Views: 15242

refer only to a book chapter with jabref

thanks!

the style file is here:
http://www.acm.org/sigs/publications/pr ... -templates
Alternate ACM LaTeX2e Style File V2.4 (APRIL 2009 CLS)

I find it hard to make any modification though =/
If anyone wants to have a look,
the bib related part starts from line 1179

cheers!

N
by wuming
Tue Feb 09, 2010 4:07 pm
Forum: BibTeX, biblatex and biber
Topic: refer only to a book chapter with jabref
Replies: 10
Views: 15242

refer only to a book chapter with jabref

Hi,

does anybody know how can I refer solely to a book chapter in jabref?
I use the Inbook entry, but simply by filling the the Editor
Tab with the names of book's authors (in total) does not work.
I attach the table of book contents and my jabref attempt.

wumingJabrefBookFields.png

Cheers ...
by wuming
Sat Sep 12, 2009 10:15 pm
Forum: LyX
Topic: beamer problem:: cannot insert logo + delete navigation bars
Replies: 4
Views: 6113

Re: beamer problem:: cannot insert logo + delete navigation bars

to any moderator::

Is there any more relevant beamer user-group
that I should post my issue?

Cheers
by wuming
Thu Sep 10, 2009 9:27 pm
Forum: LyX
Topic: beamer problem:: cannot insert logo + delete navigation bars
Replies: 4
Views: 6113

beamer problem:: cannot insert logo + delete navigation bars

Hi,

I want to insert a logo into a couple of slides but I fail.

I go with::
\pgfdeclareimage[height=0.5cm]{institution-logo}{institution-logo-Picture2}
\logo{\pgfuseimage{institution-logo}}

where institution-logo-Picture2.png is the logo file
and institution-logo is the alias.
HAve also ...