ladanielson / MAT101

0 stars 3 forks source link

Fix latex image preamble #4

Closed daverosoff closed 8 years ago

daverosoff commented 8 years ago

I added some missing code to index.mbx (to tell the mbx script what preamble we need for the standalone images that get converted to pdf). I commented out some tabulars in two examples so that they would compile. They are now missing some text to the side and one of them is missing its color.

The color issue is because the LaTeX that was copied and pasted is using a color M101_green that is not a built-in color. We need the RGB color code for that color to make it work (probably in the original .tex source).

daverosoff commented 8 years ago

Lynda,

I rebased my work onto yours, so you should be able to merge with no conflicts if you want to.

ladanielson commented 8 years ago

Ok, I merged! When I do a git status on my laptop I don't see any changes. How do I pull those down?

daverosoff commented 8 years ago

Do git pull origin master. I'm not sure why it says you are up to date, but it's supposed to for some reason.

Sent from my metacoil On Mon, Jul 11, 2016 at 6:45 PM, Lynda Danielson notifications@github.com<mailto:notifications@github.com> wrote:

Ok, I merged! When I do a git status on my laptop I don't see any changes. How do I pull those down?

You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/ladanielson/MAT101/pull/4#issuecomment-231907428, or mute the threadhttps://github.com/notifications/unsubscribe/ADtRyeTryuUv-otH4QPqUYN4jO3rnHtCks5qUuOXgaJpZM4JJ2Gs.

daverosoff commented 8 years ago

Sorry, I mean git pull origin generate-images

Sent from my metacoil On Mon, Jul 11, 2016 at 6:55 PM, Dave Rosoff drosoff@collegeofidaho.edu<mailto:drosoff@collegeofidaho.edu> wrote:

Do git pull origin master. I'm not sure why it says you are up to date, but it's supposed to for some reason.

Sent from my metacoil On Mon, Jul 11, 2016 at 6:45 PM, Lynda Danielson notifications@github.com<mailto:notifications@github.com> wrote:

Ok, I merged! When I do a git status on my laptop I don't see any changes. How do I pull those down?

You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/ladanielson/MAT101/pull/4#issuecomment-231907428, or mute the threadhttps://github.com/notifications/unsubscribe/ADtRyeTryuUv-otH4QPqUYN4jO3rnHtCks5qUuOXgaJpZM4JJ2Gs.

ladanielson commented 8 years ago

Done. xslt still works, but I;m unable to generate images. Were you able to get the mbx script to create svg images?

daverosoff commented 8 years ago

Yes, I cracked that as well.

Sent from my metacoil On Mon, Jul 11, 2016 at 8:37 PM, Lynda Danielson notifications@github.com<mailto:notifications@github.com> wrote:

Done. xslt still works, but I;m unable to generate images. Were you able to get the mbx script to create svg images?

You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/ladanielson/MAT101/pull/4#issuecomment-231922308, or mute the threadhttps://github.com/notifications/unsubscribe/ADtRyQgX34ZW26i8tQ5iUvlSv6aDjQPPks5qUv3tgaJpZM4JJ2Gs.