我想以正常方式编译乳胶,但是它出现在终端上,
kpathsea: Running mktexmf pplr8t
! I can't find file `pplr8t'.
<*> ...:=ljfour; mag:=1; nonstopmode; input pplr8t
Please type another input file name
! Emergency stop.
<*> ...:=ljfour; mag:=1; nonstopmode; input pplr8t
Transcript written on mfput.log.
grep: pplr8t.log: No existe el fichero o el directorio
我该如何解决?
答案 0 :(得分:16)
安装 palatino 乳胶包或更完整的字体, collection-fontsrecommended 包,如:
var accessStatus = await Geolocator.RequestAccessAsync();
switch (accessStatus)
{
case GeolocationAccessStatus.Allowed:
break;
case GeolocationAccessStatus.Denied:
_
break;
case GeolocationAccessStatus.Unspecified:
break;
}