我試圖將两个圖像放在另一个旁邊,然後我註意到括號內的子標题之間有一个很大的間隙(?)!
知道如何避免這種情况吗?
\documentclass {article}
\usepackage {mwe}
\usepackage{xltxtra}
\usepackage{xunicode}
\usepackage{xgreek}
\usepackage[LGRx,T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[english,greek]{babel}
\usepackage{alphabeta}
\usepackage{subcaption}
\usepackage{kerkis} % Fonts
\XeTeXlinebreaklocale "el"
\setmainfont[
UprightFont = Kerkis,
ItalicFont = KerkisItalics,
SlantedFont = KerkisItalics,
BoldFont = Kerkisb,
BoldItalicFont = Kerkisbi,
BoldSlantedFont = Kerkisbi,
SmallCapsFont = KerkisSmallCaps]
{Kerkis}
\newfontface\bfsc{KerkisSmallCaps-Bold}
\begin {document}
\blindtext
\begin {figure}
\begin{subfigure}[b]{0.48\linewidth}
\includegraphics [width =\linewidth] {example-image-a}
\subcaption{Κάτι στα ελληνικά}
\label{Figure:FIG_A}
\end{subfigure}
\hfill
\begin{subfigure}[b]{0.48\linewidth}
\includegraphics [width =\linewidth] {example-image-b}
\subcaption{Something in English}
\label{Figure:FIG_B}
\end{subfigure}
\caption{Εικόνα Α (Αριστερά) και Εικόνα Β (Δεξιά)}
\label{Figure:FIG_A_B[![enter image description here][1]][1]}
\end{figure}
\end{document}
最新回復
- 2019-12-51 #
相似問題
- 列表浮動与子列表LaTeXfloatsLaTeXlistingsLaTeXsubfloatsLaTeXsubcaption2019-12-05 21:31
- LaTeX subfloats:如何在近距离圖片的標题之間建立距离?LaTeXcaptionsLaTeXsubfloatsLaTeXsubcaption2019-12-05 21:22
- LaTeX subfloats:两个數字並排 - 對齐& 尺寸問题LaTeXhorizontalalignmentLaTeXsubfloatsLaTeXminipageLaTeXsubcaptionLaTeXsize2019-12-05 21:20
- LaTeX floats:放置不同宽度的子圖LaTeXfloatsLaTeXsubfloatsLaTeXsubcaption2019-08-17 20:54
- LaTeX graphics:子標题環境失败包含子圖的所有數字突然崩潰LaTeXgraphicsLaTeXfloatsLaTeXsubfloatsLaTeXsubcaption2019-08-17 09:39
如果我删除pdftex字型代碼並切換到我可用的具有拉丁字母和希腊字母的字型,我就会得到上述內容。
這意味着你的"差距"可能是一个缺失的
'
在您使用的字型中.檢查missing character
的日志 警告.我没有Kerkis字型設置建議是否有可以在這裏使用的相容字元,但是將其作為部分答案發佈以顯示圖像(使用Arial字型)。重音来自於
在\alph
的巴貝爾希腊重新定義 對於字母編號,如果添加subcaption
之後 包裝將標記為(1)和(2)。