2015-12-02 47 views
0

我使用的是captionsub caption包。 當標題是這樣使用的文字加上引號:在圖片下引號

\caption{my name is "`Earl"'} 

的標題說

my name is „Earl\ 

哪裏反斜槓\從何而來?在文本的其餘部分,報價與"和完美的lowerupper引號"'工作的痕跡。

這裏有一個例子

\caption[This is the short caption of my category "`All Clouds on Earth"']{This is the long caption for the graphic of my category "`All Clouds on Earth"'. As you can see, all clouds are white} 

而不是„All Clouds on Earth"標題說„All Clouds on Earth\ 但是我想,如果我在它的工作原理標題... 例中使用"

\caption[This is the short caption of my category "`All Clouds on Earth"]{This is the long caption for the graphic of my category "`All Clouds on Earth". As you can see, all clouds are white} 

這得到我需要什麼„All Clouds on Earth" 它只是有點兒吮吸,我必須使用不同的方法文本和字幕,我敢肯定,有一個更好的辦法,但現在它的工作原理。

回答

0

好吧對於我沒有足夠的信譽發表意見的原因,我會寫一個答案:

首先,我不知道爲什麼會出現\,它不會發生在我身上的,但也許這可以幫助修復你的問題:

對於引號,你也可以這樣寫:

\caption{my name is \glqq Earl\grqq } 
+0

感謝您的答覆......我試過,但它沒有工作,它可以在文本不任何問題,但不在標題內......我總是以\作爲最後的配額N標誌 –

+1

好吧,我試圖找到的錯誤,但它爲我工作得很好,你可以編輯你的問題,並發表您的完整的前導和周圍東西的標題嗎? –