GithubHelp home page GithubHelp logo

research-paper's Introduction

research-paper

Preprint under Mesolitica.

how-to Linux

  1. Install Latex plugin,
apt install texlive-extra-utils latexmk -y
  1. Install VSCode Latex extension, https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop

  2. Everytime you save the tex file, it will automatically generate the pdf file.

how-to macos

  1. Install mactex plugin here https://www.tug.org/mactex/mactex-download.html or
brew install mactex
  1. Install VSCode Latex extension, https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop

  2. Configure vscode user settings.

  • Press Command+Shift+P, and open “Preferences: Open User Settings(JSON)” and append these lines:
"latex-workshop.latex.tools": [
      {
        "name": "latexmk",
        "command": "latexmk",
        "args": [
          "-synctex=1",
          "-interaction=nonstopmode",
          "-file-line-error",
          "-pdf",
          "-outdir=%OUTDIR%",
          "%DOC%"
        ],
        "env": {
          "PATH": "/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/TeX/texbin:/Library/Apple/usr/bin"
        }
      },
    ],
    "latex-workshop.latex.recipes": [
      {
        "name": "latexmk 🔃",
        "tools": [
          "latexmk"
        ],
      },
    ],
    "latex-workshop.latex.clean.fileTypes": [
        "*.aux",
        "*.bbl",
        "*.blg",
        "*.idx",
        "*.ind",
        "*.lof",
        "*.lot",
        "*.out",
        "*.toc",
        "*.acn",
        "*.acr",
        "*.alg",
        "*.glg",
        "*.glo",
        "*.gls",
        "*.ist",
        "*.fls",
        "*.log",
        "*.fdb_latexmk",
        "*.snm",
        "*.nav",
    ],
  • Reload window

arXiv.org link

  1. malaysian-mistral, https://arxiv.org/abs/2401.13565
  2. MaLLaM, https://arxiv.org/abs/2401.14680
  3. malaysian embedding, https://arxiv.org/abs/2402.03053

research-paper's People

Contributors

huseinzol05 avatar oscarnz avatar aisyahrzk avatar kamaruladha 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.