pacific-hake / hake-assessment

:zap: :fish: Build the assessment document using latex and knitr
MIT License
13 stars 7 forks source link

Shorten caption of catch-stream table so table fits on one page. #1128

Closed kellijohnson-NOAA closed 5 months ago

kellijohnson-NOAA commented 5 months ago

https://github.com/pacific-hake/hake-assessment/blob/b8dcdbf2860efa3c4a4a4045bde7539f8866b9d3/doc/006-executive-summary.rmd#L656-L670

could be

caption = paste0(
      "Forecast quantiles of beginning of the year relative spawning biomass ",
      "resulting from constant and non-constant catch alternatives. ",
      min(forecast_yrs) - 1, " TAC is the ", min(forecast_yrs) - 1,
      " total allowable catch. Default HR (", f_40_40_10_for_latex_table,
      ") is the median catch estimated via the default harvest policy. ",
      "Row~", letters[ct_stable_ind], " is the fishing intensity that ",
      "results in the median projected catch remaining the same in ",
      min(forecast_yrs), " and ", min(forecast_yrs) + 1, "."),

which makes the table fit on one page and the subsequent table fit on its own page as well.

cgrandin commented 5 months ago

How about this:

Forecast quantiles of Pacific Hake relative spawning biomass at the 
beginning of the year. Catch alternatives are defined by letters a-o 
and are a constant value across all 4 forecasted years unless 
otherwise defined in the first column.
kellijohnson-NOAA commented 5 months ago

Maybe add See the Glossary for definitions? I was trying to ensure that acronyms were explained but if we reference the glossary maybe we don't have to.

cgrandin commented 5 months ago
Forecast quantiles of Pacific Hake relative spawning biomass at the 
beginning of the year. Catch alternatives are defined by letters a-o 
and are a constant value across all 4 forecasted years unless 
otherwise defined in the first column. Acronyms are defined
in the glossary (Appendix~\@ref(sec:app-glossary)).