Questions tagged [copy-as]
The copy-as tag has no summary.
26 questions
1
vote
0
answers
99
views
How can I copy large output without showing it all?
I want to copy some cell as 'Cell Expression', more precisely, by using 'Edit -> Copy As -> Cell Expression'.
However, whenever I try to do this for large output, I first need to click 'show all'...
0
votes
0
answers
64
views
Error message in "Copy As Graphics Expression" of graph
Evaluate the following code:
Graph[{{1, 2}, {2, 3}, {3, 1}}]
Then right-click the graph and choose ...
0
votes
0
answers
194
views
Problem when copying and pasting codes
When I copy codes I usually have problems, because when I paste them to the Mathematica notebook, they don't run as they should. It has happened to me already several times, and specifically now when ...
2
votes
1
answer
116
views
Control metadata of CopyToClipboard
Question
The system clipboard can contain image data and text data (and a plethora of other types). Mathematica copies different expressions as different types of data; copy ...
0
votes
0
answers
68
views
How to merge the frame?
I just write the code following :
...
0
votes
0
answers
81
views
CellsToTeX copy pasting back into notebook for sub and superscript box for partial derivatives, powers, subscripts etc
I'm using the CellsToTeX` package, along with the mmacells LaTeX package.
I'm including code with a partial derivative in my pdf. So for instance to get this
...
8
votes
4
answers
432
views
How do I make ClickToCopy copy some text rather than string?
Consider the following example:
ClickToCopy["display text","file name"]
When I click the display text I get ...
1
vote
1
answer
149
views
Grid questions: text-wrapping / copying and pasting expressions
I want to make a list of functions like this:
...
2
votes
2
answers
237
views
Equivalent "format painter" for Mathematica
Does anyone know any equivalent tool like "Format Painter" (Picture) of the MS Word processor but for Mathematica ?
"Format Painter" is used when you want to copy formatting from one item to another. ...
1
vote
1
answer
191
views
Copy/Paste ListPlot in MS Word as enhanced metafile
I tried to copy/paste a ListPlot in MS Word document as an enhanced metafile.
I usually succeed in pasting ListPlots -- see the ...
1
vote
0
answers
270
views
unusual time lag in typing and copy pasting
I have been experiencing a time lag in typing and copy-pasting on Mathematica files. I have checked that this is not the case with any other WYSIWYG interface on my computer. For example, it takes 3-6 ...
5
votes
0
answers
113
views
Copied Dot expression is incorrect
On a recent answer I ran into a little problem. I wrote $x^3.\{1,1\}$ using Mathematica's 2D input, then copied and pasted the expression here, yielding x^3.{1, 1}....
2
votes
1
answer
265
views
Copy as Input Text via Function
I've got some code which generates a series with coefficients that are a rather complicated expressions of Greek letters with subscripts. I want to store some of these coefficients for future use, ...
3
votes
1
answer
166
views
I want to use Mathematica Reference pages for an Appendix in a LaTeX report
I want to put the aforementioned information in an appendix(obviously I will Cite it) of a LaTeX report, however I get a variety of Errors when I attempt to do so.
I was trying the Module page, I've ...
1
vote
0
answers
111
views
What does copying Output cell using Copy As > Plain Text actually does? [duplicate]
So, an input cell after evaluation gives an
In[X] := str1 = ...
Out[X]:= ....
If I right click on the right edge of the Out[X]'s cell, and select Copy As > Plain ...