-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
69276d7
commit 8776904
Showing
1 changed file
with
60 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
% % | ||
% LICENSES % | ||
% % | ||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
% % | ||
% Copyright (C) 2023, Yong Hoon Lee ([email protected]) % | ||
% This LaTeX template was developed to assist students in % | ||
% writing their thesis and dissertation. If you find this % | ||
% resource helpful, you may choose to acknowledge it briefly % | ||
% in the Acknowledgments section of your document. However, % | ||
% this is entirely at the author's discretion and is not a % | ||
% requirement. % | ||
% % | ||
% Please note that while this template has been designed to % | ||
% assist students in writing their thesis or dissertation, it % | ||
% may not fully conform to the Thesis/Dissertation Guidelines % | ||
% provided on the Graduate School of the University of Memphis % | ||
% website. It is the responsibility of the individual author % | ||
% to carefully review and ensure that their document adheres % | ||
% to the formatting and style requirements outlined in the % | ||
% guidelines. The author of this template cannot guarantee % | ||
% full compliance with the guidelines. % | ||
% % | ||
% This work may be distributed and/or modified under the % | ||
% conditions of the LaTeX Project Public License, % | ||
% either version 1.3 of this license or (at your option) any % | ||
% later version. The latest version of this license is in % | ||
% http://www.latex-project.org/lppl.txt and version 1.3 or % | ||
% later is part of all distributions of LaTeX version % | ||
% 2005/12/01 or later. % | ||
% Original `uofm' class package can be obtained from % | ||
% https://github.com/yonghoonlee/UofM-thesis-template % | ||
% (Original work directed per requirements of the LPPL) % | ||
% % | ||
% This work has the LPPL maintenance status `maintained'. % | ||
% The Current Maintainer of this work is Yong Hoon Lee. % | ||
% This work consists of the files abbrev.tex, bibstyle.bst, % | ||
% glo.tex, main.tex, ref.bib, symb.tex, and uofm.cls. % | ||
% % | ||
% The reference style file: bibstyle.bst is adopted from % | ||
% `elsarticle-num.bst', (C) 2007, 2008, 2009 Elsevier Ltd., % | ||
% under the conditions of the LaTeX Project Public License, % | ||
% either version 1.2 of this license or (at your option) any % | ||
% later version. http://www.latex-project.org/lppl.txt % | ||
% Original `elsarticle' package can be obtained from % | ||
% https://www.ctan.org/pkg/elsarticle % | ||
% (Original work directed per requirements of the LPPL) % | ||
% % | ||
% The class file: uofm.cls is adopted partially from % | ||
% `report.cls', (C) 1993-2021 LaTeX Project., % | ||
% under the conditions of the LaTeX Project Public License, % | ||
% either version 1.3c of this license or (at your option) any % | ||
% later version. https://www.latex-project.org/lppl.txt % | ||
% Original `base' kernel of the LaTeX that contains the % | ||
% `report' package can be obtained from % | ||
% https://www.ctan.org/pkg/report % | ||
% (Original work directed per requirements of the LPPL) % | ||
% % | ||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |