Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

The devil finds work for idle circuits to do.


computers / comp.text.tex / Re: Can't generate the symbols represented in dingbat package.

SubjectAuthor
* Re: Can't generate the symbols represented in dingbat package.Julius Dittmar
`* Re: Can't generate the symbols represented in dingbat package.hongy...@gmail.com
 `* Re: Can't generate the symbols represented in dingbat package.Julius Dittmar
  `- Re: Can't generate the symbols represented in dingbat package.hongy...@gmail.com

1
Re: Can't generate the symbols represented in dingbat package.

<sb9k6o$1ntn$1@news-cypress.fernuni-hagen.de>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=3776&group=comp.text.tex#3776

  copy link   Newsgroups: comp.text.tex
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!3.eu.feeder.erje.net!feeder.erje.net!news-1.dfn.de!news.dfn.de!news-cypress.fernuni-hagen.de!news.fernuni-hagen.de!.POSTED.xdsl-89-0-232-190.nc.de!not-for-mail
From: Julius.Dittmar@gmx.de (Julius Dittmar)
Newsgroups: comp.text.tex
Subject: Re: Can't generate the symbols represented in dingbat package.
Date: Sun, 27 Jun 2021 12:33:59 +0200
Organization: FernUni Hagen
Message-ID: <sb9k6o$1ntn$1@news-cypress.fernuni-hagen.de>
References: <38aadd2d-d4e6-41ae-b0d5-c9939d0a6302n@googlegroups.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sun, 27 Jun 2021 10:34:00 +0000 (UTC)
Injection-Info: news-cypress.fernuni-hagen.de; posting-host="xdsl-89-0-232-190.nc.de:89.0.232.190";
logging-data="57271"; mail-complaints-to="newsadmin@fernuni-hagen.de"
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101
Thunderbird/78.8.1
In-Reply-To: <38aadd2d-d4e6-41ae-b0d5-c9939d0a6302n@googlegroups.com>
Content-Language: en-US
 by: Julius Dittmar - Sun, 27 Jun 2021 10:33 UTC

Hi HY,

Am 27.06.21 um 12:27 schrieb hongy...@gmail.com:
> ```latex
> \documentclass{paper}
> \usepackage{dingbat}
> \begin{document}
>
> $\anchor \eye \Sborder$
>
> \end{document}

> Any hints for this problem will be highly appreciated.

Why do you use those macros in math context? Those are no math symbols.
As soon as you remove the change to inline math, all is well, at least
in my setup.

HTH,
Julius Dittmar

Re: Can't generate the symbols represented in dingbat package.

<5a83b152-0e7a-411c-8f39-e889e7290acen@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=3779&group=comp.text.tex#3779

  copy link   Newsgroups: comp.text.tex
X-Received: by 2002:a37:a649:: with SMTP id p70mr2171185qke.225.1624872728047;
Mon, 28 Jun 2021 02:32:08 -0700 (PDT)
X-Received: by 2002:a0c:eb0c:: with SMTP id j12mr24537257qvp.3.1624872727884;
Mon, 28 Jun 2021 02:32:07 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.text.tex
Date: Mon, 28 Jun 2021 02:32:07 -0700 (PDT)
In-Reply-To: <sb9k6o$1ntn$1@news-cypress.fernuni-hagen.de>
Injection-Info: google-groups.googlegroups.com; posting-host=103.138.53.176; posting-account=kF0ZaAoAAACPbiK5gldhAyX5qTd3krV2
NNTP-Posting-Host: 103.138.53.176
References: <38aadd2d-d4e6-41ae-b0d5-c9939d0a6302n@googlegroups.com> <sb9k6o$1ntn$1@news-cypress.fernuni-hagen.de>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <5a83b152-0e7a-411c-8f39-e889e7290acen@googlegroups.com>
Subject: Re: Can't generate the symbols represented in dingbat package.
From: hongyi.zhao@gmail.com (hongy...@gmail.com)
Injection-Date: Mon, 28 Jun 2021 09:32:08 +0000
Content-Type: text/plain; charset="UTF-8"
 by: hongy...@gmail.com - Mon, 28 Jun 2021 09:32 UTC

On Sunday, June 27, 2021 at 6:44:05 PM UTC+8, Julius Dittmar wrote:
> Hi HY,
>
> Am 27.06.21 um 12:27 schrieb hongy...@gmail.com:
> > ```latex
> > \documentclass{paper}
> > \usepackage{dingbat}
> > \begin{document}
> >
> > $\anchor \eye \Sborder$
> >
> > \end{document}
> > Any hints for this problem will be highly appreciated.
> Why do you use those macros in math context? Those are no math symbols.
> As soon as you remove the change to inline math, all is well, at least
> in my setup.

Thanks. Removing inline mathematical symbols will solve this problem. But, it seems that this package conflicts with stix package as shown below.

The minimal tex testing document:
```latex
\documentclass{paper}

\usepackage{stix}
\usepackage{dingbat}

\begin{document}

\anchor \eye \Sborder

\end{document}
```
And the error message is shown below:

$ pdflatex test.tex
This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021) (preloaded format=pdflatex)
restricted \write18 enabled.
entering extended mode
(./test.tex
LaTeX2e <2020-10-01> patch level 4
L3 programming layer <2021-05-07>
(/opt/texlive/2021/texmf-dist/tex/latex/paper/paper.cls
Document Class: paper 2008/05/30 1.0l LaTeX document class (wm).
(/opt/texlive/2021/texmf-dist/tex/latex/base/size10.clo))
(/opt/texlive/2021/texmf-dist/tex/latex/stix/stix.sty
(/opt/texlive/2021/texmf-dist/tex/latex/base/textcomp.sty))
(/opt/texlive/2021/texmf-dist/tex/latex/dingbat/dingbat.sty

! LaTeX Error: Command \carriagereturn already defined.
Or name \end... illegal, see p.192 of the manual.

See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...

l.28 \newcommand{\carriagereturn}{\ark@sym{'103}}

?

HY

Re: Can't generate the symbols represented in dingbat package.

<sbc97r$n9k$1@news-cypress.fernuni-hagen.de>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=3781&group=comp.text.tex#3781

  copy link   Newsgroups: comp.text.tex
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!4.us.feeder.erje.net!feeder.erje.net!newsfeed.pionier.net.pl!news-1.dfn.de!news.dfn.de!news-cypress.fernuni-hagen.de!news.fernuni-hagen.de!.POSTED.xdsl-89-0-232-190.nc.de!not-for-mail
From: Julius.Dittmar@gmx.de (Julius Dittmar)
Newsgroups: comp.text.tex
Subject: Re: Can't generate the symbols represented in dingbat package.
Date: Mon, 28 Jun 2021 12:45:14 +0200
Organization: FernUni Hagen
Message-ID: <sbc97r$n9k$1@news-cypress.fernuni-hagen.de>
References: <38aadd2d-d4e6-41ae-b0d5-c9939d0a6302n@googlegroups.com>
<sb9k6o$1ntn$1@news-cypress.fernuni-hagen.de>
<5a83b152-0e7a-411c-8f39-e889e7290acen@googlegroups.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Mon, 28 Jun 2021 10:45:15 +0000 (UTC)
Injection-Info: news-cypress.fernuni-hagen.de; posting-host="xdsl-89-0-232-190.nc.de:89.0.232.190";
logging-data="23860"; mail-complaints-to="newsadmin@fernuni-hagen.de"
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101
Thunderbird/78.8.1
In-Reply-To: <5a83b152-0e7a-411c-8f39-e889e7290acen@googlegroups.com>
Content-Language: en-US
 by: Julius Dittmar - Mon, 28 Jun 2021 10:45 UTC

Hi HT,

that's a typical problem of those packages: There are symbols defined by
both stix and dingbats.

One workaround in this case:

\usepackage{stix}
\let\stixcarriagereturn\carriagereturn
\let\carriagereturn\relax
\usepackage{dingbat}

The second line copies stix' \carriagereturn to a unique macro name so
you can still use it later on. The third line undefines \carriagereturn,
so dingbat can define it again. Thus after the fourth line
\carriagereturn is dingbat's version, and \stixcarriagereturn is stix'
version. If you don't need stix' version, you can omit the second line.

Hope that helps,
Julius Dittmar

Am 28.06.21 um 11:32 schrieb hongy...@gmail.com:
> It seems that this package conflicts with stix package as shown below.
>
> The minimal tex testing document:
> ```latex
> \documentclass{paper}
>
> \usepackage{stix}
> \usepackage{dingbat}
>
> \begin{document}
>
> \anchor \eye \Sborder
>
> \end{document}
> ```
> And the error message is shown below:
>
> ! LaTeX Error: Command \carriagereturn already defined.

Re: Can't generate the symbols represented in dingbat package.

<b59b6458-15e2-4457-b871-dfbe354d2ff7n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=3802&group=comp.text.tex#3802

  copy link   Newsgroups: comp.text.tex
X-Received: by 2002:a0c:bf4b:: with SMTP id b11mr41797387qvj.11.1625114948482; Wed, 30 Jun 2021 21:49:08 -0700 (PDT)
X-Received: by 2002:a37:a117:: with SMTP id k23mr41075904qke.239.1625114948250; Wed, 30 Jun 2021 21:49:08 -0700 (PDT)
Path: i2pn2.org!rocksolid2!i2pn.org!weretis.net!feeder6.news.weretis.net!4.us.feeder.erje.net!2.eu.feeder.erje.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!tr3.eu1.usenetexpress.com!feeder.usenetexpress.com!tr2.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.text.tex
Date: Wed, 30 Jun 2021 21:49:08 -0700 (PDT)
In-Reply-To: <sbc97r$n9k$1@news-cypress.fernuni-hagen.de>
Injection-Info: google-groups.googlegroups.com; posting-host=103.138.53.159; posting-account=kF0ZaAoAAACPbiK5gldhAyX5qTd3krV2
NNTP-Posting-Host: 103.138.53.159
References: <38aadd2d-d4e6-41ae-b0d5-c9939d0a6302n@googlegroups.com> <sb9k6o$1ntn$1@news-cypress.fernuni-hagen.de> <5a83b152-0e7a-411c-8f39-e889e7290acen@googlegroups.com> <sbc97r$n9k$1@news-cypress.fernuni-hagen.de>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <b59b6458-15e2-4457-b871-dfbe354d2ff7n@googlegroups.com>
Subject: Re: Can't generate the symbols represented in dingbat package.
From: hongyi.zhao@gmail.com (hongy...@gmail.com)
Injection-Date: Thu, 01 Jul 2021 04:49:08 +0000
Content-Type: text/plain; charset="UTF-8"
Lines: 43
 by: hongy...@gmail.com - Thu, 1 Jul 2021 04:49 UTC

On Monday, June 28, 2021 at 7:02:05 PM UTC+8, Julius Dittmar wrote:
> Hi HT,
>
> that's a typical problem of those packages: There are symbols defined by
> both stix and dingbats.
>
> One workaround in this case:
>
> \usepackage{stix}
> \let\stixcarriagereturn\carriagereturn
> \let\carriagereturn\relax
> \usepackage{dingbat}
>
> The second line copies stix' \carriagereturn to a unique macro name so
> you can still use it later on. The third line undefines \carriagereturn,
> so dingbat can define it again. Thus after the fourth line
> \carriagereturn is dingbat's version, and \stixcarriagereturn is stix'
> version. If you don't need stix' version, you can omit the second line.

Thank you very much for your solution.

>
> Hope that helps,
> Julius Dittmar
>
> Am 28.06.21 um 11:32 schrieb hongy...@gmail.com:
> > It seems that this package conflicts with stix package as shown below.
> >
> > The minimal tex testing document:
> > ```latex
> > \documentclass{paper}
> >
> > \usepackage{stix}
> > \usepackage{dingbat}
> >
> > \begin{document}
> >
> > \anchor \eye \Sborder
> >
> > \end{document}
> > ```
> > And the error message is shown below:
> >
> > ! LaTeX Error: Command \carriagereturn already defined.


computers / comp.text.tex / Re: Can't generate the symbols represented in dingbat package.

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor