[LON-CAPA-cvs] cvs: loncom /html/adm/help/tex Authoring_Adding_Pictures.tex
raeburn
raeburn at source.lon-capa.org
Thu Aug 18 07:36:03 EDT 2016
raeburn Thu Aug 18 11:36:03 2016 EDT
Modified files:
/loncom/html/adm/help/tex Authoring_Adding_Pictures.tex
Log:
- Use LaTeX-style double quotes.
Index: loncom/html/adm/help/tex/Authoring_Adding_Pictures.tex
diff -u loncom/html/adm/help/tex/Authoring_Adding_Pictures.tex:1.3 loncom/html/adm/help/tex/Authoring_Adding_Pictures.tex:1.4
--- loncom/html/adm/help/tex/Authoring_Adding_Pictures.tex:1.3 Mon Dec 28 04:10:45 2015
+++ loncom/html/adm/help/tex/Authoring_Adding_Pictures.tex Thu Aug 18 11:36:02 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=``/res/DOMAIN/AUTHOR/directory-of-picture/picture.jpg'' />}
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=``\$picture'' />}
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