忽略 Latex 文档中不需要的文本拉伸

发布于 2024-10-31 08:27:54 字数 2159 浏览 1 评论 0原文

我的乳胶文档存在以下问题(请参见图片中的红色标记区域)。我想划掉绿色标记区域中的文字。

我的乳胶问题:) - 请参阅红色区域

我猜这种不当行为是通过我的样式设置演变而来的。

\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}

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

一如既往,感谢您快速而有用的答复。

马蒂亚斯

I have the following problem with my latex document (see the red marked area in the picture). I want to scratch the words like in the green marked area.

my latex problem :) - see the red area

I guess that this misbehavior evolves through my style settings.

\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}

If you can, please tell me, which option I have to change in order to get a 'fine word stretching' for the whole document.

As always, thanks for your fast and helpful answers.

Matthias

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

﹉夏雨初晴づ 2024-11-07 08:27:54

我认为你的问题与网址有关。 URL 地址打印为一个单词,不带空格。您可以在“http://....”之前添加 \newline

I think that your problem is connected with url. Url adress is printed as one word without spaces. You may add \newline before "http://...."

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文