在乳胶文档中省略不需要的文本拉伸

时间:2011-04-07 19:54:06

标签: latex

我的乳胶文件存在以下问题(参见图片中的红色标记区域)。我想抓住绿色标记区域中的字样。

my latex problem :) - see the red area

我猜这种不端行为是通过我的风格设置演变而来的。

\documentclass[fontsize=12pt,parskip=full,normalheadings,a4paper]{scrartcl}
\usepackage[a4paper,inner=40mm,outer=30mm,top=33mm,bottom=30mm]{geometry} 
\usepackage[utf8x]{inputenc}
\usepackage[T1]{fontenc}

\usepackage{times}                            % font-style
\usepackage{graphicx}                         % figures
\usepackage[square]{natbib}                   % for references
\usepackage{csquotes}                         % quotes
\usepackage{verbatim}                         % comment-environment
\linespread{1.10}                             % line distance
\DeclareGraphicsRule{.pdftex}{pdf}{.pdftex}{} % for xfig
\usepackage{tabularx}                         % tables
\usepackage{srcltx}                           % forward/reverse search in dvi
\usepackage[perpage,marginal,hang]{footmisc}  % make special footnote symbols
\sloppy                                       % prevent overfull boxes

%\usepackage[ngerman]{babel}                                                % damit das Inhaltsverzeichnis auf deutsch ist

%% styling the header and footer
\usepackage[headsepline]{scrpage2}                    % separation line in the header
    \clearscrheadfoot
    \automark[subsection]{section}      
    \lehead[]{\leftmark}
    \lohead[]{\rightmark}
    \rehead{\pagemark}
    \rohead{\pagemark}
    \pagestyle{scrheadings}


%% color
\usepackage{color}
\usepackage{xcolor}
    \definecolor{darkred}{rgb}{.5,0,0}
    \definecolor{darkblue}{rgb}{0,0,.5}

\usepackage[plainpages=false,pdfpagelabels,colorlinks=true,urlcolor=darkblue,pagecolor=darkred,
citecolor=black,linkcolor=black]{hyperref}


%% settings for caption
\usepackage[font=footnotesize,labelfont=bf,textfont=it,singlelinecheck=false,format=hang]{caption}


% counter hack for setting the counter for the listings
\usepackage{chngcntr}
    \counterwithin{figure}{section}
    \counterwithin{table}{section}

如果可以的话,请告诉我,我必须更改哪个选项才能获得整个文档的“精细词汇”。

与往常一样,感谢您快速而有用的答案。

的Matthias

1 个答案:

答案 0 :(得分:1)

我认为您的问题与网址有关。网址地址打印为一个单词,没有空格。您可以在“http:// ....”

之前添加\ newline