列表添加了空格,如何删除?

发布于 2024-10-05 02:54:47 字数 1521 浏览 10 评论 0原文

嘿伙计们, 当使用列表在我的 PDF 中呈现代码时,它会在一些字符后添加空格。 这就是 pdf 中的样子(我不允许发布图像,因为声誉,'因此将“.png”添加到网址中,抱歉)。

我正在使用以下代码来添加列表。

\newcommand{\lstchange}[2]{
  \lstset{breaklines=true,
  frame=single,
  captionpos=b,
  basicstyle={\ttfamily\footnotesize},
  showspaces=false,
  showstringspaces=false,
  showtabs=false,
  numberstyle={\ttfamily\footnotesize},
  keywordstyle={\bfseries\color{blue}},
  stringstyle=\color{darkorange}\ttfamily,
  commentstyle=\color{OliveGreen},
  language=#1,
  morekeywords={#2} }
}

% ...

\lstchange{bash}{svn , cd, gnome-open}
\begin{lstlisting}[caption=someCaption, label=someLabel]
#!/bin/bash

svn checkout http://opendecisionrepository.googlecode.com/svn/trunk/sources/web-interface/src/main/webapp odr-appetizer-2 -r 621

cd odr-appetizer-2

#open drawing.xhtml
gnome-open drawing.xhtml
\end{lstlisting}

你们中有人知道为什么会发生这种情况吗?即使我使用乳胶维基书中的标准示例,也会发生这种情况。

也许这对您来说也很重要,配置文件:

\usepackage[english]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}

\usepackage[left=2.5cm, right=2.5cm, top=2.5cm, bottom=3cm, a4paper]{geometry}
\usepackage[pdftex]{graphics}
\usepackage{fancyhdr}


\usepackage{%
  array,
  booktabs,
  dcolumn,
  rotating,
  shortvrb,
  tabularx,
  units,
  url,
  xcolor,
  lastpage,
  longtable,
  lscape,
  multirow,
  amssymb,
  amsmath,
  float,
  chngpage,
  colortbl,
  helvet,
  listings
}

提前致谢!

干杯,

Hey guys,
when using listings to present code in my PDF, it adds whitespaces after some characters.
This is how it looks in the pdf (I'm not allowed to post images because of reputation, 'hence add ".png" to the url, sorry).

I'm using the following code to add the listings.

\newcommand{\lstchange}[2]{
  \lstset{breaklines=true,
  frame=single,
  captionpos=b,
  basicstyle={\ttfamily\footnotesize},
  showspaces=false,
  showstringspaces=false,
  showtabs=false,
  numberstyle={\ttfamily\footnotesize},
  keywordstyle={\bfseries\color{blue}},
  stringstyle=\color{darkorange}\ttfamily,
  commentstyle=\color{OliveGreen},
  language=#1,
  morekeywords={#2} }
}

% ...

\lstchange{bash}{svn , cd, gnome-open}
\begin{lstlisting}[caption=someCaption, label=someLabel]
#!/bin/bash

svn checkout http://opendecisionrepository.googlecode.com/svn/trunk/sources/web-interface/src/main/webapp odr-appetizer-2 -r 621

cd odr-appetizer-2

#open drawing.xhtml
gnome-open drawing.xhtml
\end{lstlisting}

Does anyone of you have an idea why this happens? Even if I use the standard example from the latex wikibook this happens.

Maybe this is also important for you, the config file:

\usepackage[english]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}

\usepackage[left=2.5cm, right=2.5cm, top=2.5cm, bottom=3cm, a4paper]{geometry}
\usepackage[pdftex]{graphics}
\usepackage{fancyhdr}


\usepackage{%
  array,
  booktabs,
  dcolumn,
  rotating,
  shortvrb,
  tabularx,
  units,
  url,
  xcolor,
  lastpage,
  longtable,
  lscape,
  multirow,
  amssymb,
  amsmath,
  float,
  chngpage,
  colortbl,
  helvet,
  listings
}

Thanks in advance!

Cheers,

Ben

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

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

发布评论

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

评论(1

焚却相思 2024-10-12 02:54:47

无法在这里重现此内容(使用 \documentclass{article}),它看起来不错。我只需注释掉“OliveGreen”,因为它是未知的。

Cannot reproduce this here (with \documentclass{article}), it looks fine. I only had to comment out "OliveGreen" because it was unknown.

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