Search found 16 matches

by ltxsun
Thu Dec 29, 2011 5:15 am
Forum: Text Formatting
Topic: Hyphenation of "Comparison"
Replies: 2
Views: 2150

Re: Hyphenation of "Comparison"

thanks!
by ltxsun
Mon Dec 26, 2011 7:06 am
Forum: Text Formatting
Topic: hyperref, idxlayout | Index Entries point back to Text Body
Replies: 0
Views: 1376

hyperref, idxlayout | Index Entries point back to Text Body

Hi,
I am using hyperref and ldxlayout, so far I have achieved a very basic index layout. However, there is one thing that bothers me. How do I make the hyper link on the index page points back directly to the place where \index{} is inserted, instead of the top of the page?

Thanks!
by ltxsun
Fri Dec 23, 2011 10:41 pm
Forum: Text Formatting
Topic: Hyphenation of "Comparison"
Replies: 2
Views: 2150

Hyphenation of "Comparison"

I want to use Times in my document, so I set these in my preamble:

Code: Select all

\usepackage[T1]{fontenc}
\usepackage[english]{babel}
\renewcommand{\rmdefault}{ptm}
But I found that in the same document, the word ``comparison'' can be hyphenated as either compar-ison, or, compari-son.

Is this right?
by ltxsun
Thu Dec 22, 2011 7:44 am
Forum: BibTeX, biblatex and biber
Topic: Does apacite support doi?
Replies: 11
Views: 14322

Re: Does apacite support doi?

I have a kind of tedious solution. As my bib file is getting bigger and bigger, it is getting harder to sync between my latex bib and EndNote for Word. Hopefully there will be a new version of apacite soon.

For the moment, I just use this field for a clickable doi (using hyperref, and I like the ...
by ltxsun
Tue Aug 17, 2010 7:59 pm
Forum: Viewers for PDF, PS, and DVI
Topic: color in Acrobat Reader
Replies: 3
Views: 28462

Re: color in Acrobat Reader

I found that my problem is due to Acrobat Reader's handling of transparency in that it uses CMYK mode to render RGB colors.

A discussion and solution can be found at:
http://old.nabble.com/Re:--Latex-beamer-users--beamer-color-issues-td15389091.html

p.s. to localghost, I cannot edit the original ...
by ltxsun
Sun Aug 08, 2010 11:14 pm
Forum: Viewers for PDF, PS, and DVI
Topic: color in Acrobat Reader
Replies: 3
Views: 28462

color in Acrobat Reader

Acrobat Reader cannot display the color correctly: for example, blue, specified in tikz as rgb(0,0,1), is shown as (55,83,165) by the Photoshop eyedropper. but it can be displayed correctly on Adobe Illustrator, Sumatra PDF, TeXworks previewer.

I found some related posts. However, I need to use ...
by ltxsun
Tue Aug 03, 2010 8:24 pm
Forum: Document Classes
Topic: beamer: get ride of left margin
Replies: 4
Views: 28555

beamer: get ride of left margin

Thanks for the reminder. I have edited the original post.
localghost wrote:As it is clearly written in the Board Rules, topics with a solved problem have to be marked accordingly by the OP.


Best regards
Thorsten
by ltxsun
Tue Aug 03, 2010 8:11 pm
Forum: Document Classes
Topic: clip current block (beamer)
Replies: 0
Views: 1383

clip current block (beamer)

Hi,
Is there a way to select the entire block (or exampleblock, etc.) in a clip? or even better, to only select the content part? I only know how to clip the bounding box, such as:

\path[clip] (current bounding box.north west) rectangle (current bounding box.south east);

Thanks!
by ltxsun
Sun Aug 01, 2010 1:10 pm
Forum: Document Classes
Topic: beamer: get ride of left margin
Replies: 4
Views: 28555

Re: beamer: get ride of left margin

Hi, gmedina, Thanks! Your code solved my problem right away!
by ltxsun
Sat Jul 31, 2010 11:23 pm
Forum: Document Classes
Topic: beamer: get ride of left margin
Replies: 4
Views: 28555

beamer: get ride of left margin

Hi,
When I use \begin{frame}[plain], I can get rid of all theme components (e.g., to fit a large picture), as described in the user guide.

However, I still have the text left margin. \hspace{-1cm} does not work. and I do not want to do
\setbeamersize{text margin left=0cm} as LaTeX tells me it can ...