Не допускать растягивания нежелательного текста в латексных документах - PullRequest
0 голосов
/ 07 апреля 2011

У меня следующая проблема с моим латексным документом (см. Отмеченную красным область на рисунке). Я хочу выцарапать слова, как в зеленой отмеченной области.

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 Ответ

1 голос
/ 08 апреля 2011

Я думаю, что ваша проблема связана с URL.URL-адрес печатается одним словом без пробелов.Вы можете добавить \ newline перед "http: // ...."

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...