More experiments with bibliographies
This commit is contained in:
parent
f15f136a20
commit
52650ff707
@ -1,9 +1,19 @@
|
|||||||
@misc{overleaf,
|
@misc{website:overleaf001,
|
||||||
title = "Page size and margins",
|
title = "Page size and margins",
|
||||||
url = "https://www.overleaf.com/learn/latex/Page_size_and_margins"
|
author = "Overleaf",
|
||||||
|
howpublished = "\url{https://www.overleaf.com/learn/latex/Page_size_and_margins}",
|
||||||
|
year= "No date"
|
||||||
}
|
}
|
||||||
|
|
||||||
@misc{stexc,
|
@misc{website:wikibooks001,
|
||||||
|
title={Bibliography management},
|
||||||
|
author={Wikibooks},
|
||||||
|
howpublished = "\url{https://en.wikibooks.org/wiki/LaTeX/Page_Layout}",
|
||||||
|
month={June},
|
||||||
|
year={2023}
|
||||||
|
}
|
||||||
|
|
||||||
|
@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}",
|
||||||
@ -11,19 +21,18 @@
|
|||||||
year={2014}
|
year={2014}
|
||||||
}
|
}
|
||||||
|
|
||||||
@book{van2012latex,
|
@misc{website:stexc002,
|
||||||
title={LATEX and Friends},
|
title={Does it matter if I use \textbackslash{}textit or \textbackslash{}it, \textbackslash{}bfseries or \textbackslash{}bf, etc},
|
||||||
author={Van Dongen, Marc RC},
|
author={\TeX{} StackExchange},
|
||||||
year={2012},
|
howpublished="\url{https://tex.stackexchange.com/questions/516/does-it-matter-if-i-use-textit-or-it-bfseries-or-bf-etc}",
|
||||||
publisher={Springer Science \& Business Media}
|
month={Jul},
|
||||||
|
year={2010}
|
||||||
}
|
}
|
||||||
|
|
||||||
@article{greenwade93,
|
@misc{website:stexc003,
|
||||||
author = "George D. Greenwade",
|
title = "'Correct' way to bold/italicize text?",
|
||||||
title = "The {C}omprehensive {T}ex {A}rchive {N}etwork ({CTAN})",
|
author = "\TeX{} StackExchange",
|
||||||
year = "1993",
|
howpublished = "\url{https://tex.stackexchange.com/questions/41681/correct-way-to-bold-italicize-text}",
|
||||||
journal = "TUGBoat",
|
month = "Jan",
|
||||||
volume = "14",
|
year = "2012"
|
||||||
number = "3",
|
|
||||||
pages = "342--351"
|
|
||||||
}
|
}
|
9
lbol.tex
9
lbol.tex
@ -374,7 +374,9 @@ It is possible to combine these. For example, to write \textit{\textsc{Italic te
|
|||||||
|
|
||||||
\noindent{}\verb+\textit{\textsc{Italic text in Small Caps}}+
|
\noindent{}\verb+\textit{\textsc{Italic text in Small Caps}}+
|
||||||
|
|
||||||
\paragraph{Deprecated Code} — Note that in \LaTeX2e{} code such as \verb+{\it some text}+ and \verb+{\bf some text}+ are deprecated.\footnote{See \kref{https://tex.stackexchange.com/questions/41681/correct-way-to-bold-italicize-text}{https://tex.stackexchange.com/questions/41681/correct-way-to-bold-italicize-text} and \kref{https://tex.stackexchange.com/questions/516/does-it-matter-if-i-use-textit-or-it-bfseries-or-bf-etc}{https://tex.stackexchange.com/questions/516/does-it-matter-if-i-use-textit-or-it-bfseries-or-bf-etc} for more information.}
|
\paragraph{Deprecated Code} — Note that in \LaTeX2e{} code such as \verb+{\it some text}+ and \verb+{\bf some text}+ are deprecated.~\cite{website:stexc002}~\cite{website:stexc003}
|
||||||
|
|
||||||
|
\footnote{See \kref{https://tex.stackexchange.com/questions/41681/correct-way-to-bold-italicize-text}{https://tex.stackexchange.com/questions/41681/correct-way-to-bold-italicize-text} and \kref{https://tex.stackexchange.com/questions/516/does-it-matter-if-i-use-textit-or-it-bfseries-or-bf-etc}{https://tex.stackexchange.com/questions/516/does-it-matter-if-i-use-textit-or-it-bfseries-or-bf-etc} for more information.}
|
||||||
|
|
||||||
\section{Size Variations}
|
\section{Size Variations}
|
||||||
|
|
||||||
@ -873,7 +875,10 @@ In particular with \LaTeX{}, it can help if you create an MWE (minimal working e
|
|||||||
\section{\texttt{\}\%} is Your Best Friend}
|
\section{\texttt{\}\%} is Your Best Friend}
|
||||||
|
|
||||||
|
|
||||||
sample text~\cite{greenwade93} ~\cite{stexc}
|
sample text~\cite{website:overleaf001} ~\cite{website:wikibooks001} ~\cite{website:stexc001}
|
||||||
|
|
||||||
|
more text ~\cite{website:stexc001}
|
||||||
|
|
||||||
|
|
||||||
\begin{flushleft}
|
\begin{flushleft}
|
||||||
\bibliographystyle{plain}
|
\bibliographystyle{plain}
|
||||||
|
Loading…
Reference in New Issue
Block a user