All Projects → texmacs → notes

texmacs / notes

Licence: GPL-3.0 license
Notes about TeXmacs

Programming Languages

tcl
693 projects

Labels

Projects that are alternatives of or similar to notes

mingw-w64-texmacs
TeXmacs for Windows (build in MSys2/Mingw32 environment)
Stars: ✭ 21 (+40%)
Mutual labels:  texmacs
kernel
Kernel part subproject for GNU TeXmacs, GSoC only
Stars: ✭ 34 (+126.67%)
Mutual labels:  texmacs
plugins
Collection of builtin GNU TeXmacs plugins
Stars: ✭ 33 (+120%)
Mutual labels:  texmacs
zotero-texmacs-integration
Integration of the Juris-M or Zotero reference manager with TeXmacs for using CSL citation styles in documents.
Stars: ✭ 17 (+13.33%)
Mutual labels:  texmacs

site icon notes

Notes about TeXmacs

This is an attempt to a blog/wiki about TeXmacs. It aims to be a container for articles, snippets, comments, developer docs, proposals, ...

The site is served at https://texmacs.github.io/notes/

All the HTML code is automatically generated from the TeXmacs sources which are the primary source of content. Since TeXmacs itself takes care of the conversion there is essentially no need for an external software like Jekyll or Hugo.

The idea is that the site can be browsed both via a standard web browses on the Internet and via TeXmacs locally in the cloned repository. This setup allows an higher degree of interaction with the local copy.

Contributions (also as pull requests) are welcome.

Structure of the repository:

  • The src/directory hosts the TeXmacs sources for the website.

  • The docs/directory hosts the HTML code for the website together with all the necessary resources which have to be served (fonts, css styles, etc...).

To automatically regenerate all the web pages use Tools->Web->Create/Update web site within TeXmacs and choose src/ as source and docs/ as destination directories.

Once the repository is pushed on github it becomes visible.

To contribute: It is necessary to perform a few actions using the terminal. The sequence is fork-clone-modify-add-commit-push- and finally make a pull request; people that use git are familiar with these commands. Here are some hints for those that are using git for the first time (a basic tutorial is available at https://www.earthdatascience.org/workshops/intro-version-control-git/basic-git-commands/).

  • fork the repository (it can be done through the web interface)
  • clone it locally (within a suitable directory execute the command git clone https://github.com/texmacs/notes.git: a subdirectory named notes will appear, where you will be able to work on the files)
  • make your modifications
  • add the modified files to git (command git add)
  • commit with git commit
    • the first time you do this, git will ask you to set your identity with the commands git config --global user.email and git config --global user.name
    • the --global switch can be omitted; in this case the identity will be set for the current repository only
  • push the modifications to your forked repository using git push
    • git asks for username and password
  • now you can make a pull request through the web interface, at https://github.com/texmacs/notes/pulls (green button New pull request).
    • The web interface gives further helpful hints. Follow the link compare across forks above the pulldown menus to have them show forks, from which you can select yours.
  • The pull request on github asks the maintainers to integrate your changes into the public repository.

To keep your fork up to date:

Typically it should just be necessary to modify or add to only the .tm sources in the src/ directory---and modify accordingly index.tm. The html files are then generated by one of the maintainers after the pull request is merged (hopefully this will be automated in the near future). Once the changes are pulled in they will become immediately publicly visible on the website.

Enjoy TeXmacs!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].