-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update-20210401-remove space after citation in chinese line and corre…
…ct the translator output of languages other than Chinese
- Loading branch information
Showing
18 changed files
with
298 additions
and
49 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
Binary file not shown.
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,41 @@ | ||
\documentclass{article} | ||
\usepackage[backend=biber,style=gb7714-2015]{biblatex}%citexref=true | ||
\usepackage{ctex} | ||
|
||
%\apptocmd{\cite}{\makebox{\rule{1em}{1pt}}}{}{} | ||
|
||
|
||
\begin{filecontents}{\jobname.bib} | ||
@book{sally_history_1985, | ||
location = {Monterey, California}, | ||
title = {History of Algebraic Geometry}, | ||
isbn = {978-0-534-03723-9}, | ||
series = {Wadsworth Mathematics Series}, | ||
pagetotal = {xii+186}, | ||
publisher = {Wadsworth International Group, Belmont, {CA}}, | ||
author = {Dieudonné, Jean}, | ||
translator = {Sally, Judith D.}, | ||
date = {1985}, | ||
mrnumber = {780183}, | ||
} | ||
\end{filecontents} | ||
\addbibresource{\jobname.bib} | ||
|
||
\begin{document} | ||
abcd\cite{sally_history_1985}abcd | ||
|
||
中文字符\cite{sally_history_1985}中文字符 | ||
|
||
中文字符\cite{sally_history_1985}a\rule{1em}{1pt}中文字符 | ||
|
||
中文字符\cite{sally_history_1985}\mbox{}中文字符 | ||
|
||
中文字符\cite{sally_history_1985}\hbox{}中文字符 | ||
|
||
中文字符\cite{sally_history_1985}\makebox{}中文字符% | ||
|
||
中文字符\cite{sally_history_1985}\hspace{0pt}中文字符% | ||
|
||
|
||
\printbibliography | ||
\end{document} |
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,38 @@ | ||
%-- | ||
%测试译作中的译者的中英文的差异化处理 | ||
% | ||
|
||
\documentclass{article} | ||
\usepackage[backend=biber,style=gb7714-2015]{biblatex}%citexref=true | ||
\usepackage{ctex} | ||
|
||
\begin{filecontents}{\jobname.bib} | ||
@Book{GPS1988--, | ||
Title = {外国出版史}, | ||
Author = {{昂温, G} and {昂温, P S}}, | ||
Publisher = {中国书籍出版社}, | ||
Translator = {陈生诤}, | ||
Year = {1988}, | ||
Location = {北京} | ||
} | ||
|
||
|
||
@book{sally_history_1985, | ||
location = {Monterey, California}, | ||
title = {History of Algebraic Geometry}, | ||
isbn = {978-0-534-03723-9}, | ||
series = {Wadsworth Mathematics Series}, | ||
pagetotal = {xii+186}, | ||
publisher = {Wadsworth International Group, Belmont, {CA}}, | ||
author = {Dieudonné, Jean}, | ||
translator = {Sally, Judith D.}, | ||
date = {1985}, | ||
mrnumber = {780183}, | ||
} | ||
\end{filecontents} | ||
\addbibresource{\jobname.bib} | ||
|
||
\begin{document} | ||
\nocite{*} | ||
\printbibliography | ||
\end{document} |
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
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
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
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
Oops, something went wrong.