Code Monkey home page Code Monkey logo

mathfam256's People

Contributors

aminophen avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

mathfam256's Issues

Adapt to LaTeX2e update

気がついた範囲でとりあえずメモ:

  • \document@select@group (ltfssdcl.dtx 2020/03/19 v3.0u: fix for gnats/3357)

Compatibility with amsmath

\usepackage{amssymb}(実際には amsfonts.sty)で定義される \yen が,\usepackage{amsmath} すると壊れる。他に \mathhexbox を使ったコマンドも同様。

\count18=200 % 既に201個使われた状態にする
\documentclass{article}
\usepackage{mathfam256}
\usepackage{amssymb,amsmath}
\begin{document}
$\yen$
\end{document}
! Bad mathchar (51541).

amstext.sty にある

\begingroup \catcode`\"=12
\gdef\mathhexbox#1#2#3{\text{$\m@th\mathchar"#1#2#3$}}
\endgroup

という再定義によって mathfam256.sty が上書きされているようなので,これを再々定義する必要がある。(他にも amsmath との非互換はあるかも,要チェック)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.