User Portlet User Portlet

Discussions
Checking the "Parse and load entire notebook into memory upon reopening" box worked for me. Thanks!
Hi it works for me. Windows 7, MM 10.1 update: Not completely true. When I use print (whole document instead of only the plot) I get an error message. However when I use the File-Save-as option and save the file as PDF it does work. Added PDF. ...
. In[1]:= accesos = {{"A1", 20.5948, -100.411}, {"A2", 20.5945, -100.411}, {"A3", 20.5945, -100.41}}; Map[ToExpression[#[[1]] "=\"{lat: " ToString[#[[2]]] ", long: " ToString[#[[3]]] "}\""] &, accesos]; A2 Out[3]= "{lat:...
I just can not resist ... How about: In[1]:= Clear[maxList] In[2]:= maxList = {{{1, 1}}, {{2, 6}}, {{3, 11}}, {{4, 16}}, {{5, 21}}, {{6, 26}}, {{7, 31}}, {{8, 36}}, {{9, 41}}, {{10, 46}}}; In[3]:= Last @@@...