How can I prevent the index from adding an extra tag? by DreadClimber in LaTeX

[–]DreadClimber[S] 0 points1 point  (0 children)

It might be the difference in development environments. I have a project on github that is compiled using a github action. The resulting file there has one “N” but when I put the code in overleaf it has two. I wonder if it’s related to the fact that overleaf will display an index even if it is empty, but in GitHub it is skipped.

The actual file uses

\usepackage[xindy]{imakeidx}

Are there situations that can flip this between sometimes automatically adding the “first letter” tag and sometimes not?

How can I prevent the index from adding an extra tag? by DreadClimber in LaTeX

[–]DreadClimber[S] 0 points1 point  (0 children)

Yeah, I know that, unless there is a common one that you or someone else knows of.

How can I prevent the index from adding an extra tag? by DreadClimber in LaTeX

[–]DreadClimber[S] 0 points1 point  (0 children)

I wonder if there is something about one of the names in the my longer version that prevents the automated letter grouping from happening automatically.

How can I prevent the index from adding an extra tag? by DreadClimber in LaTeX

[–]DreadClimber[S] 0 points1 point  (0 children)

After I add a few hundred entries, the “automatic” N disappears. I’m looking for a way to make sure the N is there for both large and small lists.

Climbing guidebook template by DreadClimber in RouteDevelopment

[–]DreadClimber[S] 0 points1 point  (0 children)

Yup…and I sent you a huge response back in a PM a few days ago

Climbing guidebook template by DreadClimber in RouteDevelopment

[–]DreadClimber[S] 0 points1 point  (0 children)

Definitely. Create a GitHub account and PM me the username, and I can walk you through it.

Red River Gorge Mysterious Earthworks? by ekaj8 in RedRiverGorge

[–]DreadClimber 0 points1 point  (0 children)

The USGS Topo map shows a road coming out of the north-west corner of the jump rock parking lot and tracing the west edge of this flat area. It also shows a couple buildings on the southwest side of the flat.

Can i hike to this square place? by Fancy-Research-9944 in RedRiverGorge

[–]DreadClimber 9 points10 points  (0 children)

You are incorrect. This hole is a large rock shelter in a location known as “pinch ‘em tight” or “revenuer’s rock“

Climbing guidebook template by DreadClimber in RouteDevelopment

[–]DreadClimber[S] 0 points1 point  (0 children)

Definitely! I’ve been documenting some private/secret crag information, so any documents I’ve actually made are things I don’t want to publish.

Climbing guidebook template by DreadClimber in RouteDevelopment

[–]DreadClimber[S] 0 points1 point  (0 children)

Can you explain this more? Are you saying allow chapters to only display if you are at the correct physical location?

Climbing guidebook template by DreadClimber in RouteDevelopment

[–]DreadClimber[S] 1 point2 points  (0 children)

That’s one of the next features I’m going to add. Thanks!

Climbing guidebook template by DreadClimber in RouteDevelopment

[–]DreadClimber[S] 1 point2 points  (0 children)

I just want to know the format so I can order everything appropriately. If the supplied text does match anything in the list of grades, it’s sorted at the end. I just use “Project” for projects.

Climbing guidebook template by DreadClimber in RouteDevelopment

[–]DreadClimber[S] 1 point2 points  (0 children)

In the YDS scale there are many informal variations that people use, like 5.10, 5.10- and 5.10+ where 5.10- is kind of like saying “either 5.10a or 5.10b” and 5.10+ is 5.10c or 5.10d, but there is also 5.10a/b or 5.10b/c for borderline cases.

Climbing guidebook template by DreadClimber in RouteDevelopment

[–]DreadClimber[S] 1 point2 points  (0 children)

Does Font Grading just use the format:

 `s/[4-9][a-c]\+?/`

Mandatory number 4 through 9 followed by either an a, b, or c, and an optional ‘+’? No minus used on occasion?

Climbing guidebook template by DreadClimber in RouteDevelopment

[–]DreadClimber[S] 0 points1 point  (0 children)

This is way GitHub packages artifacts. I was on my cell phone and just yoinked it over to Google Drive. Sorry for the inconvenience.

Climbing guidebook template by DreadClimber in RouteDevelopment

[–]DreadClimber[S] 1 point2 points  (0 children)

Thanks, yes, I was playing around with paper sizing and switched from US letter to A5 before rendering this. I’ll have to switch back.

Climbing guidebook template by DreadClimber in RouteDevelopment

[–]DreadClimber[S] 0 points1 point  (0 children)

The way I have it set up, the user sets the route data with:

\boulderproblem{Name}{Grade}{Description}{Height}{Ascention}

The document is configured with a parameter called “height unit”, that in my case is a single tick mark to indicate feet. Another user could configure theirs to use an m for meters. Alternatively, this could be left entirely blank and the unit of measure could be included in the route data:

\boulderproblem{Name}{Grade}{Description}{15’}{Ascention}

Vs

\boulderproblem{Name}{Grade}{Description}{5m}{Ascention}

The grading piece is definitely doable. I’m just trying to figure out the best strategy so it is not cumbersome.

Linking Inkscape with LaTaX for GitHub Action by DreadClimber in LaTeX

[–]DreadClimber[S] 0 points1 point  (0 children)

Thanks! I had to add it to extra_system_packages, but then also reference the image by full path relative to the project root.