📄 bib1
字号:
# $Id: bib1,v 1.13 2003/06/23 10:22:21 adam Exp $# CCL qualifiers and their mappings## Each line takes the form:# name [<attributeset>,]<type>=<val>,<val>.. <type>=<val> ...# Where type is one of:# u use-attribute # r relation-attribute )# p position-attribute# s structure-attribute# t truncation-attribute# c completeness-attribute## Special value for relation:# o ordered. Tells the CCL parser to convert a ccl relation# to a bib-1 relation (1,2,..6).# Special value for structure:# pw phrase/word. The CCL parser will decide whether phrase or word# is needed. Phrase is used if term contain blanks; otherwise# Word is used.# al and-list. AND operation is put between each term.# ol or-list. OR operation is put between each term.# Special value for truncation:# l Allow left truncation if ? is at left side of term.# r Allow right truncation if ? is at left side of term.# b Allow left&right truncation if ? is at left&right side of term.# n Set truncation explicitly to "none" if no ? is given.# This rule is for CCL tokens where no fields are specified#term u=1016 t=l,r s=pw,alterm u=1016 t=l,r s=pw,al# Common short-hand access points.au u=1 s=pw t=l,r # authorsp u=1 s=pw t=l,r # authorti u=4 s=pw t=l,r # titleisbn u=7issn u=8cc u=20su u=21 s=pwdate u=30 r=o s=pwdp u=31 r=oda u=32 r=ola u=54 s=pwab u=62 s=pwnote u=63 s=pwaf u=1006 s=pwrel s=9cln# Relation Attributesrel:lt r=1rel:le r=2rel:eq r=3rel:ge r=4rel:gt r=5rel:ne r=6rel:phon r=100rel:stem r=101rel:rele r=102rel:alwa r=103# Position Attributespos:ff p=1pos:fs p=2pos:af p=3# Structure Attributesstr:wp s=pwstr:phrase s=1str:word s=2str:key s=3str:year s=4str:date s=5str:wlist s=6str:dateu s=100str:daten s=101str:nameu s=102str:struc s=103str:urx s=104str:fft s=105str:dt s=106str:ln s=107str:str s=108str:num s=109# Truncation Attributestru:right t=1tru:left t=2tru:both t=3tru:none t=100tru:proh t=101tru:re1 t=102tru:re2 t=103# Completeness Attributescom:is c=1com:cs c=2com:cf c=3exp:category exp1,1=1# These special directives defines names of keywords for parser@and og * # either 'or' or *@or eller # either 'eller' or +@not ikke # and so on..@set s set@case 0 # case insenstive (1 for case sensitive)@truncation * ?@field or# Aliases ## forfatter=x is equivalent to au=xforfatter au# tiau=x is equivalent to ti=x or ti=xtiau ti au## string atributesdc.title 1=/my/title
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -