installation - Install gnuplot with tex option while already installed with x11 option -


on mac, have installed xquartz (x11) homebrew gnuplot gcc latex

i have installed gnuplot following option --with-x11.

i allow use of gnuplot on latex. should brew install gnuplot --with-tex or going redundant.

i pretty new terminal, gnuplot ...etc , not want stupid.

thanks lot , sorry if question has been asked.

bests

did install via homebrew or compiled source? keep in mind can view options homebrew recipes with

brew options gnuplot 

these options passed gnuplot configuration prior compilation (they need enabled @ compile-time). you'll find --with-tex option doesn't exist because gnuplot enables default. more complete set of compile-time options, of aren't available via homebrew, getting gnuplot sourcecode , running ./configure -h in source directory tell available options , defaults:

... --without-latex         disable latex support, (default enable) ... 

Comments

Popular posts from this blog

java - SSE Emitter : Manage timeouts and complete() -

jquery - uncaught exception: DataTables Editor - remote hosting of code not allowed -

java - How to resolve error - package com.squareup.okhttp3 doesn't exist? -