Skip to content

jbrooks19/xandbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

383 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Ximera Xandbox

This is a sandbox for exploring Ximera.

  1. Edit first.tex. As you edit, you can use pdflatex to see the PDF version of your handout.
  2. Go to the Ximera website, login, click on your name, click on Profile. Generate a key and secret.
  3. Open a SageMathCloud terminal and use cd ~/xandbox to make sure you're in the xandbox directory.
  4. If you have never done so before, type xake login and paste in your key and secret.
  5. Commit and push your changes to GitHub by running
git add first.tex
git commit -m 'Here I type a description of the edits'
git push
  1. Build the HTML files with xake bake
  2. Publish your worksheet to ximera.osu.edu with xake publish
  3. Append /first to the URL that xake prints out.

Ximera is still a work in progress and there may be bugs. Please e-mail Jim Fowler or add an issue to the bug tracker.

About

A sandbox for exploring Ximera

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 68.7%
  • TeX 28.6%
  • Python 2.7%