GithubHelp home page GithubHelp logo

shevonkuan / the-summary-of-linear-algebra-and-the-analytic-geometry Goto Github PK

View Code? Open in Web Editor NEW
6.0 1.0 0.0 3.59 MB

[暂时停更]华南理工大学线性代数与解析几何笔记

License: GNU General Public License v3.0

TeX 100.00%

the-summary-of-linear-algebra-and-the-analytic-geometry's Introduction

线性代数与解析几何笔记

Shevon Kuan

简介

这是我基于 Latex2$\varepsilon$ 的数学笔记,它是一个系列并将使用一致的模板(目前仅部分开源),将来我可能会对该模板作独立开源处理.这个笔记基于华南理工大学的线性代数课本进行总结.目前由于期末考前只完成了笔者最需要复习的部分,剩余部分仍未完工,并且目前暂不考虑完工,有意加入并希望帮忙完善的的请发邮件联系我

Demo: element


编译介绍

Latex 编译链XeLaTex -> bibtex -> makeindex -> texindy -> xeLaTex重复编译对应VS Code设置如下:

"latex-workshop.latex.recipes": [
    {
        "name": "完整编译链",
        "tools": [
            "xelatex",
            "bibtex",
            "makeindex",
            "texindy",
            "xelatex",
            "xelatex"
        ]
    },
]

各命令具体配置如下:

"latex-workshop.latex.tools": [
    {
        // 编译工具和命令
        "name": "xelatex",
        "command": "xelatex",
        "args": [
            "-synctex=1",
            "-interaction=nonstopmode",
            "%DOCFILE%"
        ]
    },
    {
        "name": "bibtex",
        "command": "bibtex",
        "args": [
            "%DOCFILE%"
        ]
    },
    {
        "name": "texindy",
        "command": "texindy",
        "args": [
            "%DOCFILE%.idx"
        ]
    },
    {
        "name": "makeindex",
        "command": "makeindex",
        "args": [
            "%DOCFILE%.nlo",
            "-s",
            "nomencl.ist",
            "-o",
            "%DOCFILE%.nls"
        ]
    }
],

TODO:

目前不打算继续完善.

the-summary-of-linear-algebra-and-the-analytic-geometry's People

Contributors

shevonkuan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

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.