source: git/MP/mpviewer/testall @ f78374

fieker-DuValspielwiese
Last change on this file since f78374 was 678cfd, checked in by Olaf Bachmann <obachman@…>, 27 years ago
This commit was generated by cvs2svn to compensate for changes in r337, which included commits to RCS files with non-trunk default branches. git-svn-id: file:///usr/local/Singular/svn/trunk@338 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100755
File size: 365 bytes
Line 
1#!/bin/sh
2mpview -latex data/sum.mp
3mpview -latex data/factor.mp
4mpview -latex data/expand.mp
5mpview -latex data/integrate.mp
6
7mpview -infix data/sum.mp
8mpview -infix data/factor.mp
9mpview -infix data/expand.mp
10mpview -infix data/integrate.mp
11
12mpview -prefix data/sum.mp
13mpview -prefix data/factor.mp
14mpview -prefix data/expand.mp
15mpview -prefix data/integrate.mp
16
Note: See TracBrowser for help on using the repository browser.