Skip to content
#

thesis

Here are 866 public repositories matching this topic...

garylavayou
garylavayou commented Mar 13, 2019

如下图所示,第二次引用词汇时,括号前方多了一个空格。

我在基本模板中试验,以下这段代码起到了消除此空格的作用。

\defglsentryfmt{%
  \ifglshaslong{\glslabel}{%
    \glsgenacfmt%
  }{%
    \ifglsused{\glslabel}{%
      \glsgenentryfmt%
    }{%
      \glsgenentryfmt%
    }%
  }%
}

我之前感觉这段代码没用,因为

bjadamson
bjadamson commented Sep 4, 2016

Hey, it would be great if there was documentation for the API, so it's easier to understand exactly what the API is.

The "data" proxy object is really neat, but it's API is really hidden. It's not obvious for example how to do various things in the library, such as iterating over all the entities. Trying to learn how to use this project so far has required me digging through the example (and foll

joaomlourenco
joaomlourenco commented Dec 18, 2016

From @joaomlourenco on December 18, 2016 19:50

From @joaomlourenco on November 18, 2016 13:7

PROBLEM: Current document types include: phd, phdplan, phdprop, msc, mscplan, bsc. As a consequence, sometimes people submit their thesis with the prototype of the jury printed in the cover instead of activating the flag to omit the jury).

PROPOSAL: Replace by a two level scheme, where the first

talespaiva
talespaiva commented Apr 23, 2020

The first word inproceedings' booktitle entry is always in uppercase.

Example

This bib item:

@inproceedings{anvik2006should,
  title={Who should fix this bug?},
  author={Anvik, John and Hiew, Lyndon and Murphy, Gail C},
  booktitle={Proceedings of the 28th international conference on Software engineering},
  pages={361--370},
  year={2006}
}

Generates the follow

Improve this page

Add a description, image, and links to the thesis topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the thesis topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.