[LON-CAPA-cvs] cvs: loncom /html/adm/help/tex Authoring_Adding_Pictures.tex

raeburn raeburn at source.lon-capa.org
Sat Aug 20 10:11:44 EDT 2016


raeburn		Sat Aug 20 14:11:44 2016 EDT

  Modified files:              
    /loncom/html/adm/help/tex	Authoring_Adding_Pictures.tex 
  Log:
  - Use standard double quotes inside \textt.
  
  
Index: loncom/html/adm/help/tex/Authoring_Adding_Pictures.tex
diff -u loncom/html/adm/help/tex/Authoring_Adding_Pictures.tex:1.4 loncom/html/adm/help/tex/Authoring_Adding_Pictures.tex:1.5
--- loncom/html/adm/help/tex/Authoring_Adding_Pictures.tex:1.4	Thu Aug 18 11:36:02 2016
+++ loncom/html/adm/help/tex/Authoring_Adding_Pictures.tex	Sat Aug 20 14:11:44 2016
@@ -3,7 +3,7 @@
 be uploaded to your authoring space, then published. Then, in the
 text area of your problem, add the following:
 
-\texttt{<img src=``/res/DOMAIN/AUTHOR/directory-of-picture/picture.jpg'' />}
+\texttt{<img src=\char`\"{}/res/DOMAIN/AUTHOR/directory-of-picture/picture.jpg\char`\"{} />}
 
 where DOMAIN is the domain the picture is in, AUTHOR is the person who 
 published the picture, and the rest is the standard path to the picture.
@@ -11,7 +11,7 @@
 It is also possible for advanced users to use a script variable in
 the place of the picture URL, like this:
 
-\texttt{<img src=``\$picture'' />}
+\texttt{<img src=\char`\"{}\$picture\char`\"{} />}
 
 and use the string variable \texttt{\$picture} in the script of the problem to 
 select from several possible pictures. If you do this, you will need




More information about the LON-CAPA-cvs mailing list