MaTeX, font size, and PlotLegends The Next CEO of Stack OverflowSetting the default font for PlotLegendsHow do I get a plot with a certain size?Change the legend labels' font when PlotLegends is AutomaticChanging font size and style in VectorDensityPlotMaTeX and phantomUsing MaTeX with Calloutfont size of the placed plotlegendsFont Size in Plot LegendsPlotLegends: size, position, type and fontMaTeX no longer working after upgrade

Spaces in which all closed sets are regular closed

IC has pull-down resistors on SMBus lines?

Is French Guiana a (hard) EU border?

Film where the government was corrupt with aliens, people sent to kill aliens are given rigged visors not showing the right aliens

Audio Conversion With ADS1243

Is there such a thing as a proper verb, like a proper noun?

Help/tips for a first time writer?

Reference request: Grassmannian and Plucker coordinates in type B, C, D

What difference does it make using sed with/without whitespaces?

Airplane gently rocking its wings during whole flight

Do I need to write [sic] when including a quotation with a number less than 10 that isn't written out?

What CSS properties can the br tag have?

Physiological effects of huge anime eyes

Which one is the true statement?

Can you teleport closer to a creature you are Frightened of?

Defamation due to breach of confidentiality

Is it correct to say moon starry nights?

Reshaping json / reparing json inside shell script (remove trailing comma)

Scary film where a woman has vaginal teeth

Expressing the idea of having a very busy time

Why don't programming languages automatically manage the synchronous/asynchronous problem?

free fall ellipse or parabola?

(How) Could a medieval fantasy world survive a magic-induced "nuclear winter"?

Does higher Oxidation/ reduction potential translate to higher energy storage in battery?



MaTeX, font size, and PlotLegends



The Next CEO of Stack OverflowSetting the default font for PlotLegendsHow do I get a plot with a certain size?Change the legend labels' font when PlotLegends is AutomaticChanging font size and style in VectorDensityPlotMaTeX and phantomUsing MaTeX with Calloutfont size of the placed plotlegendsFont Size in Plot LegendsPlotLegends: size, position, type and fontMaTeX no longer working after upgrade










4












$begingroup$


I want to create plots in Mathematica where all labels have font sizes which match those in a LaTeX document.
I start by defining



Needs["MaTeX`"];
texStyle = FontFamily -> "Latin Modern Roman", FontSize -> 12


Now, if I export a simple plot



Export["test1.pdf", 
Plot[Sin[x], Cos[x], x, 0, 2 Pi,
BaseStyle -> texStyle,
ImageSize -> 400]]


the font sizes match those in my document. However, if I include a plot legend



Export["test2.pdf",
Plot[Sin[x], Cos[x], x, 0, 2 Pi,
BaseStyle -> texStyle,
ImageSize -> 400,
PlotLegends -> Placed[MaTeX["\sin(x)", "\cos(x)"], 0.6, 0.8]]]


the font size in the plot is too small. This might have to do with the fact that Mathematica makes the second plot smaller (independent of MaTeX).










share|improve this question









$endgroup$











  • $begingroup$
    Minor note: MaTeX does use a 12 pt font size by default, but instead of relying on that (it may change in the future!) I would set it explicitly too.
    $endgroup$
    – Szabolcs
    Mar 26 at 19:11















4












$begingroup$


I want to create plots in Mathematica where all labels have font sizes which match those in a LaTeX document.
I start by defining



Needs["MaTeX`"];
texStyle = FontFamily -> "Latin Modern Roman", FontSize -> 12


Now, if I export a simple plot



Export["test1.pdf", 
Plot[Sin[x], Cos[x], x, 0, 2 Pi,
BaseStyle -> texStyle,
ImageSize -> 400]]


the font sizes match those in my document. However, if I include a plot legend



Export["test2.pdf",
Plot[Sin[x], Cos[x], x, 0, 2 Pi,
BaseStyle -> texStyle,
ImageSize -> 400,
PlotLegends -> Placed[MaTeX["\sin(x)", "\cos(x)"], 0.6, 0.8]]]


the font size in the plot is too small. This might have to do with the fact that Mathematica makes the second plot smaller (independent of MaTeX).










share|improve this question









$endgroup$











  • $begingroup$
    Minor note: MaTeX does use a 12 pt font size by default, but instead of relying on that (it may change in the future!) I would set it explicitly too.
    $endgroup$
    – Szabolcs
    Mar 26 at 19:11













4












4








4


1



$begingroup$


I want to create plots in Mathematica where all labels have font sizes which match those in a LaTeX document.
I start by defining



Needs["MaTeX`"];
texStyle = FontFamily -> "Latin Modern Roman", FontSize -> 12


Now, if I export a simple plot



Export["test1.pdf", 
Plot[Sin[x], Cos[x], x, 0, 2 Pi,
BaseStyle -> texStyle,
ImageSize -> 400]]


the font sizes match those in my document. However, if I include a plot legend



Export["test2.pdf",
Plot[Sin[x], Cos[x], x, 0, 2 Pi,
BaseStyle -> texStyle,
ImageSize -> 400,
PlotLegends -> Placed[MaTeX["\sin(x)", "\cos(x)"], 0.6, 0.8]]]


the font size in the plot is too small. This might have to do with the fact that Mathematica makes the second plot smaller (independent of MaTeX).










share|improve this question









$endgroup$




I want to create plots in Mathematica where all labels have font sizes which match those in a LaTeX document.
I start by defining



Needs["MaTeX`"];
texStyle = FontFamily -> "Latin Modern Roman", FontSize -> 12


Now, if I export a simple plot



Export["test1.pdf", 
Plot[Sin[x], Cos[x], x, 0, 2 Pi,
BaseStyle -> texStyle,
ImageSize -> 400]]


the font sizes match those in my document. However, if I include a plot legend



Export["test2.pdf",
Plot[Sin[x], Cos[x], x, 0, 2 Pi,
BaseStyle -> texStyle,
ImageSize -> 400,
PlotLegends -> Placed[MaTeX["\sin(x)", "\cos(x)"], 0.6, 0.8]]]


the font size in the plot is too small. This might have to do with the fact that Mathematica makes the second plot smaller (independent of MaTeX).







plotting legending matex






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Mar 26 at 18:41









kalixkalix

947




947











  • $begingroup$
    Minor note: MaTeX does use a 12 pt font size by default, but instead of relying on that (it may change in the future!) I would set it explicitly too.
    $endgroup$
    – Szabolcs
    Mar 26 at 19:11
















  • $begingroup$
    Minor note: MaTeX does use a 12 pt font size by default, but instead of relying on that (it may change in the future!) I would set it explicitly too.
    $endgroup$
    – Szabolcs
    Mar 26 at 19:11















$begingroup$
Minor note: MaTeX does use a 12 pt font size by default, but instead of relying on that (it may change in the future!) I would set it explicitly too.
$endgroup$
– Szabolcs
Mar 26 at 19:11




$begingroup$
Minor note: MaTeX does use a 12 pt font size by default, but instead of relying on that (it may change in the future!) I would set it explicitly too.
$endgroup$
– Szabolcs
Mar 26 at 19:11










1 Answer
1






active

oldest

votes


















7












$begingroup$

This has nothing to do with MaTeX and is essentially a duplicate of



  • How to export graphics in “Working” style environment rather than “Printout”?

(But can't be marked as such because that question is on StackOverflow, and it was asked before the creation of Mathematica.SE)



However, MaTeX does come with a nice tutorial on preparing figures to size, which explains this issue. Enter MaTeX/tutorial/PreparingFiguresToSize in the address bar of the documentation browser.



enter image description here



In short, when an expression with head Graphics or Graphics3D is exported, it retains the sizes. However, when any other visual expression is exported to PDF, it will use the styles from the PrintingStyleEnvironment. The default is "Printout", which downscales everything to 80%. This applies to all sorts of expressions that format content in notebooks, such as Row, Grid, Labeled, etc. It also applies to Legended, which is the head of any graphics containing a legend. This is because Legended uses the same underlying boxes as Grid, Column, Labeled and several others: GridBox.



Yes, this is very annoying and very hard to figure out if you are not aware of it.



The workaround is to set the PrintingStyleEnvironment to be the same as the style environment used for on-screen display:



SetOptions[$FrontEndSession, PrintingStyleEnvironment -> "Working"]


This setting will persist until you restart the Front End. If you use $FrontEnd instead of $FrontEndSession then it persists even across restarts. I do not recommend doing this though, as there is a good reason for the "Printout" environment downscaling to 80%: this environment is used when printing notebooks or converting notebooks to multi-page PDFs. Without the downscaling very little content fits on a single page.






share|improve this answer











$endgroup$












  • $begingroup$
    I see, thank you very much. The computer I am using is locked down very much and therefore I am using an old version of MaTeX. I could not find the tutorial in the documentation.
    $endgroup$
    – kalix
    Mar 28 at 12:19






  • 1




    $begingroup$
    @kalix If you can use Mathematica, then very likely you can install MaTeX. If you have M11.2 or later, just evaluate PacletInstall["https://github.com/szhorvat/MaTeX/releases/download/v1.7.4/MaTeX-1.7.4.paclet"]. Otherwise use the install script on MaTeX's GitHub page
    $endgroup$
    – Szabolcs
    Mar 28 at 12:51










  • $begingroup$
    Thanks, that works. I was afraid to update because recently other users with the same privileges as I did have problems installing MaTeX (I don't remember the exact error and the admin was not able to fix it). Installing worked without problems for me some time ago so I was afraid to trigger the same problem when updating. Debugging these problems is sometimes annoying without admin privileges.
    $endgroup$
    – kalix
    Mar 28 at 14:26










  • $begingroup$
    @kalix You can suggest to the admin to contact me if he has trouble with the package. I can help him install it system-wide and advise on compatibility with various Mathematica versions.
    $endgroup$
    – Szabolcs
    Mar 28 at 14:35












Your Answer





StackExchange.ifUsing("editor", function ()
return StackExchange.using("mathjaxEditing", function ()
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
);
);
, "mathjax-editing");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "387"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmathematica.stackexchange.com%2fquestions%2f193995%2fmatex-font-size-and-plotlegends%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









7












$begingroup$

This has nothing to do with MaTeX and is essentially a duplicate of



  • How to export graphics in “Working” style environment rather than “Printout”?

(But can't be marked as such because that question is on StackOverflow, and it was asked before the creation of Mathematica.SE)



However, MaTeX does come with a nice tutorial on preparing figures to size, which explains this issue. Enter MaTeX/tutorial/PreparingFiguresToSize in the address bar of the documentation browser.



enter image description here



In short, when an expression with head Graphics or Graphics3D is exported, it retains the sizes. However, when any other visual expression is exported to PDF, it will use the styles from the PrintingStyleEnvironment. The default is "Printout", which downscales everything to 80%. This applies to all sorts of expressions that format content in notebooks, such as Row, Grid, Labeled, etc. It also applies to Legended, which is the head of any graphics containing a legend. This is because Legended uses the same underlying boxes as Grid, Column, Labeled and several others: GridBox.



Yes, this is very annoying and very hard to figure out if you are not aware of it.



The workaround is to set the PrintingStyleEnvironment to be the same as the style environment used for on-screen display:



SetOptions[$FrontEndSession, PrintingStyleEnvironment -> "Working"]


This setting will persist until you restart the Front End. If you use $FrontEnd instead of $FrontEndSession then it persists even across restarts. I do not recommend doing this though, as there is a good reason for the "Printout" environment downscaling to 80%: this environment is used when printing notebooks or converting notebooks to multi-page PDFs. Without the downscaling very little content fits on a single page.






share|improve this answer











$endgroup$












  • $begingroup$
    I see, thank you very much. The computer I am using is locked down very much and therefore I am using an old version of MaTeX. I could not find the tutorial in the documentation.
    $endgroup$
    – kalix
    Mar 28 at 12:19






  • 1




    $begingroup$
    @kalix If you can use Mathematica, then very likely you can install MaTeX. If you have M11.2 or later, just evaluate PacletInstall["https://github.com/szhorvat/MaTeX/releases/download/v1.7.4/MaTeX-1.7.4.paclet"]. Otherwise use the install script on MaTeX's GitHub page
    $endgroup$
    – Szabolcs
    Mar 28 at 12:51










  • $begingroup$
    Thanks, that works. I was afraid to update because recently other users with the same privileges as I did have problems installing MaTeX (I don't remember the exact error and the admin was not able to fix it). Installing worked without problems for me some time ago so I was afraid to trigger the same problem when updating. Debugging these problems is sometimes annoying without admin privileges.
    $endgroup$
    – kalix
    Mar 28 at 14:26










  • $begingroup$
    @kalix You can suggest to the admin to contact me if he has trouble with the package. I can help him install it system-wide and advise on compatibility with various Mathematica versions.
    $endgroup$
    – Szabolcs
    Mar 28 at 14:35
















7












$begingroup$

This has nothing to do with MaTeX and is essentially a duplicate of



  • How to export graphics in “Working” style environment rather than “Printout”?

(But can't be marked as such because that question is on StackOverflow, and it was asked before the creation of Mathematica.SE)



However, MaTeX does come with a nice tutorial on preparing figures to size, which explains this issue. Enter MaTeX/tutorial/PreparingFiguresToSize in the address bar of the documentation browser.



enter image description here



In short, when an expression with head Graphics or Graphics3D is exported, it retains the sizes. However, when any other visual expression is exported to PDF, it will use the styles from the PrintingStyleEnvironment. The default is "Printout", which downscales everything to 80%. This applies to all sorts of expressions that format content in notebooks, such as Row, Grid, Labeled, etc. It also applies to Legended, which is the head of any graphics containing a legend. This is because Legended uses the same underlying boxes as Grid, Column, Labeled and several others: GridBox.



Yes, this is very annoying and very hard to figure out if you are not aware of it.



The workaround is to set the PrintingStyleEnvironment to be the same as the style environment used for on-screen display:



SetOptions[$FrontEndSession, PrintingStyleEnvironment -> "Working"]


This setting will persist until you restart the Front End. If you use $FrontEnd instead of $FrontEndSession then it persists even across restarts. I do not recommend doing this though, as there is a good reason for the "Printout" environment downscaling to 80%: this environment is used when printing notebooks or converting notebooks to multi-page PDFs. Without the downscaling very little content fits on a single page.






share|improve this answer











$endgroup$












  • $begingroup$
    I see, thank you very much. The computer I am using is locked down very much and therefore I am using an old version of MaTeX. I could not find the tutorial in the documentation.
    $endgroup$
    – kalix
    Mar 28 at 12:19






  • 1




    $begingroup$
    @kalix If you can use Mathematica, then very likely you can install MaTeX. If you have M11.2 or later, just evaluate PacletInstall["https://github.com/szhorvat/MaTeX/releases/download/v1.7.4/MaTeX-1.7.4.paclet"]. Otherwise use the install script on MaTeX's GitHub page
    $endgroup$
    – Szabolcs
    Mar 28 at 12:51










  • $begingroup$
    Thanks, that works. I was afraid to update because recently other users with the same privileges as I did have problems installing MaTeX (I don't remember the exact error and the admin was not able to fix it). Installing worked without problems for me some time ago so I was afraid to trigger the same problem when updating. Debugging these problems is sometimes annoying without admin privileges.
    $endgroup$
    – kalix
    Mar 28 at 14:26










  • $begingroup$
    @kalix You can suggest to the admin to contact me if he has trouble with the package. I can help him install it system-wide and advise on compatibility with various Mathematica versions.
    $endgroup$
    – Szabolcs
    Mar 28 at 14:35














7












7








7





$begingroup$

This has nothing to do with MaTeX and is essentially a duplicate of



  • How to export graphics in “Working” style environment rather than “Printout”?

(But can't be marked as such because that question is on StackOverflow, and it was asked before the creation of Mathematica.SE)



However, MaTeX does come with a nice tutorial on preparing figures to size, which explains this issue. Enter MaTeX/tutorial/PreparingFiguresToSize in the address bar of the documentation browser.



enter image description here



In short, when an expression with head Graphics or Graphics3D is exported, it retains the sizes. However, when any other visual expression is exported to PDF, it will use the styles from the PrintingStyleEnvironment. The default is "Printout", which downscales everything to 80%. This applies to all sorts of expressions that format content in notebooks, such as Row, Grid, Labeled, etc. It also applies to Legended, which is the head of any graphics containing a legend. This is because Legended uses the same underlying boxes as Grid, Column, Labeled and several others: GridBox.



Yes, this is very annoying and very hard to figure out if you are not aware of it.



The workaround is to set the PrintingStyleEnvironment to be the same as the style environment used for on-screen display:



SetOptions[$FrontEndSession, PrintingStyleEnvironment -> "Working"]


This setting will persist until you restart the Front End. If you use $FrontEnd instead of $FrontEndSession then it persists even across restarts. I do not recommend doing this though, as there is a good reason for the "Printout" environment downscaling to 80%: this environment is used when printing notebooks or converting notebooks to multi-page PDFs. Without the downscaling very little content fits on a single page.






share|improve this answer











$endgroup$



This has nothing to do with MaTeX and is essentially a duplicate of



  • How to export graphics in “Working” style environment rather than “Printout”?

(But can't be marked as such because that question is on StackOverflow, and it was asked before the creation of Mathematica.SE)



However, MaTeX does come with a nice tutorial on preparing figures to size, which explains this issue. Enter MaTeX/tutorial/PreparingFiguresToSize in the address bar of the documentation browser.



enter image description here



In short, when an expression with head Graphics or Graphics3D is exported, it retains the sizes. However, when any other visual expression is exported to PDF, it will use the styles from the PrintingStyleEnvironment. The default is "Printout", which downscales everything to 80%. This applies to all sorts of expressions that format content in notebooks, such as Row, Grid, Labeled, etc. It also applies to Legended, which is the head of any graphics containing a legend. This is because Legended uses the same underlying boxes as Grid, Column, Labeled and several others: GridBox.



Yes, this is very annoying and very hard to figure out if you are not aware of it.



The workaround is to set the PrintingStyleEnvironment to be the same as the style environment used for on-screen display:



SetOptions[$FrontEndSession, PrintingStyleEnvironment -> "Working"]


This setting will persist until you restart the Front End. If you use $FrontEnd instead of $FrontEndSession then it persists even across restarts. I do not recommend doing this though, as there is a good reason for the "Printout" environment downscaling to 80%: this environment is used when printing notebooks or converting notebooks to multi-page PDFs. Without the downscaling very little content fits on a single page.







share|improve this answer














share|improve this answer



share|improve this answer








edited Mar 26 at 19:00

























answered Mar 26 at 18:55









SzabolcsSzabolcs

163k14447944




163k14447944











  • $begingroup$
    I see, thank you very much. The computer I am using is locked down very much and therefore I am using an old version of MaTeX. I could not find the tutorial in the documentation.
    $endgroup$
    – kalix
    Mar 28 at 12:19






  • 1




    $begingroup$
    @kalix If you can use Mathematica, then very likely you can install MaTeX. If you have M11.2 or later, just evaluate PacletInstall["https://github.com/szhorvat/MaTeX/releases/download/v1.7.4/MaTeX-1.7.4.paclet"]. Otherwise use the install script on MaTeX's GitHub page
    $endgroup$
    – Szabolcs
    Mar 28 at 12:51










  • $begingroup$
    Thanks, that works. I was afraid to update because recently other users with the same privileges as I did have problems installing MaTeX (I don't remember the exact error and the admin was not able to fix it). Installing worked without problems for me some time ago so I was afraid to trigger the same problem when updating. Debugging these problems is sometimes annoying without admin privileges.
    $endgroup$
    – kalix
    Mar 28 at 14:26










  • $begingroup$
    @kalix You can suggest to the admin to contact me if he has trouble with the package. I can help him install it system-wide and advise on compatibility with various Mathematica versions.
    $endgroup$
    – Szabolcs
    Mar 28 at 14:35

















  • $begingroup$
    I see, thank you very much. The computer I am using is locked down very much and therefore I am using an old version of MaTeX. I could not find the tutorial in the documentation.
    $endgroup$
    – kalix
    Mar 28 at 12:19






  • 1




    $begingroup$
    @kalix If you can use Mathematica, then very likely you can install MaTeX. If you have M11.2 or later, just evaluate PacletInstall["https://github.com/szhorvat/MaTeX/releases/download/v1.7.4/MaTeX-1.7.4.paclet"]. Otherwise use the install script on MaTeX's GitHub page
    $endgroup$
    – Szabolcs
    Mar 28 at 12:51










  • $begingroup$
    Thanks, that works. I was afraid to update because recently other users with the same privileges as I did have problems installing MaTeX (I don't remember the exact error and the admin was not able to fix it). Installing worked without problems for me some time ago so I was afraid to trigger the same problem when updating. Debugging these problems is sometimes annoying without admin privileges.
    $endgroup$
    – kalix
    Mar 28 at 14:26










  • $begingroup$
    @kalix You can suggest to the admin to contact me if he has trouble with the package. I can help him install it system-wide and advise on compatibility with various Mathematica versions.
    $endgroup$
    – Szabolcs
    Mar 28 at 14:35
















$begingroup$
I see, thank you very much. The computer I am using is locked down very much and therefore I am using an old version of MaTeX. I could not find the tutorial in the documentation.
$endgroup$
– kalix
Mar 28 at 12:19




$begingroup$
I see, thank you very much. The computer I am using is locked down very much and therefore I am using an old version of MaTeX. I could not find the tutorial in the documentation.
$endgroup$
– kalix
Mar 28 at 12:19




1




1




$begingroup$
@kalix If you can use Mathematica, then very likely you can install MaTeX. If you have M11.2 or later, just evaluate PacletInstall["https://github.com/szhorvat/MaTeX/releases/download/v1.7.4/MaTeX-1.7.4.paclet"]. Otherwise use the install script on MaTeX's GitHub page
$endgroup$
– Szabolcs
Mar 28 at 12:51




$begingroup$
@kalix If you can use Mathematica, then very likely you can install MaTeX. If you have M11.2 or later, just evaluate PacletInstall["https://github.com/szhorvat/MaTeX/releases/download/v1.7.4/MaTeX-1.7.4.paclet"]. Otherwise use the install script on MaTeX's GitHub page
$endgroup$
– Szabolcs
Mar 28 at 12:51












$begingroup$
Thanks, that works. I was afraid to update because recently other users with the same privileges as I did have problems installing MaTeX (I don't remember the exact error and the admin was not able to fix it). Installing worked without problems for me some time ago so I was afraid to trigger the same problem when updating. Debugging these problems is sometimes annoying without admin privileges.
$endgroup$
– kalix
Mar 28 at 14:26




$begingroup$
Thanks, that works. I was afraid to update because recently other users with the same privileges as I did have problems installing MaTeX (I don't remember the exact error and the admin was not able to fix it). Installing worked without problems for me some time ago so I was afraid to trigger the same problem when updating. Debugging these problems is sometimes annoying without admin privileges.
$endgroup$
– kalix
Mar 28 at 14:26












$begingroup$
@kalix You can suggest to the admin to contact me if he has trouble with the package. I can help him install it system-wide and advise on compatibility with various Mathematica versions.
$endgroup$
– Szabolcs
Mar 28 at 14:35





$begingroup$
@kalix You can suggest to the admin to contact me if he has trouble with the package. I can help him install it system-wide and advise on compatibility with various Mathematica versions.
$endgroup$
– Szabolcs
Mar 28 at 14:35


















draft saved

draft discarded
















































Thanks for contributing an answer to Mathematica Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

Use MathJax to format equations. MathJax reference.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmathematica.stackexchange.com%2fquestions%2f193995%2fmatex-font-size-and-plotlegends%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Adding axes to figuresAdding axes labels to LaTeX figuresLaTeX equivalent of ConTeXt buffersRotate a node but not its content: the case of the ellipse decorationHow to define the default vertical distance between nodes?TikZ scaling graphic and adjust node position and keep font sizeNumerical conditional within tikz keys?adding axes to shapesAlign axes across subfiguresAdding figures with a certain orderLine up nested tikz enviroments or how to get rid of themAdding axes labels to LaTeX figures

Luettelo Yhdysvaltain laivaston lentotukialuksista Lähteet | Navigointivalikko

Gary (muusikko) Sisällysluettelo Historia | Rockin' High | Lähteet | Aiheesta muualla | NavigointivalikkoInfobox OKTuomas "Gary" Keskinen Ancaran kitaristiksiProjekti Rockin' High