Coder Social home page Coder Social logo

lab_notes's Introduction

title mathjax author date categories top
README
true
Admin
2019-10-11 12:44:05 -0700
Paper
true

Introduction

Add your Paper Notes as markdown files, which should have a header like such format:

title: Paper's Title
mathjax: true
author: Your name
date: 2019-10-11 19:44:05
categories: 
- Paper

Math Formula

Pay attention that if you have used latex mathjax additions, the mathjax above must set to True.

Just like the header of this file.

Insert images

When you want to insert a image in your post, make a new directory in the repository, which should have excetly the same name as your markdown file, except for the file suffix.

For example, the directories tree should look like that:

tmp
├── example
│   ├── 1.png
│   └── 2.png
└── example.md

Copy your images to the direcory same with your post name.

And in your markdown file, you also need to add some codes.

{% asset_img 1.png 1.png %}

Don't use traditional markdown image hyper link, or the image will not display correctly.

Read more

When your post has too many words, it would be automaticly excerpted, you can set where to fold manualy by adding following code:

<!--more--->

Content below this line would be folded, or it would be auto excerpted at the length of 150 words.

lab_notes's People

Contributors

river-li avatar fzyk avatar

Watchers

James Cloos avatar

Forkers

fk-cyber

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.