8000 GitHub - japhba/overlyx: Git hooks for interoperability between LyX and Overleaf.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

japhba/overlyx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

Hi 8000 story

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To install the hooks into your repository, cd to its root directory (not this repository's) and run

git config core.hooksPath ~/overlyx/hooks

possibly replacing by the directory you cloned this repository to.

To view,

git config core.hooksPath

To unset,

git config --unset core.hooksPath

TODO

  • decide whether we should on pull export to tex, then merge, then reimport to lyx.

Logic

  • running the overlyx command in the tex directory will install a watcher for all lyx files in the tex directory, and export to tex on change while removing the lyx headers on non-main files. It should be run in a dedicated terminal and kept alrive by some mechanism.
  • Pull: Do as usual, but afterwards reimport all lyx files from the (user-)merged tex.
  • Push: Nothing special to do, changes in LyX by virtue of the watcher will be already noticable.

About

Git hooks for interoperability between LyX and Overleaf.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0