Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
| Download
GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it
Project: cocalc-sagemath-dev-slelievre
Views: 418346<?xml version="1.0" encoding="UTF-8"?>12<!-- This is an automatically generated file. -->3<Chapter Label="Chapter_Sketch">4<Heading>Sketch</Heading>56<Section Label="Chapter_Sketch_Section_Sketch_methods">7<Heading>Sketch methods</Heading>89<ManSection>10<Oper Arg="arg1,arg2" Name="POLYMAKE_SKETCH_WITH_OPTIONS" Label="for IsExternalPolymakeObject, IsList"/>11<Returns> nothing12</Returns>13<Description>14This method produces the sketch output from polymake.15Sketch have to be installed to use this method.16The first argument must be a polymake external object,17the second can be a filename, as a string, or a list of pairs18specifying polymakes VISUAL options.19In each pair the first entry needs to be the name of the option,20the second should be the value it has to be given.21As value strings and lists of integers are allowed.22Please see the polymake documentation for more informations.23</Description>24</ManSection>252627<ManSection>28<Oper Arg="arg1,arg2,arg3" Name="POLYMAKE_SKETCH_WITH_OPTIONS" Label="for IsExternalPolymakeObject, IsString, IsList"/>29<Returns> nothing30</Returns>31<Description>32This works like the other POLYMAKE_SKETCH_WITH_DOCUMENTATION method33but one can give a filename and options at the same time.34Second argument here needs to be the filename,35third the list of VISUAL option pairs.36</Description>37</ManSection>383940<ManSection>41<Oper Arg="arg1,arg2" Name="POLYMAKE_CREATE_TIKZ_FILE" Label="for IsExternalPolymakeObject, IsString"/>42<Returns> nothing43</Returns>44<Description>45Given a polymake object and a filename,46this method produces the tikz output47given by sketch and stores it in the file.48</Description>49</ManSection>505152<ManSection>53<Oper Arg="arg1,arg2,arg3" Name="POLYMAKE_CREATE_TIKZ_FILE" Label="for IsExternalPolymakeObject, IsString, IsList"/>54<Returns> nothing55</Returns>56<Description>57This does the same as POLYMAKE_CREATE_TIKZ_FILE58but the third argument is passed to the VISUAL command59of polymake.60It need to be a (possibly empty) list of options.61The list must be consist of pairs,62where the first entry is the name of the option63the second the value.64As values strings and lists of integers are allowed.65</Description>66</ManSection>676869<ManSection>70<Oper Arg="arg1,arg2,arg3,arg4" Name="POLYMAKE_CREATE_TIKZ_FILE_WITH_SKETCH_OPTIONS" Label="for IsExternalPolymakeObject, IsString, IsList, IsString"/>71<Returns> nothing72</Returns>73<Description>74Works like POLYMAKE_CREATE_TIKZ_FILE with 3 arguments,75but the last argument has to be a string of options passed directly to sketch.76For example, if you want to have a compilable tex file build, add "-T".77</Description>78</ManSection>798081</Section>828384</Chapter>85868788