GithubHelp home page GithubHelp logo

awesome-archive / sharelatex-templates Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hzzone-archives/sharelatex-templates

0.0 0.0 0.0 442.09 MB

All LaTex Templates from sharelatex.com.

Python 100.00%

sharelatex-templates's Introduction

ShareLaTex Templates

These LaTex templates were from sharelatex.com, organized by their category/template name including .zip file and preview image.   download.py shows how to download templates. Unzip, and then compile.
Download link will be updated soon!
Download link
Enjoying your work!

How to start your own sharelatex

  • Install docker
    see docker-install.
  • Download sharelatex offical image
docker pull sharelatex/sharelatex
curl -L https://github.com/docker/compose/releases/download/1.17.0-rc1/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose
sudo docker-compose up
  • To support Chinese
# install package
docker exec -it your_sharelatex_container_id /bin/bash
tlmgr update --self
tlmgr option repository http://mirrors.aliyun.com/CTAN/systems/texlive/tlnet/
tlmgr install scheme-full
# install Chinese fonts
# copy your personal windows computer's fonts folder.
# C:\\...\\Fonts, copy to /usr/share/fonts/. for example:
unzip winfonts.zip
sudo mv winfonts /usr/share/fonts/
cd /usr/share/fonts/winfonts
mkfontscale
mkfontdir
fc-cache -fv 
# below will show the Chinese fonts:
fc-list :lang=zh-cn 

docker restart your container

Now waiting for downloading completed.

  • Enjoy yourself, all completed please visiting http://server_ip/

本来是写给女票的,现在给更需要的人吧! ​

sharelatex-templates's People

Contributors

hzzone 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.