Code Monkey home page Code Monkey logo

Comments (4)

stone-zeng avatar stone-zeng commented on September 24, 2024

\top (⊤) and \bot (⊥) are not created, but \perp (⟂) has been added already. Could please provide more information, e.g. version of the font, and a piece of code that can reveal your problem?

from firamath.

kia999 avatar kia999 commented on September 24, 2024

I am using most recent version of MikTeX. Fira fonts came with MikTeX. Problem with \perp was resolved after removing the command

%\def\perp{\mathrel\bot}

which I added long ago since \pert symbol was missed in Cambria Math. Other lines of my code follow:

\usepackage{fontspec}
\defaultfontfeatures{Ligatures={TeX},Renderer=Basic}
\setmainfont{Fira Sans}

\usepackage[math-style=ISO,bold-style=ISO]{unicode-math}
\setmathfont[Color=000066,Scale=MatchLowercase]{Fira Math Regular}
\setmathfont[range=\int,StylisticSet=1]{Fira Math Regular}

\begin{equation}
\label{1:01}
\tau_{n} \approx \sqrt{2\tau_{\|}\tau_{\bot}}
\perp\bot
.
\end{equation}

from firamath.

stone-zeng avatar stone-zeng commented on September 24, 2024

I will add them later.

from firamath.

hvoss49 avatar hvoss49 commented on September 24, 2024

Instaead of
%\def\perp{\mathrel\bot}

you should have used

\providecommand\perp{\mathrel\bot}

then you get no error if \perp was already defined.

from firamath.

Related Issues (20)

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.