From nmoore at winona.edu Wed Sep 7 16:10:03 2022 From: nmoore at winona.edu (Moore, Nathan T) Date: Wed, 7 Sep 2022 20:10:03 +0000 Subject: [LON-CAPA-admin] tex rendering problem? In-Reply-To: References: Message-ID: Hi, I have a few problems that use the $x^2=4$ latex syntax for math rendering. Some of my students tell me that the problem code

What is $\vec{A}\cdot\vec{C}$?

renders on their screen as the bare ASCII text: What is [(A)\vec].[(C)\vec]? When I look at this problem on my laptop I see normally rendered Computer Modern tex output. Is there a security or config setting on my students' computers that I should attend to? These problems live in the public repository, /res/winona/NMoore/openstax-university-physics-1/ch2-vectors/ Any suggestions appreciated! Nathan Problem follows images from the book's chapter 2, problem 62

What is $\vec{A}\cdot\vec{C}$?

What is $\vec{A}\cdot\vec{F}$?

What is $\hat{i}\cdot\vec{B}$?

What is $\vec{B}\cdot\hat{B}$?

From lucasm at ohio.edu Wed Sep 7 16:37:42 2022 From: lucasm at ohio.edu (Lucas, Mark) Date: Wed, 7 Sep 2022 20:37:42 +0000 Subject: [LON-CAPA-admin] [External] tex rendering problem? In-Reply-To: References: Message-ID: <0EE92201-96B2-4722-AAEF-F92AAAC2FA0A@ohio.edu> Nathan, The text the student is seeing is from the tth (TeX to HTML) processor. There are three options for display right now: MathJax, Convert to Images (mimetex: converts latex to a graphic and displays the graphic) or TeX to HTML. On a course basis under Course Settings -> Display of Resources you can force the math rendering engine to one of those three choices or ?None Specified - Use Student Choice?. A student (or other user) can select the math rendering type under their own user preferences. The default may still be tth. Under your course settings you can change this to MathJax. My impression is that is now pretty safe, but the mathematicians may be able to chime in better. This will guaranteed MathJax is used. (Renderers can be forced in the problem code, but I remember that being frowned upon.) Hope this helps, Mark > On Sep 7, 2022, at 4:10 PM, Moore, Nathan T via LON-CAPA-admin wrote: > > Use caution with links and attachments. > > Hi, > > I have a few problems that use the $x^2=4$ latex syntax for math rendering. > > Some of my students tell me that the problem code > >

> What is $\vec{A}\cdot\vec{C}$? >

> > renders on their screen as the bare ASCII text: > > What is [(A)\vec].[(C)\vec]? > > When I look at this problem on my laptop I see normally rendered Computer Modern tex output. Is there a security or config setting on my students' computers that I should attend to? > > These problems live in the public repository, /res/winona/NMoore/openstax-university-physics-1/ch2-vectors/ > > Any suggestions appreciated! > > Nathan > > > > Problem follows > > > > > > images from the book's chapter 2, problem 62 > >

> What is $\vec{A}\cdot\vec{C}$? >

> > > > > >

> What is $\vec{A}\cdot\vec{F}$? >

> > > > > > >

> What is $\hat{i}\cdot\vec{B}$? >

> > > > > > > >

> What is $\vec{B}\cdot\hat{B}$? >

> > > > > > > > > >
> > > _______________________________________________ > LON-CAPA-admin mailing list > LON-CAPA-admin at mail.lon-capa.org > https://nam11.safelinks.protection.outlook.com/?url=http%3A%2F%2Fmail.lon-capa.org%2Fmailman%2Flistinfo%2Flon-capa-admin&data=05%7C01%7Clucasm%40ohio.edu%7Ced13dd1914dd4f434bd908da910d4d8f%7Cf3308007477c4a70888934611817c55a%7C0%7C0%7C637981783583952753%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=Bavtiz7d34htwOxFnGfYHnqz4PjB5eviWKs2Jlz6RdE%3D&reserved=0 -- Mark Lucas Professor of Instruction Department of Physics and Astronomy (College of Arts and Sciences)/Ohio Honors Program (Honors College) 252D Clippinger Lab, Ohio University, Athens, OH 45701 email: lucasm at ohio.edu phone: (740)597-2984 Pronouns: He, Him, His From raeburn at msu.edu Wed Sep 7 16:57:32 2022 From: raeburn at msu.edu (Raeburn, Stuart) Date: Wed, 7 Sep 2022 20:57:32 +0000 Subject: [LON-CAPA-admin] [External] tex rendering problem? In-Reply-To: <0EE92201-96B2-4722-AAEF-F92AAAC2FA0A@ohio.edu> References: <0EE92201-96B2-4722-AAEF-F92AAAC2FA0A@ohio.edu> Message-ID: Nathan, LON-CAPA 2.11.3 and later include a Domain configuration to set the default math render in your LON-CAPA domain. Unless a Domain Coordinator has set a configuration, it will currently be tth. To change it, select your Domain Coordinator role and use: Main Menu > Set domain configuration > Display (Course/Community defaults checked) Then in the "Defaults which can be overridden in each course by a CC" for this item: Default method to display mathematics, select MathJax and push "Save Changes" Stuart Raeburn LON-CAPA Academic Consortium ________________________________________ From: LON-CAPA-admin on behalf of Lucas, Mark via LON-CAPA-admin Sent: Wednesday, September 7, 2022 4:37 PM To: Moore, Nathan T; list about administration and system updating Subject: Re: [LON-CAPA-admin] [External] tex rendering problem? Nathan, The text the student is seeing is from the tth (TeX to HTML) processor. There are three options for display right now: MathJax, Convert to Images (mimetex: converts latex to a graphic and displays the graphic) or TeX to HTML. On a course basis under Course Settings -> Display of Resources you can force the math rendering engine to one of those three choices or ?None Specified - Use Student Choice?. A student (or other user) can select the math rendering type under their own user preferences. The default may still be tth. Under your course settings you can change this to MathJax. My impression is that is now pretty safe, but the mathematicians may be able to chime in better. This will guaranteed MathJax is used. (Renderers can be forced in the problem code, but I remember that being frowned upon.) Hope this helps, Mark > On Sep 7, 2022, at 4:10 PM, Moore, Nathan T via LON-CAPA-admin wrote: > > Use caution with links and attachments. > > Hi, > > I have a few problems that use the $x^2=4$ latex syntax for math rendering. > > Some of my students tell me that the problem code > >

> What is $\vec{A}\cdot\vec{C}$? >

> > renders on their screen as the bare ASCII text: > > What is [(A)\vec].[(C)\vec]? > > When I look at this problem on my laptop I see normally rendered Computer Modern tex output. Is there a security or config setting on my students' computers that I should attend to? > > These problems live in the public repository, /res/winona/NMoore/openstax-university-physics-1/ch2-vectors/ > > Any suggestions appreciated! > > Nathan From nmoore at winona.edu Thu Sep 8 07:42:57 2022 From: nmoore at winona.edu (Moore, Nathan T) Date: Thu, 8 Sep 2022 11:42:57 +0000 Subject: [LON-CAPA-admin] [External] tex rendering problem? In-Reply-To: References: <0EE92201-96B2-4722-AAEF-F92AAAC2FA0A@ohio.edu> Message-ID: Thanks for the quick reply! -----Original Message----- From: LON-CAPA-admin On Behalf Of Raeburn, Stuart via LON-CAPA-admin Sent: Wednesday, September 7, 2022 3:58 PM To: list about administration and system updating Subject: Re: [LON-CAPA-admin] [External] tex rendering problem? Nathan, LON-CAPA 2.11.3 and later include a Domain configuration to set the default math render in your LON-CAPA domain. Unless a Domain Coordinator has set a configuration, it will currently be tth. To change it, select your Domain Coordinator role and use: Main Menu > Set domain configuration > Display (Course/Community defaults checked) Then in the "Defaults which can be overridden in each course by a CC" for this item: Default method to display mathematics, select MathJax and push "Save Changes" Stuart Raeburn LON-CAPA Academic Consortium ________________________________________ From: LON-CAPA-admin on behalf of Lucas, Mark via LON-CAPA-admin Sent: Wednesday, September 7, 2022 4:37 PM To: Moore, Nathan T; list about administration and system updating Subject: Re: [LON-CAPA-admin] [External] tex rendering problem? Nathan, The text the student is seeing is from the tth (TeX to HTML) processor. There are three options for display right now: MathJax, Convert to Images (mimetex: converts latex to a graphic and displays the graphic) or TeX to HTML. On a course basis under Course Settings -> Display of Resources you can force the math rendering engine to one of those three choices or "None Specified - Use Student Choice". A student (or other user) can select the math rendering type under their own user preferences. The default may still be tth. Under your course settings you can change this to MathJax. My impression is that is now pretty safe, but the mathematicians may be able to chime in better. This will guaranteed MathJax is used. (Renderers can be forced in the problem code, but I remember that being frowned upon.) Hope this helps, Mark > On Sep 7, 2022, at 4:10 PM, Moore, Nathan T via LON-CAPA-admin wrote: > > Use caution with links and attachments. > > Hi, > > I have a few problems that use the $x^2=4$ latex syntax for math rendering. > > Some of my students tell me that the problem code > >

> What is $\vec{A}\cdot\vec{C}$? >

> > renders on their screen as the bare ASCII text: > > What is [(A)\vec].[(C)\vec]? > > When I look at this problem on my laptop I see normally rendered Computer Modern tex output. Is there a security or config setting on my students' computers that I should attend to? > > These problems live in the public repository, > /res/winona/NMoore/openstax-university-physics-1/ch2-vectors/ > > Any suggestions appreciated! > > Nathan _______________________________________________ LON-CAPA-admin mailing list LON-CAPA-admin at mail.lon-capa.org https://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fmail.lon-capa.org%2Fmailman%2Flistinfo%2Flon-capa-admin&data=05%7C01%7Cnmoore%40winona.edu%7Cf26a0e4db1694c23b8f908da91139f85%7C5011c7c60ab446ab9ef4fae74a921a7f%7C0%7C0%7C637981811123830611%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=NJ8z8Ts7GhpP%2FCMqx9D46URBmrvRgIo6RBRptusANEo%3D&reserved=0