Change round parentheses around the type into square ones

Course Queries Syllabus Queries 2 years ago

0 1 0 0 0 tuteeHUB earn credit +10 pts

5 Star Rating 1 Rating

Posted on 16 Aug 2022, this text provides information on Syllabus Queries related to Course Queries. Please note that while accuracy is prioritized, the data presented might not be entirely correct or up-to-date. This information is offered for general knowledge and informational purposes only, and should not be considered as a substitute for professional advice.

Take Quiz To Earn Credits!

Turn Your Knowledge into Earnings.

tuteehub_quiz

Answers (1)

Post Answer
profilepic.png
manpreet Tuteehub forum best answer Best Answer 2 years ago

 

I am making the bibliography using the package apacite as it is working very well (in my opinion). There were just some issues in the translation (using babel package) which I redefined to make sure the translation is what it has to be.

Now I have one little issue still: the type of the source is printed between round parentheses "(" and they should be square "[". Redefining with

\renewcommand{\BBOP}{[}
\renewcommand{\BBCP}{]}

didn't make sense as all brackets turned into "[" (even those who had to stay "(" ) except those that I wanted to change.

Is there any comparable command to change the parentheses around the type of source??

My code:

\documentclass[12pt,a4paper,twoside,openright]{book}%

\usepackage{a4wide}
\usepackage[dutch]{babel}
\usepackage{url}
\usepackage{apacite}
\bibliographystyle{apacite}
\usepackage{tocbibind}

\AtBeginDocument{ %to adapt the wrong translation
\renewcommand{\BRetrieved}[1]{Geraadpleegd op {#1} via\ }
\renewcommand{\BRetrievedFrom}{Geraadpleegd via\ }
\urlstyle{same}
}

Now I get:

Claessens, T. (2015). Toegepaste stroming- en energieleer (Syllabus). Universiteit Gent, Faculteit Ingenieurswetenschappen en Architectuur.

And I want to have:

Claessens, T. (2015). Toegepaste stroming- en energieleer [Syllabus]. Universiteit Gent, Faculteit Ingenieurswetenschappen en Architectuur.

The bib entry is as follows:

@TechReport{Claessens, 
   author = {Tom Claessens}, 
   title = {Toegepaste stromings- en energieleer}, 
   institution = {Universiteit Gent, Faculteit Ingenieurswetenschappen en Architectuur}, 
   year = {2015}, 
   type = {Syllabus} 
}

No matter what stage you're at in your education or career, TuteeHub will help you reach the next level that you're aiming for. Simply,Choose a subject/topic and get started in self-paced practice sessions to improve your knowledge and scores.