Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
Share
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LRDE
Share
Commits
a470ceb6
Commit
a470ceb6
authored
Nov 18, 2020
by
Alexandre Duret-Lutz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* bin/make-bib.pl: Switch to English before references.
parent
bee6eaee
Pipeline
#23445
passed with stages
in 11 minutes and 44 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
bin/make-bib.pl
bin/make-bib.pl
+2
-1
No files found.
bin/make-bib.pl
View file @
a470ceb6
...
...
@@ -450,7 +450,7 @@ sub output ()
\usepackage{bibentry}
\usepackage{hyperref}
\hypersetup{colorlinks,linkcolor=blue,urlcolor=blue}
\usepackage[
francais
]{babel}
\usepackage[
english,french
]{babel}
\bibliographystyle{plainurl}
%% This command is output by lrde.bst, based on apalike.bst,
...
...
@@ -505,6 +505,7 @@ print <<'EOF';
\newpage
\tableofcontents
\newpage
\selectlanguage{english}
EOF
print
section_by_publication_type
();
print
section_by_project
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment