Questions tagged [copy-as]
The copy-as tag has no summary.
26 questions
1 vote
0 answers
91 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
192 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 ...
0 votes
0 answers
68 views
How to merge the frame?
I just write the code following : ...
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 ...
2 votes
2 answers
236 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
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 ...
2 votes
1 answer
264 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, ...
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 ...