Skip to content
/ nori Public

Automate summary note import to LaTeX on Neovim

License

Notifications You must be signed in to change notification settings

LuisUma92/nori

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NoRI -Note Reference Insertion

Script that search for study summary files, fallowing an specific structure on YAML file format, and look for notes on the files. It returns a string output to Neovim, the note structure on the summary file indicates whether is paraphrase o verbatim, so that inset a $\LaTeX$ quotation reference respectively.

Directory expected structure

ROOT
├── master.tex
├── lec
│   ├── lec_00.tex
│   ├── ...
│   └── lec_NN.tex
├── res
│   ├── sumary_00.tex
│   ├── ...
│   └── sumary_MM.tex
├── figures
│   ├── fig-00.pdf
│   ├── fig-00.pdf_tex
│   ├── fig-00.svg
│   └── ...
└── UltiSnips
    └── tex.snippets

Summary expected structure

%YAML 1.2
---
Authors:
  - []
  - []

Title: |
  The title

Bib: | # citation-key defined on .bib file
  citation-key 

Keywords:
  Article:
    - word 1
    - word 2
  Own:
  Nucleus:

Objective: |
  The objective

Definitions:
  Name:
    id: 
    def: |
      the definition
    ideas: # list of personal conclusions or connections
      - |
        first idea or conclusion
    use: |
      examples or descriptions
    cite: # references made by authors on the source
      '[n],[n+2-n+4]'

Key-Ideas:

Conclusions:

References: # Source references 
  n: the n reference
  n+2: other...
...

Dependencies

About

Automate summary note import to LaTeX on Neovim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages