Updated bib file

This commit is contained in:
Kenneth John Odle 2023-07-23 10:27:59 -04:00
parent 0e35d8172c
commit c06da5cd74
2 changed files with 40 additions and 9 deletions

View File

@ -18,15 +18,15 @@
@misc{website:stexc001, @misc{website:stexc001,
title={How to center the table in Latex}, title={How to center the table in Latex},
author={\TeX{} StackExchange}, author="\TeX{} StackExchange",
howpublished="\url{https://tex.stackexchange.com/questions/162462/how-to-center-the-table-in-latex}", howpublished="\url{https://tex.stackexchange.com/questions/162462/how-to-center-the-table-in-latex}",
month={Feb}, month={Feb},
year={2014} year={2014}
} }
@misc{website:stexc002, @misc{website:stexc002,
title={Does it matter if I use \textbackslash{}textit or \textbackslash{}it, \textbackslash{}bfseries or \textbackslash{}bf, etc}, title="Does it matter if I use \textbackslash{}textit or \textbackslash{}it, \textbackslash{}bfseries or \textbackslash{}bf, etc",
author={\TeX{} StackExchange}, author="\TeX{} StackExchange",
howpublished="\url{https://tex.stackexchange.com/questions/516/does-it-matter-if-i-use-textit-or-it-bfseries-or-bf-etc}", howpublished="\url{https://tex.stackexchange.com/questions/516/does-it-matter-if-i-use-textit-or-it-bfseries-or-bf-etc}",
month={Jul}, month={Jul},
year={2010} year={2010}
@ -63,10 +63,39 @@
year = "2022", year = "2022",
} }
@misc{website:, @misc{website:stexc004,
title = "", author = "\TeX{} StackExchange",
author = "", howpublished = "\url{https://tex.stackexchange.com/questions/2441/how-to-add-a-forced-line-break-inside-a-table-cell}",
howpublished = "\url{}", }
month = "", @misc{website:stexc005,
year = "", author = "\TeX{} StackExchange",
howpublished = "\url{https://tex.stackexchange.com/questions/14/how-to-look-up-a-symbol-or-identify-a-letter-from-a-math-alphabet-or-other-chara}",
}
@misc{website:stexc006,
author = "\TeX{} StackExchange",
howpublished = "\url{https://tex.stackexchange.com/questions/565/how-can-i-get-rid-of-indentation-after-an-equation}",
}
@misc{website:stexc007,
author = "\TeX{} StackExchange",
howpublished = "\url{https://tex.stackexchange.com/questions/338657/how-to-include-socials-icons-like-github-and-linkedin-in-moderncv/591880#591880}",
}
@misc{website:,
author = "",
howpublished = "\url{}",
}
@misc{website:,
author = "",
howpublished = "\url{}",
}
@misc{website:overleaf003,
author = "Overleaf",
howpublished = "https://www.overleaf.com/learn/latex/Mathematical_expressions",
}
@misc{website:overleaf004,
author = "Overleaf",
howpublished = "https://www.overleaf.com/learn/latex/Operators",
}
@misc{website:overleaf005,
author = "Overleaf",
howpublished = "https://www.overleaf.com/learn/latex/Subscripts_and_superscripts",
} }

View File

@ -458,6 +458,8 @@ Your widely spaced text goes here.
\chapter{Tables} \chapter{Tables}
To break lines in a table cell, use \verb+\newline+ or add the \texttt{makecell} package.
\chapter{Formatting Pages} \chapter{Formatting Pages}