Update README.md: Add Just information + Add LunDMX support#2
Update README.md: Add Just information + Add LunDMX support#2
Conversation
Thanks for helping me learn about Just! I added some text to the parent readme explaining what Just is and that it needs to be installed to set up to use the commands in the readme.
|
Lol we should add that we need wget as well for MacOS |
Add that we need wget too
|
Added LunDMX variation |
| - Using the [Aileron](https://www.fontsquirrel.com/fonts/aileron?filter%5Bfamily_size%5D=12) font | ||
|
|
||
| ## Set Up | ||
| Automations run with `just` command here use the [Just system](https://just.systems). Please consider installing Just first. You will also need `wget` (see eg [this gist](https://gist.github.com/scisco/4c63a2659a6ea33eb987)). |
There was a problem hiding this comment.
Maybe it would be better to point at our own documentation in https://ldmx-software.github.io/developing/getting-started.html#install-just ?
tomeichlersmith
left a comment
There was a problem hiding this comment.
It brings me so much joy to see other folks working on this 🥲
- Does MacOS have
curlby default? I could switch the font download to usecurlinstead ofwget. - An alternative
undesign is to shift theLleft. This would require more tweaking (I couldn't get it to work easily/quickly), but it should be possible. Thoughts?
| dm-text-color: auto, | ||
| prefix: none, | ||
| suffix: none, | ||
| un: none, // For adding the "un" in LunDMX |
There was a problem hiding this comment.
Put argument documentation up in the comment area above #let logo. (You'll see the other arguments there as well).
| // point that electron should stop relative to target | ||
| // ends in the upper left corner of the D as if the D is the calorimeters | ||
| // depends on the font and size | ||
| //let beam-endpoint = (0.7cm, +0.35cm) |
There was a problem hiding this comment.
Probably leftover from development
| //let beam-endpoint = (0.7cm, +0.35cm) |
| (0,0), | ||
| if prefix == none [] else if type(prefix) == str { | ||
| align(top + right, text(size: 15pt, weight: "light", prefix)) | ||
| } else { | ||
| prefix | ||
| }, | ||
| height: text-box-height, | ||
| width: if prefix == none { min-prefix-width } else { auto }, | ||
| name: <prefix> | ||
| ), | ||
| node( | ||
| (rel: target-shift, to: <L>), |
There was a problem hiding this comment.
As far as I can tell, this stuff is the same as whats on main, but has been reformatted. I'm guessing your text editor is struggling to understand the Typst syntax - I can undo this manually if you want, but you can also look at installing a Typst syntax/format extension.
| shape: rect, | ||
| ), | ||
| node( | ||
|
|
There was a problem hiding this comment.
Seems leftover from development
Thanks for helping me learn about Just! I added some text to the parent readme explaining what Just is and that it needs to be installed to set up to use the commands in the readme.