Closed sevilaybayatli closed 5 years ago
Hi,
It is because SPhdThesis.cls sets the bibliographystyle to alpha at line 231. You need to uncomment it first.
Regards,
Saurabh
From: piraye notifications@github.com Sent: Friday, August 24, 2018 5:30 AM To: saurabhg17/SPhdThesis SPhdThesis@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [saurabhg17/SPhdThesis] Changing Bibliography style (#6)
Hi, I have tried to change the bibliography style but after use several format by using this package \usepackage{natbib} I couldn't change it.
The format I want look like:
Text: Tatar-Bashkir (Tyers et al., 2012b),Crimean Tatar-Turkish and English-Kazakh (Sundetova et al., 2015) MT systems
Reference: Tyers, F. M., Washington, J. N., Salimzyanov, I., and Batalov, R. (2012b). A prototype machine translation system for Tatar and Bashkir based on free/open-source components. In First Workshop on Language Resources and Technologies for Turkic Languages, page 11.
could you point me how to obtain that format?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/saurabhg17/SPhdThesis/issues/6 , or mute the thread https://github.com/notifications/unsubscribe-auth/AEas39euOzKQjftFUKqT-Fh2wjF5Exq9ks5uTx7XgaJpZM4WKYcz . https://github.com/notifications/beacon/AEas38H-IobKYyfwow2xfC7EKhKSgiCtks5uTx7XgaJpZM4WKYcz.gif
I don't know which line you mean in which file the whole information I have in the main.txt these
\documentclass{SPhdThesis}
%\usepackage[utf8]{inputenc} %\usepackage[russian]{babel}
\usepackage{cmap} % поиск в PDF \usepackage[T2A]{fontenc} % кодировка \usepackage[utf8]{inputenc} % кодировка исходного текста \usepackage[russian,english]{babel} %\newenvironment{abbreviations} \usepackage{amsmath}
% PDF and title properties. \SgSetTitle{A Robust Mesh-based Surface Integration Algorithm} \SgSetAuthor{Saurabh Garg} \SgSetAuthorDegrees{List your previous degrees here} \SgSetYear{2013} \SgSetDegree{Doctor of Philosophy} \SgSetDepartment{Department of Computer Science} \SgSetUniversity{National University of Singapore} \SgSetDeclarationDate{June 2013} %\usepackage{natbib} %\bibliographystyle{humannat}
% The document. \begin{document} \begin{frontmatter} \SgAddTitle% \SgAddDeclaration% \input{acknowledgments}% \input{abstract}% \SgAddToc% Table contents. \SgAddLof% List of figures. \SgAddLot% List of tables. \SgAddLoa% List of algorithms. \end{frontmatter} \pagestyle{plain}
\input{chapter1} \SgIncludeBib{biblio}
%\usepackage{natbib}
\end{document}
could you tell in which file the line 231?
On Fri, Aug 24, 2018 at 3:14 AM Saurabh Garg notifications@github.com wrote:
Hi,
It is because SPhdThesis.cls sets the bibliographystyle to alpha at line
- You need to uncomment it first.
Regards,
Saurabh
From: piraye notifications@github.com Sent: Friday, August 24, 2018 5:30 AM To: saurabhg17/SPhdThesis SPhdThesis@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [saurabhg17/SPhdThesis] Changing Bibliography style (#6)
Hi, I have tried to change the bibliography style but after use several format by using this package \usepackage{natbib} I couldn't change it.
The format I want look like:
Text: Tatar-Bashkir (Tyers et al., 2012b),Crimean Tatar-Turkish and English-Kazakh (Sundetova et al., 2015) MT systems
Reference: Tyers, F. M., Washington, J. N., Salimzyanov, I., and Batalov, R. (2012b). A prototype machine translation system for Tatar and Bashkir based on free/open-source components. In First Workshop on Language Resources and Technologies for Turkic Languages, page 11.
could you point me how to obtain that format?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub < https://github.com/saurabhg17/SPhdThesis/issues/6> , or mute the thread < https://github.com/notifications/unsubscribe-auth/AEas39euOzKQjftFUKqT-Fh2wjF5Exq9ks5uTx7XgaJpZM4WKYcz> . < https://github.com/notifications/beacon/AEas38H-IobKYyfwow2xfC7EKhKSgiCtks5uTx7XgaJpZM4WKYcz.gif>
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/saurabhg17/SPhdThesis/issues/6#issuecomment-415611823, or mute the thread https://github.com/notifications/unsubscribe-auth/AVox1lptewmzCwfT1jTagBj275gh42H_ks5uT0VzgaJpZM4WKYcz .
I didn't find the line 231 in the thesis.txt file, could you please tell which file the line 231 exist?
thanks for help in advance,
Sevilay
On Fri, Aug 24, 2018 at 4:33 PM Sevilay Bayatlı sevilaybayatli@gmail.com wrote:
I don't know which line you mean in which file the whole information I have in the main.txt these
\documentclass{SPhdThesis}
%\usepackage[utf8]{inputenc} %\usepackage[russian]{babel}
\usepackage{cmap} % поиск в PDF \usepackage[T2A]{fontenc} % кодировка \usepackage[utf8]{inputenc} % кодировка исходного текста \usepackage[russian,english]{babel} %\newenvironment{abbreviations} \usepackage{amsmath}
% PDF and title properties. \SgSetTitle{A Robust Mesh-based Surface Integration Algorithm} \SgSetAuthor{Saurabh Garg} \SgSetAuthorDegrees{List your previous degrees here} \SgSetYear{2013} \SgSetDegree{Doctor of Philosophy} \SgSetDepartment{Department of Computer Science} \SgSetUniversity{National University of Singapore} \SgSetDeclarationDate{June 2013} %\usepackage{natbib} %\bibliographystyle{humannat}
% The document. \begin{document} \begin{frontmatter} \SgAddTitle% \SgAddDeclaration% \input{acknowledgments}% \input{abstract}% \SgAddToc% Table contents. \SgAddLof% List of figures. \SgAddLot% List of tables. \SgAddLoa% List of algorithms. \end{frontmatter} \pagestyle{plain}
\input{chapter1} \SgIncludeBib{biblio}
%\usepackage{natbib}
\end{document}
could you tell in which file the line 231?
On Fri, Aug 24, 2018 at 3:14 AM Saurabh Garg notifications@github.com wrote:
Hi,
It is because SPhdThesis.cls sets the bibliographystyle to alpha at line
- You need to uncomment it first.
Regards,
Saurabh
From: piraye notifications@github.com Sent: Friday, August 24, 2018 5:30 AM To: saurabhg17/SPhdThesis SPhdThesis@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [saurabhg17/SPhdThesis] Changing Bibliography style (#6)
Hi, I have tried to change the bibliography style but after use several format by using this package \usepackage{natbib} I couldn't change it.
The format I want look like:
Text: Tatar-Bashkir (Tyers et al., 2012b),Crimean Tatar-Turkish and English-Kazakh (Sundetova et al., 2015) MT systems
Reference: Tyers, F. M., Washington, J. N., Salimzyanov, I., and Batalov, R. (2012b). A prototype machine translation system for Tatar and Bashkir based on free/open-source components. In First Workshop on Language Resources and Technologies for Turkic Languages, page 11.
could you point me how to obtain that format?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub < https://github.com/saurabhg17/SPhdThesis/issues/6> , or mute the thread < https://github.com/notifications/unsubscribe-auth/AEas39euOzKQjftFUKqT-Fh2wjF5Exq9ks5uTx7XgaJpZM4WKYcz> . < https://github.com/notifications/beacon/AEas38H-IobKYyfwow2xfC7EKhKSgiCtks5uTx7XgaJpZM4WKYcz.gif>
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/saurabhg17/SPhdThesis/issues/6#issuecomment-415611823, or mute the thread https://github.com/notifications/unsubscribe-auth/AVox1lptewmzCwfT1jTagBj275gh42H_ks5uT0VzgaJpZM4WKYcz .
I am using overleaf version and I couldnot find the SPhdThesis.cls, please could you tell me where is it ?
On Fri, Aug 24, 2018 at 9:40 PM Sevilay Bayatlı sevilaybayatli@gmail.com wrote:
I didn't find the line 231 in the thesis.txt file, could you please tell which file the line 231 exist?
thanks for help in advance,
Sevilay
On Fri, Aug 24, 2018 at 4:33 PM Sevilay Bayatlı sevilaybayatli@gmail.com wrote:
I don't know which line you mean in which file the whole information I have in the main.txt these
\documentclass{SPhdThesis}
%\usepackage[utf8]{inputenc} %\usepackage[russian]{babel}
\usepackage{cmap} % поиск в PDF \usepackage[T2A]{fontenc} % кодировка \usepackage[utf8]{inputenc} % кодировка исходного текста \usepackage[russian,english]{babel} %\newenvironment{abbreviations} \usepackage{amsmath}
% PDF and title properties. \SgSetTitle{A Robust Mesh-based Surface Integration Algorithm} \SgSetAuthor{Saurabh Garg} \SgSetAuthorDegrees{List your previous degrees here} \SgSetYear{2013} \SgSetDegree{Doctor of Philosophy} \SgSetDepartment{Department of Computer Science} \SgSetUniversity{National University of Singapore} \SgSetDeclarationDate{June 2013} %\usepackage{natbib} %\bibliographystyle{humannat}
% The document. \begin{document} \begin{frontmatter} \SgAddTitle% \SgAddDeclaration% \input{acknowledgments}% \input{abstract}% \SgAddToc% Table contents. \SgAddLof% List of figures. \SgAddLot% List of tables. \SgAddLoa% List of algorithms. \end{frontmatter} \pagestyle{plain}
\input{chapter1} \SgIncludeBib{biblio}
%\usepackage{natbib}
\end{document}
could you tell in which file the line 231?
On Fri, Aug 24, 2018 at 3:14 AM Saurabh Garg notifications@github.com wrote:
Hi,
It is because SPhdThesis.cls sets the bibliographystyle to alpha at line
- You need to uncomment it first.
Regards,
Saurabh
From: piraye notifications@github.com Sent: Friday, August 24, 2018 5:30 AM To: saurabhg17/SPhdThesis SPhdThesis@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [saurabhg17/SPhdThesis] Changing Bibliography style (#6)
Hi, I have tried to change the bibliography style but after use several format by using this package \usepackage{natbib} I couldn't change it.
The format I want look like:
Text: Tatar-Bashkir (Tyers et al., 2012b),Crimean Tatar-Turkish and English-Kazakh (Sundetova et al., 2015) MT systems
Reference: Tyers, F. M., Washington, J. N., Salimzyanov, I., and Batalov, R. (2012b). A prototype machine translation system for Tatar and Bashkir based on free/open-source components. In First Workshop on Language Resources and Technologies for Turkic Languages, page 11.
could you point me how to obtain that format?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub < https://github.com/saurabhg17/SPhdThesis/issues/6> , or mute the thread < https://github.com/notifications/unsubscribe-auth/AEas39euOzKQjftFUKqT-Fh2wjF5Exq9ks5uTx7XgaJpZM4WKYcz> . < https://github.com/notifications/beacon/AEas38H-IobKYyfwow2xfC7EKhKSgiCtks5uTx7XgaJpZM4WKYcz.gif>
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/saurabhg17/SPhdThesis/issues/6#issuecomment-415611823, or mute the thread https://github.com/notifications/unsubscribe-auth/AVox1lptewmzCwfT1jTagBj275gh42H_ks5uT0VzgaJpZM4WKYcz .
Hi,
I have downloaded from github but now have another error:
./algorithm.tex:15: Undefined control sequence. l.15 ...heta(B^r), \theta(A^l), \theta(A^r), \vect {W}^l, \vect{W}^r)$ \;
please, could you tell me how to fix this error?
the last problem is solved, now I have different problem and after try different bibliography style still the problem same like that [Zhou et al.(2006)Zhou, Lio, and Li] it gives me between square bracts how to change this ?
[Zhou et al.(2006)Zhou, Lio, and Li] H. Zhou, Y. Lio, and L. Li. Incremental mesh-based integration of registered range images: Robust to registration error and scanning noise. In Asian Conference on Computer Vision, pages 958–968, 2006.
I don't used OverLeaf so I cannot help you there. What might work is to copy SPhDThesis.cls from Github to the local folder in OverLeaf. Then comment line 231 in the cls file. Finally, you need to add your own bibliographystyle in the main.txt.
Hi, how to change the bibliography style, I have trouble to change it, I have been trying more than one way but I failed, can you point me please ?
the problem is after I commented the bibliography style in SPhDThesis.cls and without add any bibliography style still the same bibliography style working
Hi, I have tried to change the bibliography style but after use several format by using this package \usepackage{natbib} I couldn't change it.
The format I want look like:
Text: Tatar-Bashkir (Tyers et al., 2012b),Crimean Tatar-Turkish and English-Kazakh (Sundetova et al., 2015) MT systems
Reference: Tyers, F. M., Washington, J. N., Salimzyanov, I., and Batalov, R. (2012b). A prototype machine translation system for Tatar and Bashkir based on free/open-source components. In First Workshop on Language Resources and Technologies for Turkic Languages, page 11.
could you point me how to obtain that format?