Questions tagged [mathematica-notebook]

5 questions
7
votes
3 answers

Hide In[n] and Out[n] in Mathematica

Is it possible to hide the CellLabels In[n]:= and Out[n]= in a Mathematica notebook? I don't want to hide the input or output, just the text In[n] and Out[n].
Tyilo
  • 2,725
  • 9
  • 40
  • 59
3
votes
2 answers

Convert Mathematica to PDF via command line

I am on Linux and would like to convert a bunch of Mathematica 8 Notebooks to PDF. Is there some way to convert them on the command line? I'd like to write a makefile rule for the conversion, so that I can batch convert many of them.
Martin Ueding
  • 2,365
  • 8
  • 28
  • 42
3
votes
3 answers

Mathematica Notebook Navigation Shortcuts

I really enjoy structuring Mathematica Notebook with different part & sub-parts, however, I have not yet found the shortcuts to navigate it efficiently. For example, how can I use keyboard shortcuts to: Go from one paragraph to another? From one…
500
  • 139
  • 3
2
votes
0 answers

Want Mathematica (instead of CDF Player) to launch by default when accessing .nb files over the Web

I have both Mathematica and CDF Player installed on my machine. I'm trying to access a Mathematica notebook over the Web and want Mathematica to launch when clicking on the link. Instead, the file is rendered in the browser through the CDF player…
Daniel Jamous
1
vote
0 answers

How to Print charts in Mathematica 10 Report Generator?

I want to be able to collect the resulting plots from an evaluated notebook into another notebook with only the output I specify. Basically I want to be able to evaluate a notebook and collect together the resulting plots without the code into a…